| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix error with multiply 'adjkerntz -a' copies running. | ache | 1996-04-05 | 1 | -32/+86 |
* | Add a small message to the ``CAVEATS'' section saying if you get the | gpalmer | 1996-04-03 | 3 | -3/+27 |
* | recognize "allow", "accept" and "pass" | phk | 1996-04-03 | 1 | -6/+8 |
* | A couple of bug-fixes. | phk | 1996-04-02 | 1 | -4/+4 |
* | Move rpc.statd and rpc.lockd to usr.sbin via repository copy as per | peter | 1996-04-02 | 14 | -2530/+0 |
* | Some minor tweaks for statd | peter | 1996-04-01 | 4 | -101/+25 |
* | Tweaks for the stub lockd. | peter | 1996-04-01 | 6 | -242/+46 |
* | Fixed a type to match Lite2's fixed-width type changes. | bde | 1996-03-19 | 1 | -1/+1 |
* | Change the messages slightly when there is no "mount_type" executable | asami | 1996-03-15 | 2 | -8/+38 |
* | Properly distinguish 3 different cases: | ache | 1996-03-12 | 2 | -10/+23 |
* | Re-open line after hangup in any case | ache | 1996-03-12 | 1 | -15/+2 |
* | Backout my changes to disallow "mount /mnt /mnt" until I can verify | mpp | 1996-03-11 | 2 | -44/+0 |
* | Only restrict the user from doing something like "mount /mnt /mnt" | mpp | 1996-03-11 | 2 | -8/+14 |
* | Do not allow the caller to specify the same path for the special | mpp | 1996-03-10 | 2 | -0/+38 |
* | Prepare to eliminate multiply uucplock.c copies | ache | 1996-03-04 | 1 | -16/+33 |
* | Close PR#17. This may be a contraversal fix in that now mount will | jkh | 1996-03-03 | 2 | -10/+2 |
* | Silence some cc -Wall warnings in quotacheck. | mpp | 1996-02-27 | 1 | -8/+10 |
* | Fix quotacheck to not do a bunch of unneeded fseeks if the | mpp | 1996-02-27 | 1 | -2/+9 |
* | Bring in some of Paul K's fixes for ldconfig from NetBSD-current. | pst | 1996-02-26 | 1 | -10/+30 |
* | Update to match kernel code. | phk | 1996-02-24 | 3 | -100/+252 |
* | A new ipfw program that can set and control the new features. | phk | 1996-02-24 | 2 | -969/+400 |
* | Update -current ipfw program as well. | phk | 1996-02-23 | 2 | -170/+29 |
* | Print out an informative message if the verbose option is given | mpp | 1996-02-21 | 2 | -3/+7 |
* | Fix route to check if inet_addr and inet_network return INADDR_NONE, | mpp | 1996-02-17 | 1 | -3/+3 |
* | Call unit-command -1 <new> first time connected, close PR 569 | ache | 1996-02-17 | 2 | -9/+18 |
* | This commit was generated by cvs2svn to compensate for changes in r14125, | peter | 1996-02-17 | 7 | -0/+1321 |
|\ |
|