| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed printf format errors. | bde | 1998-06-28 | 1 | -3/+3 |
* | Oops, the previous log message should have read "Fixed type mismatches - | bde | 1998-06-28 | 1 | -1/+1 |
* | Fixed printf format errors. | bde | 1998-06-28 | 1 | -4/+7 |
* | Fixed printf format errors. | bde | 1998-06-28 | 2 | -5/+7 |
* | Remove compile time dependency on ARG_MAX. | jkoshy | 1998-06-17 | 1 | -2/+11 |
* | Don't attempt to change owner/mode/flags that don't need to changed. | peter | 1998-06-10 | 1 | -15/+29 |
* | Print correct error message if we copy an unreadable directory. | dt | 1998-06-09 | 1 | -1/+2 |
* | Make sure we don't overflow the path buffer. Exit if we do. | imp | 1998-06-09 | 1 | -2/+4 |
* | Make sure we pass the length - 1 to readlink, since it adds its own | imp | 1998-06-09 | 3 | -10/+8 |
* | Fix a bunch of spelling errors. | steve | 1998-06-04 | 1 | -2/+2 |
* | Fix errors that crept into the previous commit. | jkoshy | 1998-06-04 | 1 | -3/+3 |
* | 1. `ps' output now shows 3 characters in the `TT' field, not 2, after | jkoshy | 1998-06-04 | 1 | -3/+4 |
* | Correct description of -crtscts. | jkoshy | 1998-06-03 | 1 | -2/+2 |
* | Clarify the example a bit. | steve | 1998-05-31 | 1 | -6/+6 |
* | Fixed imperfections in previous commit (a poor variable name, | bde | 1998-05-31 | 1 | -14/+14 |
* | Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. | phk | 1998-05-28 | 1 | -14/+14 |
* | "make world" replaces /bin/rmail even when NO_SENDMAIL has been set to | phk | 1998-05-27 | 1 | -2/+6 |
* | Don't append a '/' to the destination directory if there | steve | 1998-05-25 | 1 | -3/+5 |
* | If no value is present for the login name set it to '-'. | steve | 1998-05-25 | 3 | -5/+39 |
* | Improve description of absolute modes. | jkoshy | 1998-05-19 | 1 | -20/+46 |