]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
Move the scan for max_keylen into route.c::route_init(),
[FreeBSD/FreeBSD.git] / usr.bin /
2009-12-14 delphijStyle improvements:
2009-12-13 delphij - Remove times.h from C programs that does not manipul...
2009-12-13 delphijegetopt.c does not use any stdlib.h definations, nor...
2009-12-13 delphijUse ANSI prototype for foldit().
2009-12-13 delphijxinstall.c does not require ctype functions, so ctype...
2009-12-13 delphijStaticify internal functions and make usage() a prototype.
2009-12-13 delphijUse prototype for usage().
2009-12-13 delphijRevert most part of 200420 as requested, as more review...
2009-12-12 jhDon't read the newline character to line buffer because...
2009-12-12 jhThe input line length limit mentioned on the manual...
2009-12-11 delphijRemove unneeded header includes from usr.bin/ except...
2009-12-11 delphijRemove unnecessary termcap.h includes inherited from...
2009-12-11 delphijMove unistd.h includes to individual .c files and remov...
2009-12-11 delphijRemove unnecessary includes.
2009-12-09 gavinAdd my birthday.
2009-12-06 edLet w(1) use utmpx.
2009-12-05 edLet systat's vmstat use utmpx.
2009-12-05 edPort who(1) to utmpx.
2009-12-05 edLet wall(1) use utmpx.
2009-12-05 edLet wall(1) use utmpx.
2009-12-05 edAdd WARNS?=6, because it seems to build out of the...
2009-12-05 edUse _ULOG_POSIX_NAMES here, to make eventual porting...
2009-12-05 stefanfAdd a missing space to the error message when execvp...
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-12-03 rdivackyConnect unzip to the build.
2009-12-03 edUse USER_PROCESS instead of LOGIN_PROCESS.
2009-12-03 edPort users(1) to libulog.
2009-12-01 jhbRemove -t from the manpage and usage.
2009-12-01 bzUnbreak user space after if_timer/if_watchdog removal...
2009-11-29 bzAdd more statistics variables for IPcomp.
2009-11-28 danger- correctly render the provided example
2009-11-27 fanfunifdef: fix invalid array access when nesting limit...
2009-11-26 fanfunifdefall: optimise the loop that builds the unifdef...
2009-11-26 fanfRemove debugging remnants from unifdefall.
2009-11-25 fanfUpdate unifdef to my upstream version 1.188
2009-11-25 attilioChange gcore in order to get rid of the procfs accesses...
2009-11-25 attilioAdd the possibility to show informations about dropped...
2009-11-22 umeWhen -n is specified, attempt to turn hostnames found...
2009-11-22 edwinThe output of perror(1) is now showing local messages...
2009-11-17 obrienCatch up with r144020's /Dir_FindFile/Path_FindFile/
2009-11-17 obrienGarbage collect some old #ifdef'ed code from 1994 that...
2009-11-16 delphijWe should distinguish between a real truncated case...
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-14 cpercivaUpdate malloc utrace structure parsing to reflect the...
2009-11-13 umeUse ncursesw to output the date field of vmstat display
2009-11-12 edwinAlthough the file has "ex:ts=4", do some " " ->...
2009-11-09 delphijApply a NetBSD fix (revision 1.12) to handle multi...
2009-11-07 attilioUse a safety belt for cases where corrupted narg can...
2009-11-03 delphijStatic'ify signal handler which is not called from...
2009-11-02 bruefferUse our canonical .Dd format.
2009-10-30 mckusickWhen reading input from a file or device (via -f option...
2009-10-30 cpercivaAdd notes pointing out that bsdiff does not store file...
2009-10-29 jhbWhen fetching sum stats (vmstat -s) from a crash dump...
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-18 fjoeReset UPTODATE gnodes after remaking makefiles when...
2009-10-18 fjoeExit with non-zero error code in case of errors
2009-10-16 jh- If lstat()/stat() fails with an error other than...
2009-10-15 rwatsonPrint routing statistics as unsigned short rather than...
2009-10-11 jh- Catch SIGHUP to perform cleanup before exiting.
2009-10-07 edwinAdd the comment "(FreeBSD only)" to the altmonth_x...
2009-10-05 bcrBelatedly add my calendar entry.
2009-10-05 rwatsonnetstat(1) support for UNIX SOCK_SEQPACKET sockets...
2009-10-05 edwinBackout changes for c_fmt, x_fmt and X_fmt, they were...
2009-10-05 edwinModified locale(1) to be able to show the altmon_X...
2009-10-03 dougbThe 6bone was decommissioned on 6/6/06, so remove refer...
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-23 emasteUse %zu for size_t, not %zd.
2009-09-23 silbyIn netstat -x, do not try to print out tcp timer status...
2009-09-20 jillesUpdate find(1) man page for -L/-delete interaction.
2009-09-20 ddsIEEE Std 1003.1, 2004 Edition states:
2009-09-20 ddsFollow POSIX (IEEE Std 1003.1, 2004 Edition) in the...
2009-09-20 ddsAllow [ to be used as a delimiter.
2009-09-16 silbyAdd the ability to see TCP timers via netstat -x. ...
2009-09-11 jkimMFV: r196804
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-08 rdivackyAdd C/c/f/p/v switches plus a bunch of minor fixes...
2009-09-08 delphijConstify format string pointer, otherwise this would...
2009-09-07 pjdMake sure to use up-to-date libarchive header files...
2009-09-04 traszAdd NFSv4 ACL support to find(1).
2009-09-04 acheRemove single occurance of HAS_CTYPE ifdef, ctype functions
2009-09-03 gnnAdd ARP statistics to the kernel and netstat.
2009-08-30 umeFix the problem that the entry broke into two lines...
2009-08-26 cpercivaDon't try to mmap the contents of empty files. This...
2009-08-20 avgfstat: fix fsid comparison when executed on systems...
2009-08-15 fluffyAdd my birthday
2009-08-12 rwatsonUpdate procstat(1) for the fact that devfs paths are...
2009-07-31 delphijCorrect a stack underflow in gzip:
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-24 brooksIntroduce a new sysctl process mib, kern.proc.groups...
2009-07-24 jhbAdd a new type of VM object: OBJT_SG. An OBJT_SG objec...
2009-07-24 jhbMove the check to ensure the locate database has the...
2009-07-21 yzlin- Add my birthday
2009-07-18 bzRemove no longer needed #include after removing the...
2009-07-14 edMake mklocale work again, now that fwrite()'s return...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-09 traszAdd manual page links to advertise procstat(1) a little...
2009-07-08 brianFix some uninitialise variables.
2009-07-06 kientzleThis addresses some issues with my earlier -R fix that
2009-07-03 kientzleThis fixes bsdcpio's -R option to accept numeric
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
next