summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Add a "-i" option ("insecure") which disables the checks forjdp2000-08-074-35/+36
* 0xA0 = Suspend to disk.joe2000-08-072-0/+2
* Consistency fix.rnordier2000-08-061-1/+1
* Fix world-breakage: warnx("..') --> warnx("...")alex2000-08-051-1/+1
* Don't call errx() without a format string, to protect against possiblekris2000-08-051-4/+4
* Don't call warnx() without a format string (localized error messageskris2000-08-051-4/+4
* Resolve conflicts from vendor merge.sheldonh2000-08-026-17/+19
* Use ${LIBDATADIR} instead of hardcoding /usr/libdata into thesheldonh2000-08-012-2/+2
* Darren,darrenr2000-07-301-1/+4
* Rename the loadable nullfs kernel module: null -> nullfssheldonh2000-07-282-10/+10
* Add reference to sysctl.conf.obrien2000-07-271-0/+1
* This commit was generated by cvs2svn to compensate for changes in r63925,obrien2000-07-271-0/+511
|\
| * Alternate script for dhclient to use in setting the received configurationobrien2000-07-271-0/+511
* Fix the reporting of a raw device node.asmodai2000-07-261-2/+2
* Describe the syncer(4)-related sysctls kern.filedelay, kern.dirdelaysheldonh2000-07-261-1/+3
* If a directory is world-writable or is not owned by root, skip itjdp2000-07-263-5/+35
* If the lost+found directory is created by fsck, it will do a cacheino()mckusick2000-07-243-3/+15
* Blah, need to add /usr/bin to the path also.obrien2000-07-211-1/+1
* Fix a really stupid bug where I assumed sizeof(int) == 2. This resulted injhb2000-07-212-2/+2
* Need /usr/sbin for arp(8).obrien2000-07-201-1/+1
* Patchlevel 3 of the ISC 2.0 dhcp client now requires us to give it theobrien2000-07-201-0/+1
* Show the actual command line usage in the man page and usage error string.archie2000-07-192-5/+17
* Make "ifconfig" with no arguments equivalent to "ifconfig -a".archie2000-07-181-0/+4
* Cross-reference mount_nfs(8) and showmount(8).sheldonh2000-07-181-1/+2
* Order the cross-references in the SEE ALSO section, in preparationsheldonh2000-07-181-2/+2
* - Don't try to free mboot.bootinst before it has been allocated. If, forjhb2000-07-172-4/+4
* Suggest looking at rc.conf(5) on how to start natd(8) during boot.ru2000-07-171-0/+3
* Fix a paste-o in the tcpoptions check (not a security problem, just abillf2000-07-171-1/+1
* Don't try to make files immutable (ie. chflags) before setting access times.dwmalone2000-07-162-4/+4
* Make a tighter test for valid inode numbers in getnextinode().mckusick2000-07-153-6/+9
* Fix memory leak/double free found by phkmallocache2000-07-152-16/+20
* * Clarify text on choosing a dump deviceben2000-07-141-7/+17
* Clarify "mount -a -t" example - it only unmounts stuff in /etc/fstab.dwmalone2000-07-131-2/+5
* Note that "ether" is a supported address family for setting addresses.jhb2000-07-121-0/+1
* - Always respect cylinder boundaries when creating slices unless the userjhb2000-07-122-34/+140
* Add support to the 'ether' address family to support setting of addresses.jhb2000-07-121-23/+28
* Ensure that block and character devices as well as fifo's and socketsmckusick2000-07-123-0/+18
* Array of long support.phk2000-07-111-4/+10
* Don't call sprintf() with no format string.kris2000-07-101-1/+1
* Don't call warn() with no format string.kris2000-07-101-1/+1
* Don't call err with no format string.kris2000-07-102-2/+2
* Make "ldconfig" with no arguments behave the same as "ldconfig -R".jdp2000-07-092-1/+4
* Teach fsck about snapshot files. These changes should have nomckusick2000-07-0618-45/+363
* Correct style bugs in previous commitkris2000-07-062-4/+4
* Add the snapshot option to mount_ufs.mckusick2000-07-064-0/+4
* Sync with KAMEkris2000-07-051-1/+1
* Sync with KAMEkris2000-07-051-54/+135
* Sync with latest KAME code.kris2000-07-052-234/+635
* Support for unsigned integer and long sysctl variables. Update thejhb2000-07-051-2/+10
* synchronize with latest kame tree.itojun2000-07-049-353/+543
OpenPOWER on IntegriCloud