| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reviewed by: julian | Julian Elischer | 1996-08-09 | 3 | -2/+46 |
| * | add nextboot by default | Julian Elischer | 1996-08-09 | 1 | -2/+2 |
| * | slight man page additions re: deficiencies | Julian Elischer | 1996-08-09 | 2 | -0/+10 |
| * | Drop setuid ASAP, to minimize code executed as root. | Bill Fenner | 1996-08-09 | 1 | -3/+17 |
| * | Submitted by: archie@whistle.com | Julian Elischer | 1996-08-07 | 2 | -14/+12 |
| * | Filter by IP protocol. | Alexander Langer | 1996-08-05 | 2 | -28/+72 |
| * | Add relevant files to the FILES section | Mark Murray | 1996-08-03 | 1 | -0/+5 |
| * | Document that the major and minor numbers are parsed by strtoul(). | Bruce Evans | 1996-07-30 | 1 | -2/+3 |
| * | Use strtoul() more carefully. | Bruce Evans | 1996-07-30 | 1 | -12/+34 |
| * | Limit the risk of `buf' overrun in ping.c when printing hostnames. | Peter Wemm | 1996-07-28 | 1 | -2/+3 |
| * | Finally use strtoul() to convert the major an minor numbers, so | Joerg Wunsch | 1996-07-27 | 2 | -2/+23 |
| * | Submitted by: archie@whistle.com | Julian Elischer | 1996-07-23 | 1 | -2/+3 |
| * | When running 'rrestore foo', you get a segmentation fault because | Jordan K. Hubbard | 1996-07-23 | 1 | -1/+3 |
| * | mount_ext2fs somehow got a stray mntopts.h, which was out of sync with | Peter Wemm | 1996-07-23 | 2 | -74/+2 |
| * | Submitted by: archie@whistle.com | Julian Elischer | 1996-07-23 | 2 | -23/+71 |
| * | I have added a new option -p to the mount command. This was | Jordan K. Hubbard | 1996-07-21 | 4 | -16/+146 |
| * | Grammar fix described by wollman in response to PR 1363. | Alexander Langer | 1996-07-14 | 1 | -1/+1 |
| * | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 1 | -3/+5 |
| * | Adding changes to ipfw and the kernel to support ip packet diversion.. | Julian Elischer | 1996-07-10 | 2 | -32/+80 |
| * | Now that we have a manpage, don't have the 'clean' target be a NO-OP. | Nate Williams | 1996-07-10 | 1 | -1/+1 |
| * | changes to allow route to manipulate appletalk routes. | Julian Elischer | 1996-07-09 | 3 | -3/+61 |
| * | Submitted by: Archie@whistle.com | Julian Elischer | 1996-07-09 | 2 | -2/+60 |
| * | oops, make the magic number match that used in the bootblock.. | Julian Elischer | 1996-07-09 | 2 | -4/+4 |
| * | Obtained from: Whistle Communications | Julian Elischer | 1996-07-09 | 6 | -0/+656 |
| * | Document that suid wrapper like suidperl(1) break option 'nosuid'. | Wolfram Schneider | 1996-07-02 | 2 | -0/+8 |
| * | Correct definition of 'established' keyword. | Alexander Langer | 1996-07-02 | 1 | -1/+1 |
| * | Formatting fixes for 'in' and 'out' while listing. | Alexander Langer | 1996-06-29 | 1 | -22/+32 |
| * | Fix port specification syntax. | Alexander Langer | 1996-06-29 | 1 | -1/+1 |
| * | Fix address mask calculation when using ':' syntax. Allow a mask | Alexander Langer | 1996-06-23 | 1 | -13/+23 |
| * | Fix a couple of bogus casts to off_t that caused dumpfs to lseek negative | Peter Wemm | 1996-06-23 | 1 | -4/+4 |
| * | Code clean up. Prototypes, parentheses around assignments used in | Alexander Langer | 1996-06-21 | 2 | -68/+136 |
| * | Add #include <err.h>. | Alexander Langer | 1996-06-19 | 1 | -0/+1 |
| * | Set the program name before trying to use it. | Alexander Langer | 1996-06-18 | 1 | -3/+3 |
| * | Moved initialization of defaults for the label for the whole disk from | Bruce Evans | 1996-06-17 | 2 | -20/+8 |
| * | Fix a typo in the view accounting records example. | Alexander Langer | 1996-06-15 | 1 | -1/+1 |
| * | Bring the man page more into line with reality. | Alexander Langer | 1996-06-15 | 1 | -259/+94 |
| * | Our kernel is not called /netbsd. ;) | Satoshi Asami | 1996-06-14 | 1 | -4/+4 |
| * | Big sweep over ipfw, picking up where Poul left off: | Alexander Langer | 1996-06-09 | 1 | -23/+197 |
| * | Return make_union, s-bit removed | Andrey A. Chernov | 1996-05-19 | 1 | -2/+1 |
| * | Disable setuid permission for mount_union(1). | Paul Traina | 1996-05-17 | 2 | -6/+0 |
| * | Large security hole in mount_union, the underlying filesystem for which doesn't | Jordan K. Hubbard | 1996-05-17 | 1 | -1/+2 |
| * | Accept mount(8)'s calling convention of passing just the filesystem type | Garrett Wollman | 1996-05-14 | 2 | -9/+23 |
| * | One program I missed in removing MOUNT_* constants. | Garrett Wollman | 1996-05-13 | 3 | -51/+63 |
| * | Get rid of the last vestiges of the old MOUNT_* constants in the | Garrett Wollman | 1996-05-13 | 27 | -518/+375 |
| * | Document LFS as broken. | Jordan K. Hubbard | 1996-05-12 | 2 | -0/+6 |
| * | Some cosmetics and some better error-checking. | Poul-Henning Kamp | 1996-05-11 | 1 | -46/+43 |
| * | From: Terry Lambert <terry@lambert.org> | Nate Williams | 1996-05-09 | 3 | -3/+33 |
| * | Update route(8) to print out current meanings of rt_flags RTF_* bits. | Garrett Wollman | 1996-05-08 | 1 | -4/+10 |
| * | Connect ccd man page and ccdconfig to parent Makefiles. | Satoshi Asami | 1996-05-04 | 1 | -1/+1 |
| * | Better method of choosing libdescrypt/libscrypt. | Mark Murray | 1996-05-04 | 1 | -6/+6 |