summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-1/+1
* Don't warn about unknown mount types, since they most likely simply meandes2000-09-061-3/+1
* /modules -> /boot/kernelache2000-09-061-2/+2
* Bring LDADD in line with DPADD.grog2000-09-061-1/+1
* I'm not sure what changed to cause this, but using 'dirname' as a variablepeter2000-09-031-8/+8
* Clean up now that setproctitle() is in libc.grog2000-09-033-3/+1
* Don't use libutil now that setproctitle() is in libcbrian2000-09-022-3/+0
* Correct typo.grog2000-08-292-2/+2
* No more hunting around for ipnat.conf(5) man page.n_hibma2000-08-281-0/+1
* Explain the notion that additional mount options may be describedsheldonh2000-08-282-12/+22
* Mount DEVFS with no options.phk2000-08-261-1/+1
* - When adjusting the end of a partition to lie on a cylinder boundary, don'tjhb2000-08-242-92/+188
* Only print information about reads and writes when the -v flag (forsheldonh2000-08-232-12/+16
* optreset is declared in unistd.h, so we don't need to declare it here again.imp2000-08-161-2/+0
* optreset is declared in unistd.h now.imp2000-08-163-3/+0
* Remove redundant code left over on removal of /dev/rXXX handlingrnordier2000-08-151-2/+0
* Partially revert r1.12, in which a warnx() if the device is not arnordier2000-08-151-1/+1
* Explain why adding ``options NFSKERB'' breaks the kernel build.sheldonh2000-08-112-0/+6
* Add text from NetBSD's rev 1.12 which should have accompaniedsheldonh2000-08-111-0/+22
* Add $FreeBSD$.sheldonh2000-08-111-0/+2
* Resolve conflicts.sheldonh2000-08-104-4/+9
* Fix an order-of-operations bug and properly shift page_control values forkbyanc2000-08-101-6/+8
* Include new modepage list (-l) option in the verbose usage.kbyanc2000-08-091-0/+1
* Fix a typo in the last commit so that this compiles.jhb2000-08-091-1/+1
* Fix some whitespace errors.kbyanc2000-08-081-12/+12
* Replace -l with .Fl lkbyanc2000-08-081-1/+3
* This is an overhaul of the mode page handling in camcontrol as well askbyanc2000-08-086-739/+823
* 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
OpenPOWER on IntegriCloud