| Commit message (Expand) | Author | Age | Files | Lines |
* | Submitted by: Archie@whistle.com | julian | 1996-07-09 | 2 | -2/+60 |
* | oops, make the magic number match that used in the bootblock.. | julian | 1996-07-09 | 2 | -4/+4 |
* | Obtained from: Whistle Communications | julian | 1996-07-09 | 6 | -0/+656 |
* | Document that suid wrapper like suidperl(1) break option 'nosuid'. | wosch | 1996-07-02 | 2 | -0/+8 |
* | Correct definition of 'established' keyword. | alex | 1996-07-02 | 1 | -1/+1 |
* | Formatting fixes for 'in' and 'out' while listing. | alex | 1996-06-29 | 1 | -22/+32 |
* | Fix port specification syntax. | alex | 1996-06-29 | 1 | -1/+1 |
* | Fix address mask calculation when using ':' syntax. Allow a mask | alex | 1996-06-23 | 1 | -13/+23 |
* | Fix a couple of bogus casts to off_t that caused dumpfs to lseek negative | peter | 1996-06-23 | 1 | -4/+4 |
* | Code clean up. Prototypes, parentheses around assignments used in | alex | 1996-06-21 | 2 | -68/+136 |
* | Add #include <err.h>. | alex | 1996-06-19 | 1 | -0/+1 |
* | Set the program name before trying to use it. | alex | 1996-06-18 | 1 | -3/+3 |
* | Moved initialization of defaults for the label for the whole disk from | bde | 1996-06-17 | 2 | -20/+8 |
* | Fix a typo in the view accounting records example. | alex | 1996-06-15 | 1 | -1/+1 |
* | Bring the man page more into line with reality. | alex | 1996-06-15 | 1 | -259/+94 |
* | Our kernel is not called /netbsd. ;) | asami | 1996-06-14 | 1 | -4/+4 |
* | Big sweep over ipfw, picking up where Poul left off: | alex | 1996-06-09 | 1 | -23/+197 |
* | Return make_union, s-bit removed | ache | 1996-05-19 | 1 | -2/+1 |
* | Disable setuid permission for mount_union(1). | pst | 1996-05-17 | 2 | -6/+0 |
* | Large security hole in mount_union, the underlying filesystem for which doesn't | jkh | 1996-05-17 | 1 | -1/+2 |
* | Accept mount(8)'s calling convention of passing just the filesystem type | wollman | 1996-05-14 | 2 | -9/+23 |
* | One program I missed in removing MOUNT_* constants. | wollman | 1996-05-13 | 3 | -51/+63 |
* | Get rid of the last vestiges of the old MOUNT_* constants in the | wollman | 1996-05-13 | 27 | -519/+376 |
* | Document LFS as broken. | jkh | 1996-05-12 | 2 | -0/+6 |
* | Some cosmetics and some better error-checking. | phk | 1996-05-11 | 1 | -46/+43 |
* | From: Terry Lambert <terry@lambert.org> | nate | 1996-05-09 | 3 | -3/+33 |
* | Update route(8) to print out current meanings of rt_flags RTF_* bits. | wollman | 1996-05-08 | 1 | -4/+10 |
* | Connect ccd man page and ccdconfig to parent Makefiles. | asami | 1996-05-04 | 1 | -1/+1 |
* | Better method of choosing libdescrypt/libscrypt. | markm | 1996-05-04 | 1 | -6/+6 |
* | Split CRYPTOBJDIR -> SCRYPTOBJDIR/DESCRYPTOBJDIR for init(8) | markm | 1996-05-04 | 1 | -2/+8 |
* | Stupid bug, the default man page goes to section 1, not 8. | joerg | 1996-05-03 | 1 | -0/+1 |
* | Specify FreeBSd on the .Os line, since this is a FreeBSD-specific | mpp | 1996-05-02 | 1 | -4/+3 |
* | Oops, forgot to `cvs add' this one first... | joerg | 1996-05-02 | 1 | -0/+80 |
* | Add a man page. | joerg | 1996-05-02 | 1 | -1/+0 |
* | NBPG -> getpagesize() | phk | 1996-05-02 | 2 | -2/+2 |
* | Default to udp if neither udp nor tcp is specified. The previous revision | bde | 1996-05-01 | 1 | -1/+2 |
* | changed a strchr to a strrchr so that modules with a `.' in the path | erich | 1996-04-26 | 1 | -2/+2 |
* | Fixed a couple of format strings to match the change of pid_t from long | bde | 1996-04-13 | 1 | -1/+1 |
* | default to udp if no flags specified...closes PR#bin/759 | scrappy | 1996-04-13 | 1 | -0/+1 |
* | removed xref to icheck(8), ncheck(8) as they don't exist | scrappy | 1996-04-11 | 1 | -3/+1 |
* | Fix a core dump when the user gives "-w" without an "=" | smpatel | 1996-04-10 | 1 | -1/+4 |
* | English corrections from jdp. | ache | 1996-04-09 | 1 | -18/+23 |
* | Do not install the now unsupported netns and netiso | mpp | 1996-04-08 | 1 | -1/+1 |
* | Correct some man page xrefs, and some other minor changes to bring some | mpp | 1996-04-08 | 2 | -29/+29 |
* | Correct some man page cross references and file location references. | mpp | 1996-04-07 | 4 | -12/+12 |
* | Don't immediately give up if a single read() or write() wasn't | joerg | 1996-04-06 | 1 | -5/+31 |
* | More info and more corrections | ache | 1996-04-05 | 1 | -4/+8 |
* | Describe new adjkerntz variant + various changes from jdp | ache | 1996-04-05 | 1 | -50/+91 |
* | Detect if /etc/wall_cmos_clock gone while adjkerntz paused. | ache | 1996-04-05 | 1 | -1/+6 |
* | Dynamically sense /etc/wall_cmos_clock presence/absense | ache | 1996-04-05 | 1 | -20/+8 |