summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* If we fail to open O_RDWR, try opening O_RDONLY, if we use ioctlsphk2003-01-262-0/+12
* IA64 still needs to be able to run on MBR+BSD combination, so put disklabelphk2003-01-263-0/+3
* Drop the silly notion that i386 has two bootstrap files now that sys/bootphk2003-01-264-326/+70
* Remove #if checks for NUMBOOT==0, it's not relevant for any architecturephk2003-01-262-60/+0
* Offer better advice in #error.phk2003-01-262-10/+6
* Spell libufs correctly in DPADD.ru2003-01-262-2/+2
* Remove ia64 and powerpc #ifdefs: this is i386/pc98/alpha only code.phk2003-01-262-6/+6
* Make disklabel(8) MD for i386/pc98 and alpha only.phk2003-01-261-1/+5
* Remove #ifdef __sparc64__ code. GEOM uses native SUN labels on this arch,phk2003-01-262-118/+4
* Fix typo in last commit.phk2003-01-262-168/+174
* Remember to remove -N and -W from usage.phk2003-01-262-4/+0
* Don't fiddle write-protect status of disklabel, it's a discontinued feature.phk2003-01-262-16/+0
* Retire the "-N" and "-W" options which implemented write-protectionphk2003-01-264-98/+6
* Change the -x option so that it does an actual REAL test ofsilby2003-01-261-11/+35
* Convert references to other manpages to .Xr and addkeramida2003-01-261-4/+7
* 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
OpenPOWER on IntegriCloud