| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Re-enable killing childs with SIGQUIT. Spotted by Bruce Evans. | cracauer | 1998-08-25 | 1 | -2/+2 |
* | Got two volatile sig_atomic_t and int mixed up. Spotted by Gary Palmer. | cracauer | 1998-08-24 | 2 | -4/+4 |
* | Do not exit on SIGINT in non-interactive shells, fixes PR 1206, | cracauer | 1998-08-24 | 9 | -45/+92 |
* | Now that alpha uses FreeBSD syscalls, all these work. | jb | 1998-08-15 | 1 | -7/+3 |
* | Silence some warnings when building on the alpha. | dfr | 1998-08-07 | 3 | -6/+6 |
* | Fix LIBDIR (for aout/ELF). | markm | 1998-08-06 | 1 | -1/+1 |
* | Use sendmail-8.9.1 rmail (with our changes). | peter | 1998-08-04 | 3 | -427/+6 |
* | Add missing "else", without whom the prev. commit is a null change. | hoek | 1998-08-02 | 1 | -4/+3 |
* | Fixed printf format errors (time_t is not necessarily long). | bde | 1998-08-02 | 1 | -3/+5 |
* | Document behaviour of "-" and "--" on the command line. | jkoshy | 1998-07-30 | 1 | -2/+7 |
* | Allow env. variable LS_COLWIDTHS to specify minimum column widths, | hoek | 1998-07-29 | 4 | -13/+97 |
* | Document the printf built-in. | nectar | 1998-07-27 | 1 | -1/+13 |
* | csh built-in printf now expands arguments. e.g. | nectar | 1998-07-27 | 1 | -1/+14 |
* | Fix use of -man macro, correct description of the behaviour of the `+n' | jkoshy | 1998-07-21 | 1 | -8/+3 |
* | Added a `build-tools' target for internal tools. | bde | 1998-07-07 | 1 | -4/+3 |
* | Pick up kernel variables/constants using sysctl rather than through /dev/mem | phk | 1998-06-30 | 2 | -80/+17 |
* | Fixed printf format errors (second round with non-i386 typedefs). | bde | 1998-06-28 | 1 | -2/+3 |