| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Don't initialize udata, remove bogus case, fix usage string | pst | 1996-02-19 | 2 | -6/+5 |
* | | -- is implemented in getopt(3) | pst | 1996-02-19 | 1 | -5/+2 |
* | | delete my last commit | wosch | 1996-02-19 | 7 | -68/+27 |
* | | Remove unnecessary '?' case and don't zero global udata, it's already zero | pst | 1996-02-18 | 1 | -5/+4 |
* | | update usage string | wosch | 1996-02-18 | 1 | -5/+6 |
* | | Option -f implemented (remove + create) | wosch | 1996-02-18 | 4 | -18/+39 |
* | | option -f and -i are exclusive | wosch | 1996-02-18 | 2 | -10/+30 |
* | | Add an .Xr for chflags(1) into the SEE ALSO sectoin. | joerg | 1996-02-16 | 1 | -1/+2 |
* | | Added a update(4) man page to describe the kernel initiated update | mpp | 1996-02-12 | 1 | -3/+3 |
* | | Correct a bunch of man page cross references and generally | mpp | 1996-02-11 | 1 | -2/+2 |
* | | #include <kerberosIV/des.h> -> #include <des.h> | markm | 1996-02-11 | 1 | -2/+2 |
* | | Close bin/937 - handle negative timestamps | pst | 1996-02-08 | 1 | -10/+9 |
* | | Fix the borokeness that crept in with rev 1.10 of parser.c, the sh | joerg | 1996-02-03 | 2 | -3/+6 |
* | | Fix some incorrect locations in the FILES sections of some man pages. | mpp | 1996-02-02 | 1 | -3/+3 |
* | | Fix some spelling errors. | mpp | 1996-01-29 | 1 | -5/+5 |
* | | Use the correct buffer size from limits.h for the error buffer | mpp | 1996-01-20 | 1 | -2/+3 |
* | | Remove unused include of utmp.h from print.c. Closes PR# 486. | mpp | 1996-01-20 | 1 | -2/+1 |
* | | Partially fixed negative and truncated "Avail" counts in df output. | bde | 1996-01-14 | 1 | -5/+2 |
* | | oops. I forgot to add the "[-U username]" option to the usage string. | peter | 1996-01-12 | 1 | -2/+2 |
* | | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 2 | -0/+0 |
* | | Print dev minor #'s > 255 in hex. | joerg | 1995-12-30 | 1 | -3/+7 |
* | | Small man page tweaks: | joerg | 1995-12-30 | 1 | -2/+12 |
* | | Implement a new option to ps.. `-U username'. This allows you to | peter | 1995-12-26 | 2 | -4/+19 |
* | | Restored formatting from the old printf/printf.c. | bde | 1995-12-14 | 1 | -5/+5 |
* | | The shell incorrectly gave & precedence over ;. This breaks the | joerg | 1995-12-10 | 1 | -23/+19 |
* | | Move out some of the shell builtin bogosity from printf's source to | joerg | 1995-12-10 | 1 | -1/+10 |
* | | Fix my own brokeness for the colon operator, when one of the arguments | joerg | 1995-11-18 | 1 | -33/+31 |
* | | A fix for the "cd -" coredump on a brand new /bin/sh. The problem was | peter | 1995-11-14 | 1 | -2/+5 |
* | | Fixed descriptions of ignpar and parmrk. | bde | 1995-11-11 | 1 | -3/+3 |
* | | Implement allowing 'set -v' in the middle of a script to work. | peter | 1995-11-03 | 1 | -78/+103 |
* | | I add #include <sys/user.h> | phk | 1995-10-28 | 2 | -2/+4 |
* | | Fix -h option: | ache | 1995-10-28 | 1 | -2/+2 |
* | | Change local to LC_ALL, there is no bitmask | ache | 1995-10-26 | 1 | -2/+3 |
* | | Change locale to LC_ALL, there no bitmask | ache | 1995-10-26 | 1 | -2/+3 |
* | | fix bad dependencies (LIBMATH -> LIBM) | torstenb | 1995-10-25 | 1 | -2/+2 |
* | | Add missing reaction on LC_ALL and LC_COLLATE | ache | 1995-10-23 | 3 | -7/+14 |
* | | Add setlocale LC_CTYPE | ache | 1995-10-23 | 1 | -1/+3 |
* | | Remove unneded ctype.h everywhere | ache | 1995-10-23 | 15 | -29/+17 |
* | | Change LC_ALL to LC_CTYPE|LC_TIME - small optimization | ache | 1995-10-23 | 1 | -2/+2 |
* | | Add setlocale LC_CTYPE|LC_TIME | ache | 1995-10-23 | 1 | -1/+3 |
* | | Remove unneded ctype.h | ache | 1995-10-23 | 1 | -2/+1 |
* | | Add setlocale LC_ALL | ache | 1995-10-23 | 1 | -1/+3 |
* | | Add setlocale(LC_TIME,... | ache | 1995-10-23 | 1 | -1/+3 |
* | | Wrong library was picked by ed | ache | 1995-10-22 | 2 | -6/+6 |
* | | o rename ulimit -p into ulimit -u, so we are in agreement with bash | joerg | 1995-10-21 | 3 | -7/+12 |
* | | Implement the "ulimit" builtin. This is the analogon to csh's "limit" | joerg | 1995-10-19 | 3 | -3/+269 |
* | | Fix my breakage of the $0 handling during $ENV processing. | joerg | 1995-10-09 | 1 | -2/+2 |
* | | Handle trailing slashes in source filenames correctly. E.g., rewrite | bde | 1995-10-07 | 1 | -5/+11 |
* | | Correctly build the secure ed(1) only if secure/ exists. | markm | 1995-10-03 | 1 | -2/+2 |
* | | Preserve sticky bit for `cp -pR'. It was already preserved for `cp -R'. | bde | 1995-10-03 | 1 | -2/+3 |