summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Readjust the cache initialization code to make it more obvious that thedillon2003-01-251-12/+7
* Since route(8) itself is no longer setuid, we can get a meaningfulkbyanc2003-01-251-1/+1
* Parse both old flags location and new one. Print out new flags includingnjl2003-01-241-14/+24
* Add missing #if USE_IF_MEDIA/#endif.mdodd2003-01-231-1/+4
* Better error handling for -s.maxim2003-01-232-11/+15
* style(9) sweep.maxim2003-01-231-37/+30
* Anti-magic: s/255/MAXTTL/maxim2003-01-231-2/+2
* Implement -D (do not fragment) and -z (TOS) options.maxim2003-01-232-8/+63
* Print strict source routing option.maxim2003-01-231-1/+3
* Fixed Charles' e-mail here too.ru2003-01-232-3/+3
* Added UFS library to the bsd.libnames.mk namespace.ru2003-01-231-1/+1
* Fix what I think is an off-by-one in certain worst-case scenariospeter2003-01-221-1/+1
* fix link_status() in non-Ethernet casefjoe2003-01-221-4/+6
* Convert badsect to use libufs.jmallett2003-01-202-58/+18
* Add libufs to dependencies.jmallett2003-01-201-1/+2
* Make tunefs use libufs, it seems to do well enough for printing / settingjmallett2003-01-202-108/+15
* Kill initialisation and shadow warnings. Half-hearted cleanup (e.g. only thejmallett2003-01-191-20/+21
* Add support to marshal a filesystem to a newfs(8) command that could be usedjmallett2003-01-192-18/+94
* Let libufs handle all the work with regard to going through a list of cgs, now.jmallett2003-01-191-8/+7
* Use libufs to read one cylinder group from the disk at a time.jmallett2003-01-191-7/+2
* Simplify the main function now that libufs will hunt for the disk for us.jmallett2003-01-191-13/+7
* Fix two errorchecks to check for negative error returns.phk2003-01-181-2/+2
* Consistentify output whitespace.jmallett2003-01-181-1/+1
* Simplify conditional.jmallett2003-01-181-6/+4
* Find places to store the previously implicityly passed unit number inphk2003-01-172-18/+21
* Fix various details so we get to WARNS=3.phk2003-01-172-83/+33
* While being here, remove a couple of unused "default:" labels in switchjoerg2003-01-161-4/+0
* Make vinum disk-related devices readable by group "operator" to matchjoerg2003-01-161-0/+15
* Clear part_set, part_size_type and part_offset_type before parsing thedes2003-01-162-0/+6
* really, this time for sure. Fix formatting in usage().dillon2003-01-131-2/+2
* Grr. I keep forgetting things. Include -C in dump's usage() .dillon2003-01-131-1/+1
* Add support for obsolete option form for -Cdillon2003-01-131-0/+1
* Add a caching option to dump. Use -C. Note that NetBSD has a caching optiondillon2003-01-136-6/+175
* Mention the oddities and requirements for mount operations executed byjoerg2003-01-131-0/+4
* Add the /boot prefix. I forgot this when updating the location.trhodes2003-01-131-2/+2
* Update the kernel location in FILES.trhodes2003-01-131-2/+2
* It turns out that we do not need to add a new ioctl to unbreak adillon2003-01-122-0/+43
* Cleanup the formatting from the last commit, convert everything todillon2003-01-111-8/+21
* Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.dillon2003-01-111-0/+26
* I don't know where we got this ccd creation example from... or if it wasobrien2003-01-101-2/+9
* Add TAPE to the ENVIRONMENT section and standardize the section, using asheldonh2003-01-101-3/+6
* Add TAPE to the ENVIRONMENT section.sheldonh2003-01-101-0/+2
* Add an ENVIRONMENT section so that the reader knows that the TMPDIR envarsheldonh2003-01-101-0/+5
* These are OBE. devd.conf now lives in /etc.imp2003-01-092-126/+0
* Change this:peter2003-01-081-4/+4
* Terminate the usage message with \n.imp2003-01-061-1/+1
* MFp4: make it workimp2003-01-061-41/+181
* devd not devddimp2003-01-061-1/+1
* Fix a reference to the order of SYNOPSIS lines.keramida2003-01-051-1/+1
* Rename the dos_partition structure for pc98 to pc98_partition.nyan2003-01-043-14/+35
OpenPOWER on IntegriCloud