]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
Spelling nit
[FreeBSD/FreeBSD.git] / usr.bin /
2010-01-06 kientzleWhen restoring files, use the mode for the mode.
2010-01-06 impMerge from head at r201628.
2010-01-05 dwmalone1) Mark usage as dead2.
2010-01-05 dwmaloneShuffle parens to avoid type-punning warning.
2010-01-05 dwmalone1) Make usage() as dead2 - it helps the compiler know...
2010-01-05 dwmaloneChange a char that is used as an index into an array...
2010-01-04 obrienAdd ability to search up the directory hierarchy for...
2010-01-04 kibModernize scandir(3) and alphasort(3) interfaces accord...
2010-01-04 obrienReport lines that ought to contain a ':' operator but...
2010-01-04 obrienAdd check for subversion "original" marker.
2010-01-03 gavinFix return code in the case of successful file transfer...
2010-01-02 edBuild usr.bin/ with WARNS=6 by default.
2010-01-02 edMute some warnings on uninitialized variables.
2010-01-02 edRemove a warning by adding extra parentheses.
2010-01-02 edAdd missing #include for string routines.
2010-01-02 edANSIfy various tools in usr.bin/.
2009-12-31 brooksThe devices that supported EVFILT_NETDEV kqueue filters...
2009-12-30 ruTreat an empty argument as an error, instead of fetchin...
2009-12-30 edLet both yacc and lex generate code that passes -Wold...
2009-12-29 edANSIfy almost all applications that use WARNS=6.
2009-12-29 edAdd missing `void' keyword.
2009-12-29 edAdd missing `void' keyword.
2009-12-29 edAdd missing `void' keyword for function without arguments.
2009-12-29 kientzlear only needs to support ar format.
2009-12-28 edMigrate finger(1) away from <utmp.h>.
2009-12-26 edSeveral refinements to libulog's API.
2009-12-26 delphijFix grammar and reduce ambiguity.
2009-12-25 edLet the width of the username column depend on the...
2009-12-25 delphijDocument the difference between FreeBSD and traditional...
2009-12-23 edAllow proper tracing of posix_openpt(2).
2009-12-22 jhDon't print the archive name with -p and -q options.
2009-12-21 delphijPlug a memory leak.
2009-12-21 jhCast time_t values to intmax_t and use %jd with printf.
2009-12-21 jhRemove non-working special case for pipe(2) from amd64...
2009-12-21 desNote that sockstat(1) does not display kernel-owned...
2009-12-20 jhAvoid sharing the file descriptor of the output file...
2009-12-20 jhAdd fork(2), getegid(2), geteuid(2), getgid(2), getpid...
2009-12-17 edwinNationalise Easter -> Pasen
2009-12-17 jhSync getline() with comm(1):
2009-12-17 jhThe input line length limit mentioned on the manual...
2009-12-17 stas- Partially revert r200417. config.h brings several...
2009-12-17 rserewind(3) is already declared to return 'void', so...
2009-12-17 rseDEBUG is either defined or not defined for the 'calende...
2009-12-17 rseremove external reference to not (or at least no longer...
2009-12-17 edwinAdd Australian, New Zealand and Ukraian calendars to...
2009-12-16 jh- Prevent overflowing of the buffer length variable...
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
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-12 gonzoMFC @199204
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...
next