| Commit message (Expand) | Author | Age | Files | Lines |
* | Reviewed by: Luoqi Chen, Jordan Hubbard | julian | 1998-12-19 | 1 | -1/+3 |
* | Add references to test(1) and expr(1). | jkoshy | 1998-12-18 | 1 | -1/+4 |
* | Add cross-references to test(1) and expr(1) respectively. | jkoshy | 1998-12-18 | 2 | -2/+8 |
* | Cleaning out old stuff from one of my source trees: | peter | 1998-12-16 | 1 | -5/+14 |
* | Free memory from setmode. | imp | 1998-12-16 | 1 | -2/+3 |
* | Use getcwd in stead of using getwd so that we try harder to avoid | imp | 1998-12-16 | 1 | -2/+2 |
* | Free memory obtained from setmode. | imp | 1998-12-16 | 2 | -2/+4 |
* | Don't put compiler warning flags in leaf Makefiles. | bde | 1998-12-07 | 2 | -4/+2 |
* | CFLAGS+= -Wall -Wformat for all of src/bin. All warnings except 2 minor | bde | 1998-12-07 | 1 | -1/+2 |
* | Fixed printf format errors. | bde | 1998-12-07 | 1 | -4/+4 |
* | Fixed warnx format errors in printf and csh, and snprintf format errors | bde | 1998-12-07 | 1 | -2/+12 |
* | Fixed -Wall regression (broken in rev.1.12). Removed unused includes. | bde | 1998-12-07 | 1 | -3/+3 |
* | Fixed printf format errors (new bugs in rev.1.7). Fixed a spelling error | bde | 1998-12-07 | 1 | -7/+7 |
* | Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). | archie | 1998-12-06 | 2 | -2/+3 |
* | Rev 1.13 fixes PR bin/8958 | obrien | 1998-12-06 | 1 | -1/+1 |
* | There is a bug in /bin/pax -s option processing. The code assumes that all | obrien | 1998-12-05 | 1 | -2/+2 |
* | Fix typo. "If the an entry" --> "If an entry" | billf | 1998-12-02 | 1 | -2/+2 |
* | superceded -> superseded, which after some debate on #FreeBSD is in | billf | 1998-11-30 | 1 | -2/+2 |
* | changable -> changeable | billf | 1998-11-30 | 1 | -2/+2 |
* | Describe `bs=n' more precisely. Fixed some English errors. | bde | 1998-11-29 | 1 | -6/+8 |
* | Fix formatting of %CPU value on alpha. | dfr | 1998-11-25 | 1 | -3/+3 |
* | Indicate that the thing not found was not /bin/pwd but rather $CWD (or .). | jkh | 1998-11-21 | 1 | -2/+2 |
* | Don't use mmap() for non-regular files, since st_size is only meaningful | bde | 1998-11-18 | 1 | -2/+2 |
* | Use mmap for file coping. 5-10% faster than the read system call. | wosch | 1998-11-14 | 1 | -1/+2 |
* | Fix behaviour for 'mkdir -m 777 / /tmp/foo'. Play "guess the style bug" | msmith | 1998-10-23 | 1 | -6/+8 |
* | Honour the spirit rather than the implementation of the previous changes; | msmith | 1998-10-22 | 1 | -19/+10 |
* | Make this compile, and honour the spirit of the original design while | msmith | 1998-10-20 | 1 | -8/+10 |
* | - mkdir -m should call chmod because the high-order bits get ignored | msmith | 1998-10-20 | 1 | -1/+19 |
* | - Fix off-by-one problem in tar where filenames of length 100 | msmith | 1998-10-20 | 1 | -7/+6 |
* | Calls one or more of malloc(), warn(), err(), syslog(), execlp() or | des | 1998-10-13 | 1 | -2/+2 |
* | Doh. What was I smoking when I wrote this? | des | 1998-10-13 | 1 | -5/+5 |
* | Correct a grammatical nit and remove ambiguity about the effect of | jkoshy | 1998-10-13 | 1 | -4/+6 |
* | Add JKH's auth.conf-file parser to turn Kerberos on/off in userland. | markm | 1998-10-09 | 3 | -5/+17 |
* | Null commit, just to test something. Please ignore. | jkh | 1998-10-04 | 1 | -2/+1 |
* | Added missing #include <string.h> | alex | 1998-10-03 | 1 | -1/+2 |
* | Fix 'chio params' so that it actually prints out the current picker. | ken | 1998-10-01 | 1 | -0/+7 |
* | Updated the ch(4) driver and chio(1) command to include volume | gibbs | 1998-09-15 | 3 | -143/+443 |
* | Portability fixes when sizeof(int) != sizeof(long). | dfr | 1998-09-14 | 3 | -41/+47 |
* | Fix minor style bugs noticed by the Bruce Filter.[tm] | imp | 1998-09-13 | 1 | -4/+7 |
* | Be more consistent with handling of quote mark control character. | tegge | 1998-09-13 | 4 | -72/+28 |
* | Silence -Wall -W -Wkitchen-sink. Use ssize_t in preference to int, | imp | 1998-09-11 | 1 | -9/+7 |
* | Narrow down conditions to break wait() to process traps. | cracauer | 1998-09-10 | 2 | -5/+6 |
* | Fixed breakage of %CPU and %MEM in the previous commit. sysctlbyname() | bde | 1998-09-10 | 1 | -5/+11 |
* | Fix an inefficiency I introduced in my last commit. | cracauer | 1998-09-10 | 2 | -10/+6 |
* | If traps are set, they are now executed even when a signal-blocking | cracauer | 1998-09-08 | 3 | -10/+27 |
* | Add -S flag to test for sockets. | cracauer | 1998-09-07 | 4 | -17/+28 |
* | Better handling of word splitting. Don't record the same region | tegge | 1998-09-06 | 7 | -49/+231 |
* | Don't blindly eliminate `..' and the previous pathname component. | tegge | 1998-09-06 | 2 | -19/+160 |
* | Split lines into one subdir per line. | gpalmer | 1998-08-30 | 1 | -4/+30 |
* | Improve bookkeeping of in_waitcmd and style fixes. | cracauer | 1998-08-25 | 7 | -27/+41 |