Import OpenSSH 3.8.1.p1 into base.
[dragonfly.git] / usr.bin /
2004-07-31 Eirik NygaardRemove local main() definition.
2004-07-31 Eirik NygaardAdd WARNS?=6 and remove CFLAGS=.
2004-07-31 Eirik NygaardDon't depend on pollution in <limits.h> for the definit...
2004-07-28 Chris PresseyDragonFly-ize pgrep/pkill:
2004-07-28 Chris PresseyImport from NetBSD: `pgrep' and `pkill' utilities for...
2004-07-27 Matthew Dillonrename functions that clash with reserved math procedur...
2004-07-27 Matthew Dillonrename exp() to expx() to avoid conflict with gcc-3...
2004-07-24 Eirik NygaardAdd missing va_end(ap);
2004-07-24 Eirik Nygaardstyle(9) cleanup.
2004-07-24 Eirik Nygaardstyle(9) cleanup:
2004-07-24 Hiten PandyaThe return-path is optional in a headline, therefore...
2004-07-23 Jeroen Ruigrok/asmodaiHook c99 up to the build for usr.bin.
2004-07-23 Hiten PandyaAdd the C99 utility, now that we have a decent C99...
2004-07-23 Jeroen Ruigrok/asmodaiAdd WARNS and set to level 3.
2004-07-23 Jeroen Ruigrok/asmodaiInitialise to NULL to silence gcc.
2004-07-23 Jeroen Ruigrok/asmodaiMake the second argument of interval() const, since...
2004-07-23 Jeroen Ruigrok/asmodaiFix two sign comparison mistakes.
2004-07-23 Jeroen Ruigrok/asmodaiUse proper ANSI function definitions.
2004-07-23 Jeroen Ruigrok/asmodaiMove a perror() to warn().
2004-07-23 Jeroen Ruigrok/asmodaiUse err() instead of a perror()/exit() combination.
2004-07-23 Hiten PandyaAdd new options to select different registries, basical...
2004-07-23 Hiten PandyaRespect locale settings from the environment.
2004-07-23 Hiten PandyaMechanically kill hard sentence breaks.
2004-07-22 Eirik NygaardForced commit to note that this fixes was submitted...
2004-07-22 Eirik Nygaard * Remove one of the two err.h include statements.
2004-07-22 Hiten PandyaFix compiler warnings; include <sys/types.h> and <netin...
2004-07-22 Hiten PandyaInclude <sys/types.h> and <netinet/in.h>, so that parse...
2004-07-21 David RhodusCleanout __FreeBSD__ defines which are not needed.
2004-07-19 Justin C. SherrillRemove my changes. PATH_PORTS is not checked for multi...
2004-07-18 Matthew DillonCompensate sockstat for the CPU column that netstat...
2004-07-17 Hiten PandyaMerge revision 1.16 of src/usr.bin/rusers/rusers.c...
2004-07-17 Hiten PandyaEliminate hard sentence breaks.
2004-07-16 Hiten PandyaDouble semi-colon police!
2004-07-16 Hiten PandyaEliminate hard sentence breaks.
2004-07-16 Hiten PandyaEliminate hard sentence breaks.
2004-07-16 Hiten PandyaMerge revision 1.26 of src/usr.bin/time/time.c from...
2004-07-16 Hiten PandyaMerge revision 1.25 of src/usr.bin/time/time.c from...
2004-07-16 Hiten PandyaStop depending upon an implicit 'int' as the return...
2004-07-16 Hiten PandyaMerge changes from FreeBSD:
2004-07-16 Hiten PandyaCorrect mdoc(7) for basename(1) and passwd(1) manual...
2004-07-09 David RhodusRemove unused variable.
2004-07-09 David RhodusFix compile warning.
2004-07-08 Hiten PandyaCorrect mdoc(7) errors:
2004-07-07 Justin C. Sherrillwhereis will find a given application in various locati...
2004-07-07 Jeroen Ruigrok/asmodaiANSIfy.
2004-07-07 Jeroen Ruigrok/asmodaiSynchronise with NetBSD:
2004-07-07 Jeroen Ruigrok/asmodaiSynchronise with NetBSD: ANSIfy.
2004-07-07 Jeroen Ruigrok/asmodaiSynchronise with NetBSD: get rid of __STDC__ selective...
2004-07-07 Jeroen Ruigrok/asmodaiAdd -S flag for C99 support.
2004-07-04 Eirik NygaardSpeed up hardlink detection by using a self-sizing...
2004-07-04 Eirik Nygaard-{h,k} are mutually exclisive. So only pay attention...
2004-07-01 Hiten PandyaUpdate our xlint(1) to work with recent preprocessor...
2004-06-27 Matthew DillonShow a more complete listing of interrupt sources ...
2004-06-26 Matthew DillonMove include path work for named related utilities.
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-20 Matthew DillonAllow CCVER to be empty, which will cause the compiled...
2004-06-20 Hiten PandyaHook up the asa(1) utility to the build system.
2004-06-20 Hiten PandyaAdd the POSIXv2 asa(1) utility; it interprets FORTRAN...
2004-06-20 Hiten PandyaHook up the recently added utilities [1] to the build.
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-19 Hiten PandyaIEEE Std. 1003.1-2001 (SUSv3):
2004-06-19 Hiten PandyaAdd the csplit(1) utility, which splits files based...
2004-06-19 Joerg SonnenbergerFix compilation "Label at end of compound statement...
2004-06-19 Chris PresseyFix a bogus type declaration to remove a compiler warni...
2004-06-19 Joerg SonnenbergerRemove the evil inline ==> rpcgen_inline CPP hack,...
2004-06-19 Hiten PandyaFix prototype of usage().
2004-06-11 Hiten PandyaDo not produce a warning if the sysctl does not exist...
2004-06-09 Chris PresseyMerge ... FreeBSD (RELENG_4) src/usr.bin/script/script...
2004-06-07 Matthew DillonAdd in_pcbinfo_init() to encapsulate basic structural...
2004-06-04 Hiten PandyaAllow top(1) to toggle display of processes+threads...
2004-05-29 Hiten PandyaForce commit to clarify that the previous revision...
2004-05-29 Hiten PandyaAdjust include path so that the machine.h in ${.OBJDIR...
2004-05-29 Hiten PandyaFirst pass at updating top(1):
2004-05-27 Matthew DillonAttach bind-9.2.4rc4 to the base system. Rip out bind...
2004-05-25 Jeroen Ruigrok/asmodaiAdd missing . before An macro at the end.
2004-05-21 Chris PresseyThe default shell for the user `man' is nologin(8)...
2004-05-17 Chris PresseyFix catman(1) so that it recognizes valid manpage names...
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-03 Hiten PandyaMake IP statistics counters per-CPU so they can be...
2004-04-24 David RhodusCount statistics for exec calls.
2004-04-22 Matthew Dillonposixlocks resource limit part 2/4: Add support to...
2004-04-21 David RhodusFix symlink ordering issue with the less man page.
2004-04-20 David RhodusFix an symlink ordering issue that was causing the...
2004-04-20 Eirik NygaardUpdate less to version 381.
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-19 Chris PresseyFix code typo in previous commit to this file, thus...
2004-04-18 David RhodusDefine that Dragonfly HAS isblank() as to fix the
2004-04-17 Eirik NygaardUpdate to awk 20040207.
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-13 Eirik NygaardFix a core dump caused by a .DEFAULT target with no...
2004-04-12 Eirik NygaardRemove gawk from the build and let one-true-awk be...
2004-04-07 Matthew DillonTCP statistics structure renamed tcpstat -> tcp_stats.
2004-04-07 Chris PresseyStyle(9) cleanup.
2004-04-07 Matthew DillonMake TCP stats per-cpu.
2004-04-05 Matthew DillonFix buildworld. Document TOOLS_PREFIX and USRDATA_PREF...
2004-04-05 Matthew DillonUndo the last commit. Utility programs which install...
2004-04-04 Joerg SonnenbergerCorrect C++ header handling for gcc2 and lex.
2004-04-02 Hiten PandyaPer-CPU VFS Namecache Effectiveness Statistics:
next