| Commit message (Expand) | Author | Age | Files | Lines |
| * | Set BINOWN=root explicitly for setuid root binaries. | Ruslan Ermilov | 2001-09-13 | 11 | -0/+12 |
| * | Reinstate complete (and now correctly functioning) WARNS=2. | Mark Murray | 2001-09-12 | 2 | -9/+11 |
| * | Fixed some of style bugs. | Ruslan Ermilov | 2001-09-12 | 1 | -1/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 3 | -10/+30 |
| * | Correct the entry for Sudetenland. It also has nothing to do with the south. | Greg Lehey | 2001-09-12 | 1 | -1/+1 |
| * | Correct the invasion of Südetenland. Any involvement of ducks was insignifi... | Greg Lehey | 2001-09-12 | 1 | -1/+1 |
| * | Implement the ``-f address_family'' filter for -i. | Ruslan Ermilov | 2001-09-11 | 3 | -3/+14 |
| * | Update usage() to match reality. | Ruslan Ermilov | 2001-09-11 | 1 | -5/+12 |
| * | mdoc(7) police: Fixed the .Ex calls in manpages that describe more | Ruslan Ermilov | 2001-09-11 | 2 | -2/+2 |
| * | Add a cast to silence a warning (error because of WARNS=2) on Alpha. | Mike Barcroft | 2001-09-10 | 1 | -1/+1 |
| * | Do not overrun entry array when printing output tables. | Ruslan Ermilov | 2001-09-10 | 1 | -24/+22 |
| * | Fixed SIGFPE (divide by zero) if column's width exceeds display width (-w). | Ruslan Ermilov | 2001-09-10 | 1 | -1/+3 |
| * | Fixed the -z option handling: | Ruslan Ermilov | 2001-09-10 | 1 | -3/+6 |
| * | - Move the prototype of ttymsg() into ttymsg.h. syslogd and talkd | Dima Dorfman | 2001-09-09 | 3 | -7/+15 |
| * | Iron out an identity crisis. I'm Irish, not English. | Brian Somers | 2001-09-09 | 1 | -1/+1 |
| * | Make sure that all non-root-owned binaries in standard system | Matthew Dillon | 2001-09-09 | 1 | -0/+1 |
| * | Remove a bogus cast and lockdown users(1) with WARNS?=2 | Mike Barcroft | 2001-09-09 | 2 | -1/+3 |
| * | Add Dennis Ritchie. | Greg Lehey | 2001-09-09 | 1 | -0/+1 |
| * | If the local file does not exist, or is a regular file, and we're not trying | Dag-Erling Smørgrav | 2001-09-08 | 1 | -27/+71 |
| * | Back out (with prejudice) the last WARNS=2 fix. I cannot understand | Mark Murray | 2001-09-07 | 2 | -11/+9 |
| * | Yay! | Ruslan Ermilov | 2001-09-07 | 1 | -236/+262 |
| * | If -s -s is specified, don't show zero multicast routing statistics. | Ruslan Ermilov | 2001-09-07 | 2 | -66/+48 |
| * | Deprecate the -l option in favour of more natural -W. | Ruslan Ermilov | 2001-09-07 | 5 | -15/+11 |
| * | Don't print stray socket addresses (-A) with the listen queue display (-L). | Ruslan Ermilov | 2001-09-07 | 1 | -22/+19 |
| * | The default for -p was ``kern.notice'' in the -h case. | Ruslan Ermilov | 2001-09-06 | 1 | -1/+1 |
| * | Convert systat(1) to use the new devstat interface. | Kenneth D. Merry | 2001-09-06 | 3 | -53/+46 |
| * | Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently adds | Dima Dorfman | 2001-09-05 | 3 | -4/+5 |
| * | Make ``wall -g'' really DTRT. | Ruslan Ermilov | 2001-09-05 | 1 | -8/+11 |
| * | Remove a trailing space at the end of a line. | Mike Barcroft | 2001-09-04 | 1 | -1/+1 |
| * | o Remove examples from throughout the manual. | Mike Barcroft | 2001-09-04 | 1 | -11/+65 |
| * | WARNS=2 fixes. | Mark Murray | 2001-09-04 | 2 | -9/+11 |
| * | SECURITY. | Ruslan Ermilov | 2001-09-04 | 2 | -40/+42 |
| * | The implementation of -flags was broken and did not match the (poorly) | Ruslan Ermilov | 2001-09-04 | 3 | -31/+79 |
| * | mdoc(7) police: tighten label width. | Ruslan Ermilov | 2001-09-04 | 1 | -1/+1 |
| * | Use the correct blocksize when invoked with both -h and -k | Robert Drehmel | 2001-09-04 | 1 | -1/+2 |
| * | File positions are off_t nowdays, not long, so: | Andrey A. Chernov | 2001-09-03 | 1 | -13/+13 |
| * | File positions are off_t nowdays, not long, so: | Andrey A. Chernov | 2001-09-02 | 4 | -7/+8 |
| * | strtol -> strtoll (for off_t file size) | Andrey A. Chernov | 2001-09-01 | 1 | -1/+1 |
| * | File positions are off_t nowdays, not long, so: | Andrey A. Chernov | 2001-09-01 | 1 | -5/+5 |
| * | File positions are off_t nowdays, not long, so: | Andrey A. Chernov | 2001-09-01 | 3 | -3/+3 |
| * | File positions are off_t nowdays, not long, so: | Andrey A. Chernov | 2001-09-01 | 4 | -14/+14 |
| * | Remove some unsafe function calls from the signal handlers. | Kris Kennaway | 2001-09-01 | 1 | -6/+14 |
| * | Exit gracefully when a SIGHUP is received. This prevents ee from going into | Mark Peek | 2001-08-31 | 1 | -0/+1 |
| * | SECURITY: Drop `setgid kmem' bit as early as possible. | Ruslan Ermilov | 2001-08-31 | 3 | -0/+3 |
| * | Sort predicates. | Ruslan Ermilov | 2001-08-31 | 1 | -70/+70 |
| * | Add myself. | Jose M. Alcaide | 2001-08-31 | 1 | -0/+1 |
| * | Make my Grandfather famous by showing the world my middle name, | Adrian Chadd | 2001-08-31 | 1 | -1/+1 |
| * | Revert the previous delta and apply a better fix which corrects | Mike Barcroft | 2001-08-30 | 1 | -9/+5 |
| * | Restore the `-perm +mode' feature. | Ruslan Ermilov | 2001-08-30 | 1 | -2/+2 |
| * | Make my Dad famous by showing the world my middle name, as seems | Josef Karthauser | 2001-08-30 | 1 | -1/+1 |