aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Simplify the main function now that libufs will hunt for the disk for us.Juli Mallett2003-01-191-13/+7
* Fix two errorchecks to check for negative error returns.Poul-Henning Kamp2003-01-181-2/+2
* Consistentify output whitespace.Juli Mallett2003-01-181-1/+1
* Simplify conditional.Juli Mallett2003-01-181-6/+4
* Find places to store the previously implicityly passed unit number inPoul-Henning Kamp2003-01-172-18/+21
* Fix various details so we get to WARNS=3.Poul-Henning Kamp2003-01-172-83/+33
* While being here, remove a couple of unused "default:" labels in switchJoerg Wunsch2003-01-161-4/+0
* Make vinum disk-related devices readable by group "operator" to matchJoerg Wunsch2003-01-161-0/+15
* Clear part_set, part_size_type and part_offset_type before parsing theDag-Erling Smørgrav2003-01-162-0/+6
* really, this time for sure. Fix formatting in usage().Matthew Dillon2003-01-131-2/+2
* Grr. I keep forgetting things. Include -C in dump's usage() .Matthew Dillon2003-01-131-1/+1
* Add support for obsolete option form for -CMatthew Dillon2003-01-131-0/+1
* Add a caching option to dump. Use -C. Note that NetBSD has a caching optionMatthew Dillon2003-01-136-6/+175
* Mention the oddities and requirements for mount operations executed byJoerg Wunsch2003-01-131-0/+4
* Add the /boot prefix. I forgot this when updating the location.Tom Rhodes2003-01-131-2/+2
* Update the kernel location in FILES.Tom Rhodes2003-01-131-2/+2
* It turns out that we do not need to add a new ioctl to unbreak aMatthew Dillon2003-01-122-0/+43
* Cleanup the formatting from the last commit, convert everything toMatthew Dillon2003-01-111-8/+21
* Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.Matthew Dillon2003-01-111-0/+26
* I don't know where we got this ccd creation example from... or if it wasDavid E. O'Brien2003-01-101-2/+9
* Add TAPE to the ENVIRONMENT section and standardize the section, using aSheldon Hearn2003-01-101-3/+6
* Add TAPE to the ENVIRONMENT section.Sheldon Hearn2003-01-101-0/+2
* Add an ENVIRONMENT section so that the reader knows that the TMPDIR envarSheldon Hearn2003-01-101-0/+5
* These are OBE. devd.conf now lives in /etc.Warner Losh2003-01-092-126/+0
* Change this:Peter Wemm2003-01-081-4/+4
* Terminate the usage message with \n.Warner Losh2003-01-061-1/+1
* MFp4: make it workWarner Losh2003-01-061-41/+181
* devd not devddWarner Losh2003-01-061-1/+1
* Fix a reference to the order of SYNOPSIS lines.Giorgos Keramidas2003-01-051-1/+1
* Rename the dos_partition structure for pc98 to pc98_partition.Yoshihiro Takahashi2003-01-043-14/+35
* Remove CCDF_SWAP and CCDF_PARITY. They have never been implemented.Poul-Henning Kamp2003-01-032-4/+0
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-0110-15/+15
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-303-4/+4
* Remove hack from rev 1.15; getbsize(3)'s original interface has beenMike Barcroft2002-12-301-3/+1
* This really isn't WARNS clean.David E. O'Brien2002-12-301-2/+1
* Make the first argument to getbsize(3) a `size_t *'. This is a hackMike Barcroft2002-12-301-3/+4
* Make fdisk work on active GEOM devices.Poul-Henning Kamp2002-12-291-8/+33
* Add 'swapctl' - as a hardlink to swapon/swapoff, and augment swapon withMatthew Dillon2002-12-283-65/+257
* english(4) police.Jens Schweikhardt2002-12-2712-191/+191
* Spelling: s/then/than/ where appropriate.Ruslan Ermilov2002-12-241-1/+1
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-242-2/+2
* Make preprocessor support more generic by passing all command-line optionsKelly Yancey2002-12-233-50/+32
* Fixed the abuses of .Ql visible on stderr in troff mode.Ruslan Ermilov2002-12-234-7/+7
* mdoc(7) police: fixed the misplaced .Bl call.Ruslan Ermilov2002-12-231-1/+1
* mdoc(7) police: markup nits.Ruslan Ermilov2002-12-231-19/+31
* Solve another bug in the mapping code: correctly skip lock sectors.Poul-Henning Kamp2002-12-182-1/+7
* Fix two blunders in the mapping functions which can lead to corrupt data,Poul-Henning Kamp2002-12-181-1/+21
* Untwist a twisty bit of logic which gcc for some reason cannot seePoul-Henning Kamp2002-12-181-4/+4
* Latest snapshot of devd. This one adds re-matching and stringWarner Losh2002-12-182-17/+89
* Back out the previous commit, since there could be dire consequences ifBrian Feldman2002-12-171-4/+0