summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2006-09-02Sort sections. Fix typo. Start sentence with upper-case letter.wiz
2006-09-01New NetBSD/landisk port uses MBR too.uwe
2006-09-01Several fixes to improve the reliability of the roll-forward agent.perseant
2006-08-31Add a mode to gre(4) that sends GRE tunnel packets in UDP datagrams.dyoung
2006-08-27Add a caveats section describing potential problems with autoconfiguredmartin
2006-08-27As discussed on tech-userlevel: enhance the -A/-U commands to take a -tmartin
2006-08-27Make the "traditional" comment match reality.christos
2006-08-27Don't hard-code 3. From our secret user.christos
2006-08-27add a constchristos
2006-08-27need getdiskinfo.christos
2006-08-26- Deal with wedges and the new disk geometry structures, instead of usingchristos
2006-08-26- make preen recognize wedges and insert their parent disks in the disk listchristos
2006-08-26Programs that use efun.christos
2006-08-26Nuke a leftover XNS fragment.matt
2006-08-26Remove XNS support.matt
2006-08-26Remove XNS and CCITT/X25 bits.matt
2006-08-23Sort options. Sync usage with man page.wiz
2006-08-23Sort sections. Fix typos.wiz
2006-08-22Only one -D synopsis linemartin
2006-08-22Allow unsetting the dump device via "swapctl -D none".martin
2006-08-17Revert previous. It is not ready for public consumption.christos
2006-08-17Don't use || if you need &&.christos
2006-08-13Mark splash.enable and splash.progress write-only, there are no ioctlsuwe
2006-08-13Add -x to usage.wiz
2006-08-13Bump date for new -x.wiz
2006-08-13Fix typos in messages: SHOULE -> SHOULDbjh21
2006-08-13Add a flag to wdogctl(8), -x, that activates a user-mode timer thatdyoung
2006-08-12scan_ffs(8) has been pulled up into netbsd-3 and thus will haveghen
2006-08-08Bump date for previous.wiz
2006-08-08document timecounter sysctlskardel
2006-08-06Bump date for previous.wiz
2006-08-06Document -nocloning, -nocloned flags. Shift a couple of columnsdyoung
2006-08-06KNF err(3), errx(3) usage, indentation, braces.dyoung
2006-08-06Add route keywords -nocloned, -nocloning.dyoung
2006-08-06Ensure sector size is zero in the debug case, to avoid a division by zeroperseant
2006-08-06Don't try to even fake building a filesystem on a file descriptor that isperseant
2006-07-30update comment, thanks freza@.elad
2006-07-30CTLFLAG_READONLY1 and CTLFLAG_READONLY2 were deprecated in earlier commit, re...elad
2006-07-30CTLFLAG_READONLY1 was deprecated in earlier commit, remove it here tooelad
2006-07-30remove CTLFLAG_READONLY1 usage. pointed out by cube@, thanks..elad
2006-07-23Drop trailing whitespace.wiz
2006-07-23Add a /dev/amr* control file for amr(4) devices, which allows sending rawbouyer
2006-07-22no VERIFIED_EXEC anymore, just a pseudo-device.elad
2006-07-19On-disk inode accounting fix for roll-forward.perseant
2006-07-19Don't doubly free an inode remove_ino() during roll-forward.perseant
2006-07-18Quell uninitialized-variable warning that appeared when compiling for macppc.perseant
2006-07-18Various improvements to fsck_lfs, to wit:perseant
2006-07-14misc cleanup: remove #if 0 code, unused var, and make pretty.elad
2006-07-14oops, forgot to handle new abi for "query", noted by he@, thanks!elad
2006-07-14move security.setid_core.* to kern.coredump.setid.*, as requested by yamt@.elad