aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Back out conversion to libufs, for now. It seems to cause problems.Juli Mallett2003-01-294-42/+111
* Call fill() after maxpayload has been initialized.Matthew N. Dodd2003-01-291-3/+6
* Send ICMP_MASKREQ packets when the '-M' option is specified.Matthew N. Dodd2003-01-282-10/+31
* Fix problems with how libufs was used, with regard to mounted/active fs's,Juli Mallett2003-01-281-32/+16
* Update mount_nfs documentation to reference new sysctl for -c default.Matthew Dillon2003-01-271-2/+6
* Don't use the kern.disks sysctl to find a list of md devices, use thePoul-Henning Kamp2003-01-271-41/+7
* Convert newfs to use libufs. I've tested this on md filesystems, as hasJuli Mallett2003-01-274-111/+42
* If we fail to open O_RDWR, try opening O_RDONLY, if we use ioctlsPoul-Henning Kamp2003-01-262-0/+12
* IA64 still needs to be able to run on MBR+BSD combination, so put disklabelPoul-Henning Kamp2003-01-263-0/+3
* Drop the silly notion that i386 has two bootstrap files now that sys/bootPoul-Henning Kamp2003-01-264-326/+70
* Remove #if checks for NUMBOOT==0, it's not relevant for any architecturePoul-Henning Kamp2003-01-262-60/+0
* Offer better advice in #error.Poul-Henning Kamp2003-01-262-10/+6
* Spell libufs correctly in DPADD.Ruslan Ermilov2003-01-262-2/+2
* Remove ia64 and powerpc #ifdefs: this is i386/pc98/alpha only code.Poul-Henning Kamp2003-01-262-6/+6
* Make disklabel(8) MD for i386/pc98 and alpha only.Poul-Henning Kamp2003-01-261-1/+5
* Remove #ifdef __sparc64__ code. GEOM uses native SUN labels on this arch,Poul-Henning Kamp2003-01-262-118/+4
* Fix typo in last commit.Poul-Henning Kamp2003-01-262-168/+174
* Remember to remove -N and -W from usage.Poul-Henning Kamp2003-01-262-4/+0
* Don't fiddle write-protect status of disklabel, it's a discontinued feature.Poul-Henning Kamp2003-01-262-16/+0
* Retire the "-N" and "-W" options which implemented write-protectionPoul-Henning Kamp2003-01-264-98/+6
* Change the -x option so that it does an actual REAL test ofMike Silbersack2003-01-261-11/+35
* Convert references to other manpages to .Xr and addGiorgos Keramidas2003-01-261-4/+7
* Readjust the cache initialization code to make it more obvious that theMatthew Dillon2003-01-251-12/+7
* Since route(8) itself is no longer setuid, we can get a meaningfulKelly Yancey2003-01-251-1/+1
* Parse both old flags location and new one. Print out new flags includingNate Lawson2003-01-241-14/+24
* Add missing #if USE_IF_MEDIA/#endif.Matthew N. Dodd2003-01-231-1/+4
* Better error handling for -s.Maxim Konovalov2003-01-232-11/+15
* style(9) sweep.Maxim Konovalov2003-01-231-37/+30
* Anti-magic: s/255/MAXTTL/Maxim Konovalov2003-01-231-2/+2
* Implement -D (do not fragment) and -z (TOS) options.Maxim Konovalov2003-01-232-8/+63
* Print strict source routing option.Maxim Konovalov2003-01-231-1/+3
* Fixed Charles' e-mail here too.Ruslan Ermilov2003-01-232-3/+3
* Added UFS library to the bsd.libnames.mk namespace.Ruslan Ermilov2003-01-231-1/+1
* Fix what I think is an off-by-one in certain worst-case scenariosPeter Wemm2003-01-221-1/+1
* fix link_status() in non-Ethernet caseMax Khon2003-01-221-4/+6
* Convert badsect to use libufs.Juli Mallett2003-01-202-58/+18
* Add libufs to dependencies.Juli Mallett2003-01-201-1/+2
* Make tunefs use libufs, it seems to do well enough for printing / settingJuli Mallett2003-01-202-108/+15
* Kill initialisation and shadow warnings. Half-hearted cleanup (e.g. only theJuli Mallett2003-01-191-20/+21
* Add support to marshal a filesystem to a newfs(8) command that could be usedJuli Mallett2003-01-192-18/+94
* Let libufs handle all the work with regard to going through a list of cgs, now.Juli Mallett2003-01-191-8/+7
* Use libufs to read one cylinder group from the disk at a time.Juli Mallett2003-01-191-7/+2
* 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