summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Rename bio_linkage to the more obvious bio_parent.phk2003-02-071-0/+1
* Use a more standard error message. Add FBSDID.charnier2003-02-051-4/+5
* The .Xr utilitycharnier2003-02-051-2/+3
* Correct examples for stateful inspectionbrueffer2003-02-041-2/+2
* Bring in support for volume labels to the filesystem utilities.gordon2003-02-017-10/+63
* Build sunlabel on sparc64.jake2003-01-311-0/+4
* Add sunlabel, a more or less drop in replacement for bsd^H^H^Hdisklabel(8)jake2003-01-312-0/+585
* Additional PC98 option is not needed.nyan2003-01-301-3/+0
* Back out conversion to libufs, for now. It seems to cause problems.jmallett2003-01-294-42/+111
* Call fill() after maxpayload has been initialized.mdodd2003-01-291-3/+6
* Send ICMP_MASKREQ packets when the '-M' option is specified.mdodd2003-01-282-10/+31
* Fix problems with how libufs was used, with regard to mounted/active fs's,jmallett2003-01-281-32/+16
* Update mount_nfs documentation to reference new sysctl for -c default.dillon2003-01-271-2/+6
* Don't use the kern.disks sysctl to find a list of md devices, use thephk2003-01-271-41/+7
* Convert newfs to use libufs. I've tested this on md filesystems, as hasjmallett2003-01-274-111/+42
* 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
OpenPOWER on IntegriCloud