]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
Opps, remove added bogon.
[FreeBSD/FreeBSD.git] / usr.bin /
2002-05-09 tjrReimplement the who(1) utility to add some features...
2002-05-09 obrienThis commit was generated by cvs2svn to compensate...
2002-05-09 obrienThis commit was generated by cvs2svn to compensate...
2002-05-09 obrienThis commit was generated by cvs2svn to compensate...
2002-05-09 joeReplace /kernel with /boot/kernel/kernel.
2002-05-09 desBack out part of previous commit - K&R doesn't have...
2002-05-08 desMake _msgout take a const char * rather than a char *.
2002-05-08 kuriyamaChange whtespace indent in format string to fit new...
2002-05-08 desThese files haven't been used in a while.
2002-05-08 desUse libutil and libypclnt for all passwd manipulation...
2002-05-08 desReally include <paths.h> (it seems it was brought in...
2002-05-08 desUse <paths.h> rather than "pathnames.h", and fix a...
2002-05-07 jmallettOops, update usage() to have -i.
2002-05-07 jmallettAdd handling for any nil-length string passed to -i...
2002-05-07 jmallettUn-shadow the `fname' variable.
2002-05-07 jmallettAdd a -i option to sed(1) to do inplace editing, to...
2002-05-07 fanfAdd myself.
2002-05-07 ruMake sure the file in Attic is really "dead".
2002-05-06 tjrAffect the first of stdin, stdout and stderr that is...
2002-05-06 jmallett-I and -J both set the same variable, replstr, to the...
2002-05-06 mp- Properly initialize the count_win when the user turns...
2002-05-05 jmallettFix make(1) behaviour regarding SysV-style substitution...
2002-05-05 jmallettModify the -p implementation to use a user's locale...
2002-05-05 jmallettFix a typo.
2002-05-05 jmallettIn an effort to make this utility easier to work with...
2002-05-04 asmodaiDocument the fact that at(1) is run through cron(8...
2002-05-04 miniAdd myself.
2002-05-04 jmallettGrouping changes.
2002-05-04 jmallettDon't use pointers as booleans.
2002-05-04 jmallettReplace calloc(3) with malloc(3), and set the tail...
2002-05-03 jmallettRename `eqrelval' which was renamed from `eqrel' to...
2002-05-03 jmallettFix a bug whereby we were getting ~0 and comparing...
2002-05-03 jmallettMove substitution out to a function, prerun(), and...
2002-05-03 jmallettGet rid of bogus holder for realloc(3).
2002-05-03 jmallettRewrite the loop that handles substitution in the ...
2002-05-03 jmallettRename `lflag' to `Lflag' to match the option's case.
2002-05-03 jmallettRevert revision 1.22. I incorrectly modified the Berke...
2002-05-03 jmallettRevert vendor identifiers, and #if 0 what is #if 0...
2002-05-03 desThis commit was generated by cvs2svn to compensate...
2002-05-02 tjrAdd the csplit(1) utility, which splits files based...
2002-05-02 tjrAdd the csplit(1) utility, which splits files based...
2002-05-02 jmallettRemove redundant declarations of getopt(3) externals...
2002-05-02 jmallett__COPYRIGHT() and __SCCSID().
2002-05-02 jmallettAn explicit cast to size_t for an inline integer, since...
2002-05-02 desThis commit was generated by cvs2svn to compensate...
2002-05-02 jmallettA markup fix, and document -R as non-standard.
2002-05-02 jmallettMake -J a proper flag internal to the code (rather...
2002-05-02 jmallett*str is spelled 's1' inside the body of the code.
2002-05-02 jmallettRework some of the -I support so I can't find a way...
2002-05-01 jmallettAdd some spurious veritcal whitespace to reduce diffs...
2002-05-01 jmallettMerge local changes again, against ANSIfied m4(1).
2002-05-01 peterDo not bother with #include <machine/psl.h> since it...
2002-04-30 jakeBuild elf2aout for sparc64.
2002-04-29 dwmaloneDon't use ISO_8859 when I should use ISO8859.
2002-04-29 ruDo not override the `install' target.
2002-04-28 dwmaloneAdd a French calendar.
2002-04-28 markmMinor nit; return(foo) from main rather than exit(foo).
2002-04-28 markmVery minor whitespace nit.
2002-04-28 markmRemove GCC-specific flags.
2002-04-28 markmReorder for style.
2002-04-28 markmRemove GCC-specific flags.
2002-04-28 markmFix VCS tags; ANSIfy functions
2002-04-28 markmAdd some function prototypes to squash warnings.
2002-04-28 markmEasy warns fixes; sort out some types and me them a...
2002-04-28 markmWarnings fix; ANSIfy, constify, mark unused function...
2002-04-28 markmWarns; ANSIfy, constify and move declarations into...
2002-04-28 markmRemove GCC-specific flags.
2002-04-28 markmFix a const-char vs char issue.
2002-04-28 markmVery minor whitespace nit.
2002-04-28 markmDeclarations cleanup; make sure externs are in a common...
2002-04-28 markmwarns fixes; ANSIfy, deregister, constify.
2002-04-28 markmEasy warns fixes; constify.
2002-04-28 markmStyle; line up columns, space things out more consistently.
2002-04-28 markmStyle fixes; whitespace and header order.
2002-04-28 markmFix VCS inclusion and tidy up #includes.
2002-04-28 markmCast to kill warnings. De-register.
2002-04-28 markmfix warnings; change variable/argument names that mask...
2002-04-28 markmRemove GCC-specific flags and commented out cruft.
2002-04-28 markmSome easy const fixes.
2002-04-28 markmANSIfy, VCS inclusions and some very minor style.
2002-04-28 markmMinor reorder for style.
2002-04-28 markmFix some easy warnings; ANSIfy, constify.
2002-04-28 markmANSIfy functions, and move extern declarations into...
2002-04-28 markmFix VCS inclusions.
2002-04-28 markmMore low hanging warnings fruit; ANSIfy, de-register...
2002-04-28 markmFix some low-hanging fruit in the warnings department...
2002-04-28 markmEasy warns fixes; use const, mark unused function param...
2002-04-28 markmRemove GCC-specific flags.
2002-04-28 markmTrivial warnings fixes; staticise and use unsigned.
2002-04-28 markmUse __FBSDID, ANSIfy functions, fix const string.
2002-04-28 markmUse __FBSDID(), ANSIfy headings, use const/unsigned...
2002-04-28 markmStyle only; format function declarations, sort header...
2002-04-27 darrenrThis commit was generated by cvs2svn to compensate...
2002-04-27 darrenrThis commit was generated by cvs2svn to compensate...
2002-04-26 mikehThis commit was generated by cvs2svn to compensate...
2002-04-26 umeBackout copyright notice I broke by my previous commit.
2002-04-25 tjrSome minor nits exposed by the Open Group's VSC Lite...
2002-04-25 darrenrThis commit was generated by cvs2svn to compensate...
2002-04-25 darrenrThis commit was generated by cvs2svn to compensate...
2002-04-25 darrenrThis commit was generated by cvs2svn to compensate...
next