aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Adjust 'camcontrol negotiate -v' so it prints out the initiator ID from theKenneth D. Merry2000-09-171-0/+2
* Turn dkcksum() into an __inline function.Poul-Henning Kamp2000-09-167-120/+5
* Improve the clarification of the handling of the securelevel.Sheldon Hearn2000-09-131-6/+2
* Fix sign extension.Matt Jacob2000-09-121-1/+1
* Clarify the handling of the securelevel.Sheldon Hearn2000-09-121-8/+13
* Fix comment to match previous commit, as per bde.Dag-Erling Smørgrav2000-09-071-1/+1
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-061-1/+1
* Don't warn about unknown mount types, since they most likely simply meanDag-Erling Smørgrav2000-09-061-3/+1
* /modules -> /boot/kernelAndrey A. Chernov2000-09-061-2/+2
* Bring LDADD in line with DPADD.Greg Lehey2000-09-061-1/+1
* I'm not sure what changed to cause this, but using 'dirname' as a variablePeter Wemm2000-09-031-8/+8
* Clean up now that setproctitle() is in libc.Greg Lehey2000-09-033-3/+1
* Don't use libutil now that setproctitle() is in libcBrian Somers2000-09-022-3/+0
* Correct typo.Greg Lehey2000-08-292-2/+2
* No more hunting around for ipnat.conf(5) man page.Nick Hibma2000-08-281-0/+1
* Explain the notion that additional mount options may be describedSheldon Hearn2000-08-282-12/+22
* Mount DEVFS with no options.Poul-Henning Kamp2000-08-261-1/+1
* - When adjusting the end of a partition to lie on a cylinder boundary, don'tJohn Baldwin2000-08-242-92/+188
* Only print information about reads and writes when the -v flag (forSheldon Hearn2000-08-232-12/+16
* optreset is declared in unistd.h, so we don't need to declare it here again.Warner Losh2000-08-161-2/+0
* optreset is declared in unistd.h now.Warner Losh2000-08-163-3/+0
* Remove redundant code left over on removal of /dev/rXXX handlingRobert Nordier2000-08-151-2/+0
* Partially revert r1.12, in which a warnx() if the device is not aRobert Nordier2000-08-151-1/+1
* Explain why adding ``options NFSKERB'' breaks the kernel build.Sheldon Hearn2000-08-112-0/+6
* Add text from NetBSD's rev 1.12 which should have accompaniedSheldon Hearn2000-08-111-0/+22
* Add $FreeBSD$.Sheldon Hearn2000-08-111-0/+2
* Resolve conflicts.Sheldon Hearn2000-08-104-4/+9
|\
| * Import routed-2.22.vendor/SGI/vjs_20000806Sheldon Hearn2000-08-104-9/+16
* | Fix an order-of-operations bug and properly shift page_control values forKelly Yancey2000-08-101-6/+8
* | Include new modepage list (-l) option in the verbose usage.Kelly Yancey2000-08-091-0/+1
* | Fix a typo in the last commit so that this compiles.John Baldwin2000-08-091-1/+1
* | Fix some whitespace errors.Kelly Yancey2000-08-081-12/+12
* | Replace -l with .Fl lKelly Yancey2000-08-081-1/+3
* | This is an overhaul of the mode page handling in camcontrol as well asKelly Yancey2000-08-086-739/+823
* | Add a "-i" option ("insecure") which disables the checks forJohn Polstra2000-08-074-35/+36
* | 0xA0 = Suspend to disk.Josef Karthauser2000-08-072-0/+2
* | Consistency fix.Robert Nordier2000-08-061-1/+1
* | Fix world-breakage: warnx("..') --> warnx("...")Alexander Langer2000-08-051-1/+1
* | Don't call errx() without a format string, to protect against possibleKris Kennaway2000-08-051-4/+4
* | Don't call warnx() without a format string (localized error messagesKris Kennaway2000-08-051-4/+4
* | Resolve conflicts from vendor merge.Sheldon Hearn2000-08-026-17/+19
|\|
| * Import routed-2.21.vendor/SGI/vjs_20000721Sheldon Hearn2000-08-026-23/+26
* | Use ${LIBDATADIR} instead of hardcoding /usr/libdata into theSheldon Hearn2000-08-012-2/+2
* | Darren,Darren Reed2000-07-301-1/+4
* | Rename the loadable nullfs kernel module: null -> nullfsSheldon Hearn2000-07-282-10/+10
* | Add reference to sysctl.conf.David E. O'Brien2000-07-271-0/+1
* | Alternate script for dhclient to use in setting the received configurationDavid E. O'Brien2000-07-271-0/+511
* | Fix the reporting of a raw device node.Jeroen Ruigrok van der Werven2000-07-261-2/+2
* | Describe the syncer(4)-related sysctls kern.filedelay, kern.dirdelaySheldon Hearn2000-07-261-1/+3
* | If a directory is world-writable or is not owned by root, skip itJohn Polstra2000-07-263-5/+35