| Commit message (Expand) | Author | Age | Files | Lines |
* | Resolve conflicts from vendor merge. | sheldonh | 2000-08-02 | 6 | -17/+19 |
* | Use ${LIBDATADIR} instead of hardcoding /usr/libdata into the | sheldonh | 2000-08-01 | 2 | -2/+2 |
* | Darren, | darrenr | 2000-07-30 | 1 | -1/+4 |
* | Rename the loadable nullfs kernel module: null -> nullfs | sheldonh | 2000-07-28 | 2 | -10/+10 |
* | Add reference to sysctl.conf. | obrien | 2000-07-27 | 1 | -0/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r63925, | obrien | 2000-07-27 | 1 | -0/+511 |
|\ |
|
| * | Alternate script for dhclient to use in setting the received configuration | obrien | 2000-07-27 | 1 | -0/+511 |
* | Fix the reporting of a raw device node. | asmodai | 2000-07-26 | 1 | -2/+2 |
* | Describe the syncer(4)-related sysctls kern.filedelay, kern.dirdelay | sheldonh | 2000-07-26 | 1 | -1/+3 |
* | If a directory is world-writable or is not owned by root, skip it | jdp | 2000-07-26 | 3 | -5/+35 |
* | If the lost+found directory is created by fsck, it will do a cacheino() | mckusick | 2000-07-24 | 3 | -3/+15 |
* | Blah, need to add /usr/bin to the path also. | obrien | 2000-07-21 | 1 | -1/+1 |
* | Fix a really stupid bug where I assumed sizeof(int) == 2. This resulted in | jhb | 2000-07-21 | 2 | -2/+2 |
* | Need /usr/sbin for arp(8). | obrien | 2000-07-20 | 1 | -1/+1 |
* | Patchlevel 3 of the ISC 2.0 dhcp client now requires us to give it the | obrien | 2000-07-20 | 1 | -0/+1 |
* | Show the actual command line usage in the man page and usage error string. | archie | 2000-07-19 | 2 | -5/+17 |
* | Make "ifconfig" with no arguments equivalent to "ifconfig -a". | archie | 2000-07-18 | 1 | -0/+4 |
* | Cross-reference mount_nfs(8) and showmount(8). | sheldonh | 2000-07-18 | 1 | -1/+2 |
* | Order the cross-references in the SEE ALSO section, in preparation | sheldonh | 2000-07-18 | 1 | -2/+2 |
* | - Don't try to free mboot.bootinst before it has been allocated. If, for | jhb | 2000-07-17 | 2 | -4/+4 |
* | Suggest looking at rc.conf(5) on how to start natd(8) during boot. | ru | 2000-07-17 | 1 | -0/+3 |
* | Fix a paste-o in the tcpoptions check (not a security problem, just a | billf | 2000-07-17 | 1 | -1/+1 |
* | Don't try to make files immutable (ie. chflags) before setting access times. | dwmalone | 2000-07-16 | 2 | -4/+4 |
* | Make a tighter test for valid inode numbers in getnextinode(). | mckusick | 2000-07-15 | 3 | -6/+9 |
* | Fix memory leak/double free found by phkmalloc | ache | 2000-07-15 | 2 | -16/+20 |
* | * Clarify text on choosing a dump device | ben | 2000-07-14 | 1 | -7/+17 |
* | Clarify "mount -a -t" example - it only unmounts stuff in /etc/fstab. | dwmalone | 2000-07-13 | 1 | -2/+5 |
* | Note that "ether" is a supported address family for setting addresses. | jhb | 2000-07-12 | 1 | -0/+1 |
* | - Always respect cylinder boundaries when creating slices unless the user | jhb | 2000-07-12 | 2 | -34/+140 |
* | Add support to the 'ether' address family to support setting of addresses. | jhb | 2000-07-12 | 1 | -23/+28 |
* | Ensure that block and character devices as well as fifo's and sockets | mckusick | 2000-07-12 | 3 | -0/+18 |
* | Array of long support. | phk | 2000-07-11 | 1 | -4/+10 |
* | Don't call sprintf() with no format string. | kris | 2000-07-10 | 1 | -1/+1 |
* | Don't call warn() with no format string. | kris | 2000-07-10 | 1 | -1/+1 |
* | Don't call err with no format string. | kris | 2000-07-10 | 2 | -2/+2 |
* | Make "ldconfig" with no arguments behave the same as "ldconfig -R". | jdp | 2000-07-09 | 2 | -1/+4 |
* | Teach fsck about snapshot files. These changes should have no | mckusick | 2000-07-06 | 18 | -45/+363 |
* | Correct style bugs in previous commit | kris | 2000-07-06 | 2 | -4/+4 |
* | Add the snapshot option to mount_ufs. | mckusick | 2000-07-06 | 4 | -0/+4 |
* | Sync with KAME | kris | 2000-07-05 | 1 | -1/+1 |
* | Sync with KAME | kris | 2000-07-05 | 1 | -54/+135 |
* | Sync with latest KAME code. | kris | 2000-07-05 | 2 | -234/+635 |
* | Support for unsigned integer and long sysctl variables. Update the | jhb | 2000-07-05 | 1 | -2/+10 |
* | synchronize with latest kame tree. | itojun | 2000-07-04 | 9 | -353/+543 |
* | Remove the use of a dash in the usage, since this isn't in keeping | sheldonh | 2000-07-03 | 2 | -2/+2 |
* | What the commit log for rev 1.16 neglected to mention was that the | sheldonh | 2000-07-03 | 1 | -1/+1 |
* | Explicitly state that mountd can be made to re-read the exports file, | sheldonh | 2000-07-03 | 1 | -0/+19 |
* | Print the correct speed when speed is less than 1MB/s. | n_hibma | 2000-07-01 | 1 | -1/+1 |
* | Backout rev 1.8. This really does not give us the version number | ps | 2000-07-01 | 2 | -5/+5 |
* | "Ease understanding" of how -punch_fw works. | ru | 2000-06-29 | 1 | -9/+11 |