| Commit message (Expand) | Author | Age | Files | Lines |
| * | Updated the ch(4) driver and chio(1) command to include volume | Justin T. Gibbs | 1998-09-15 | 3 | -142/+442 |
| * | Portability fixes when sizeof(int) != sizeof(long). | Doug Rabson | 1998-09-14 | 3 | -41/+47 |
| * | Fix minor style bugs noticed by the Bruce Filter.[tm] | Warner Losh | 1998-09-13 | 1 | -4/+7 |
| * | Be more consistent with handling of quote mark control character. | Tor Egge | 1998-09-13 | 4 | -72/+28 |
| * | Silence -Wall -W -Wkitchen-sink. Use ssize_t in preference to int, | Warner Losh | 1998-09-11 | 1 | -9/+7 |
| * | Narrow down conditions to break wait() to process traps. | Martin Cracauer | 1998-09-10 | 2 | -5/+6 |
| * | Fixed breakage of %CPU and %MEM in the previous commit. sysctlbyname() | Bruce Evans | 1998-09-10 | 1 | -5/+11 |
| * | Fix an inefficiency I introduced in my last commit. | Martin Cracauer | 1998-09-10 | 2 | -10/+6 |
| * | If traps are set, they are now executed even when a signal-blocking | Martin Cracauer | 1998-09-08 | 3 | -10/+27 |
| * | Add -S flag to test for sockets. | Martin Cracauer | 1998-09-07 | 4 | -17/+28 |
| * | Better handling of word splitting. Don't record the same region | Tor Egge | 1998-09-06 | 7 | -49/+231 |
| * | Don't blindly eliminate `..' and the previous pathname component. | Tor Egge | 1998-09-06 | 2 | -19/+160 |
| * | Split lines into one subdir per line. | Gary Palmer | 1998-08-30 | 1 | -4/+30 |
| * | Improve bookkeeping of in_waitcmd and style fixes. | Martin Cracauer | 1998-08-25 | 7 | -27/+41 |
| * | Re-enable killing childs with SIGQUIT. Spotted by Bruce Evans. | Martin Cracauer | 1998-08-25 | 1 | -2/+2 |
| * | Got two volatile sig_atomic_t and int mixed up. Spotted by Gary Palmer. | Martin Cracauer | 1998-08-24 | 2 | -4/+4 |
| * | Do not exit on SIGINT in non-interactive shells, fixes PR 1206, | Martin Cracauer | 1998-08-24 | 9 | -45/+92 |
| * | Now that alpha uses FreeBSD syscalls, all these work. | John Birrell | 1998-08-15 | 1 | -7/+3 |
| * | Silence some warnings when building on the alpha. | Doug Rabson | 1998-08-07 | 3 | -6/+6 |
| * | Fix LIBDIR (for aout/ELF). | Mark Murray | 1998-08-06 | 1 | -1/+1 |
| * | Use sendmail-8.9.1 rmail (with our changes). | Peter Wemm | 1998-08-04 | 3 | -427/+6 |
| * | Add missing "else", without whom the prev. commit is a null change. | Tim Vanderhoek | 1998-08-02 | 1 | -4/+3 |
| * | Fixed printf format errors (time_t is not necessarily long). | Bruce Evans | 1998-08-02 | 1 | -3/+5 |
| * | Document behaviour of "-" and "--" on the command line. | Joseph Koshy | 1998-07-30 | 1 | -2/+7 |
| * | Allow env. variable LS_COLWIDTHS to specify minimum column widths, | Tim Vanderhoek | 1998-07-29 | 4 | -13/+97 |
| * | Document the printf built-in. | Jacques Vidrine | 1998-07-27 | 1 | -1/+13 |
| * | csh built-in printf now expands arguments. e.g. | Jacques Vidrine | 1998-07-27 | 1 | -1/+14 |
| * | Fix use of -man macro, correct description of the behaviour of the `+n' | Joseph Koshy | 1998-07-21 | 1 | -8/+3 |
| * | Added a `build-tools' target for internal tools. | Bruce Evans | 1998-07-07 | 1 | -4/+3 |
| * | Pick up kernel variables/constants using sysctl rather than through /dev/mem | Poul-Henning Kamp | 1998-06-30 | 2 | -80/+17 |
| * | Fixed printf format errors (second round with non-i386 typedefs). | Bruce Evans | 1998-06-28 | 1 | -2/+3 |
| * | Fixed printf format errors. | Bruce Evans | 1998-06-28 | 1 | -3/+3 |
| * | Oops, the previous log message should have read "Fixed type mismatches - | Bruce Evans | 1998-06-28 | 1 | -1/+1 |
| * | Fixed printf format errors. | Bruce Evans | 1998-06-28 | 1 | -4/+7 |
| * | Fixed printf format errors. | Bruce Evans | 1998-06-28 | 2 | -5/+7 |
| * | Remove compile time dependency on ARG_MAX. | Joseph Koshy | 1998-06-17 | 1 | -2/+11 |
| * | Don't attempt to change owner/mode/flags that don't need to changed. | Peter Wemm | 1998-06-10 | 1 | -15/+29 |
| * | Print correct error message if we copy an unreadable directory. | Dmitrij Tejblum | 1998-06-09 | 1 | -1/+2 |
| * | Make sure we don't overflow the path buffer. Exit if we do. | Warner Losh | 1998-06-09 | 1 | -2/+4 |
| * | Make sure we pass the length - 1 to readlink, since it adds its own | Warner Losh | 1998-06-09 | 3 | -10/+8 |
| * | Fix a bunch of spelling errors. | Steve Price | 1998-06-04 | 1 | -2/+2 |
| * | Fix errors that crept into the previous commit. | Joseph Koshy | 1998-06-04 | 1 | -3/+3 |
| * | 1. `ps' output now shows 3 characters in the `TT' field, not 2, after | Joseph Koshy | 1998-06-04 | 1 | -3/+4 |
| * | Correct description of -crtscts. | Joseph Koshy | 1998-06-03 | 1 | -2/+2 |
| * | Clarify the example a bit. | Steve Price | 1998-05-31 | 1 | -6/+6 |
| * | Fixed imperfections in previous commit (a poor variable name, | Bruce Evans | 1998-05-31 | 1 | -14/+14 |
| * | Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. | Poul-Henning Kamp | 1998-05-28 | 1 | -14/+14 |
| * | "make world" replaces /bin/rmail even when NO_SENDMAIL has been set to | Poul-Henning Kamp | 1998-05-27 | 1 | -2/+6 |
| * | Don't append a '/' to the destination directory if there | Steve Price | 1998-05-25 | 1 | -3/+5 |
| * | If no value is present for the login name set it to '-'. | Steve Price | 1998-05-25 | 3 | -5/+39 |