aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix 'stutter' in manpage.Nate Williams1996-03-121-2/+2
* err() --> errx() for non-errno related failures.Joerg Wunsch1996-03-111-3/+3
* Option -f implemented (remove + create)Wolfram Schneider1996-03-084-17/+37
* fix usage stringWolfram Schneider1996-03-072-4/+20
* delete unused label endargWolfram Schneider1996-03-011-9/+8
* option -f and -i are exclusive (Posix)Wolfram Schneider1996-02-202-9/+29
* Don't initialize udata, fix usage stringPaul Traina1996-02-191-4/+3
* Don't initialize udata, remove bogus case, fix usage stringPaul Traina1996-02-192-6/+5
* -- is implemented in getopt(3)Paul Traina1996-02-191-5/+2
* delete my last commitWolfram Schneider1996-02-197-68/+27
* Remove unnecessary '?' case and don't zero global udata, it's already zeroPaul Traina1996-02-181-5/+4
* update usage stringWolfram Schneider1996-02-181-5/+6
* Option -f implemented (remove + create)Wolfram Schneider1996-02-184-18/+39
* option -f and -i are exclusiveWolfram Schneider1996-02-182-10/+30
* Add an .Xr for chflags(1) into the SEE ALSO sectoin.Joerg Wunsch1996-02-161-1/+2
* Added a update(4) man page to describe the kernel initiated updateMike Pritchard1996-02-121-3/+3
* Correct a bunch of man page cross references and generallyMike Pritchard1996-02-111-2/+2
* #include <kerberosIV/des.h> -> #include <des.h>Mark Murray1996-02-111-2/+2
* Close bin/937 - handle negative timestampsPaul Traina1996-02-081-10/+9
* Fix the borokeness that crept in with rev 1.10 of parser.c, the shJoerg Wunsch1996-02-032-3/+6
* Fix some incorrect locations in the FILES sections of some man pages.Mike Pritchard1996-02-021-3/+3
* Fix some spelling errors.Mike Pritchard1996-01-291-5/+5
* Use the correct buffer size from limits.h for the error bufferMike Pritchard1996-01-201-2/+3
* Remove unused include of utmp.h from print.c. Closes PR# 486.Mike Pritchard1996-01-201-2/+1
* Partially fixed negative and truncated "Avail" counts in df output.Bruce Evans1996-01-141-5/+2
* oops. I forgot to add the "[-U username]" option to the usage string.Peter Wemm1996-01-121-2/+2
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-302-0/+0
* Print dev minor #'s > 255 in hex.Joerg Wunsch1995-12-301-3/+7
* Small man page tweaks:Joerg Wunsch1995-12-301-2/+12
* Implement a new option to ps.. `-U username'. This allows you toPeter Wemm1995-12-262-4/+19
* Restored formatting from the old printf/printf.c.Bruce Evans1995-12-141-5/+5
* The shell incorrectly gave & precedence over ;. This breaks theJoerg Wunsch1995-12-101-23/+19
* Move out some of the shell builtin bogosity from printf's source toJoerg Wunsch1995-12-101-1/+10
* Fix my own brokeness for the colon operator, when one of the argumentsJoerg Wunsch1995-11-181-33/+31
* A fix for the "cd -" coredump on a brand new /bin/sh. The problem wasPeter Wemm1995-11-141-2/+5
* Fixed descriptions of ignpar and parmrk.Bruce Evans1995-11-111-3/+3
* Implement allowing 'set -v' in the middle of a script to work.Peter Wemm1995-11-031-78/+103
* I add #include <sys/user.h>Poul-Henning Kamp1995-10-282-2/+4
* Fix -h option:Andrey A. Chernov1995-10-281-2/+2
* Change local to LC_ALL, there is no bitmaskAndrey A. Chernov1995-10-261-2/+3
* Change locale to LC_ALL, there no bitmaskAndrey A. Chernov1995-10-261-2/+3
* fix bad dependencies (LIBMATH -> LIBM)Torsten Blum1995-10-251-2/+2
* Add missing reaction on LC_ALL and LC_COLLATEAndrey A. Chernov1995-10-233-7/+14
* Add setlocale LC_CTYPEAndrey A. Chernov1995-10-231-1/+3
* Remove unneded ctype.h everywhereAndrey A. Chernov1995-10-2315-29/+17
* Change LC_ALL to LC_CTYPE|LC_TIME - small optimizationAndrey A. Chernov1995-10-231-2/+2
* Add setlocale LC_CTYPE|LC_TIMEAndrey A. Chernov1995-10-231-1/+3
* Remove unneded ctype.hAndrey A. Chernov1995-10-231-2/+1
* Add setlocale LC_ALLAndrey A. Chernov1995-10-231-1/+3
* Add setlocale(LC_TIME,...Andrey A. Chernov1995-10-231-1/+3