summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Add testcases to ensure that overwriting bootcode does not trash label.phk2003-04-231-0/+26
* If we cannot open the parent device for writing, use GEOM::CONFIG_GEOMphk2003-04-232-24/+61
* Do not link sunlabel to disklabel.phk2003-04-231-1/+0
* Add "-r" when we initialize the label first time.phk2003-04-221-1/+18
* Make this WARNS=2 clean by using %j and (uintmax_t).johan2003-04-222-2/+2
* Use explicit encoding/decoding funtions for sunlabel data structures.phk2003-04-212-34/+29
* Add minimal regression test for hotspot handling of the sunlabel.phk2003-04-211-0/+114
* Kill debug printf that crept in my last commitimp2003-04-211-1/+0
* Implement a two new flags, and change the meaning of another one.imp2003-04-212-14/+45
* Put an anti-foot-shooting measure in place. Set hw.bus.devctl_disableimp2003-04-211-0/+19
* o Skip white space between variables better. This makesimp2003-04-211-6/+17
* devd.conf already has the examples in the todo listimp2003-04-211-1/+0
* Remove reference to diskpart(8)brueffer2003-04-201-1/+0
* Throw the switch--change to UFS2 as our default file system format forrwatson2003-04-202-2/+2
* Add the beginning of a regression test.phk2003-04-182-0/+113
* Solve printf/cast issues to make this compile in i386 as well.phk2003-04-181-5/+5
* First scrub of s/disklabel/bsdlabel/phk2003-04-183-28/+29
* Quick grammar fix.trhodes2003-04-172-4/+4
* There is an undocument feature that ``route -vnd flush'' printsru2003-04-161-1/+1
* Normalize, fix ``make checkdpadd''.ru2003-04-161-5/+6
* Use NI_xxx macros.sumikawa2003-04-161-1/+1
* Hardlink sunlabel to disklabel so make release is happy. (This only affectsjake2003-04-151-0/+1
* - Use read(2) to get the existing sunlabel on a disk, instead of parsingjake2003-04-151-77/+81
* Don't abuse module names to facilitate ifconfig module loading;mdodd2003-04-151-1/+1
* Avoid off_t -> integer overflow when sorting the locksector addresses.phk2003-04-141-1/+1
* o Skip timestamp part when checking payload.maxim2003-04-141-2/+8
* Use symbolic constants from <sys/diskmbr.h> instead of local constants.phk2003-04-132-15/+23
* Pull in the encoding/decoding functions for struct dos_partition.phk2003-04-132-0/+30
* Add a couple of undocumented test options to MD(4) to aid in regressionphk2003-04-091-1/+11
* Bump the date for recent commits.mdodd2003-04-072-2/+2
* Clarify the behavior of PATH_FSTAB with regard to 'tainted' execution.mdodd2003-04-072-0/+14
* Implement the '-F' option for mount & umount which allows the user tomdodd2003-04-074-5/+35
* Deal with a case where the returned packed was smaller than themdodd2003-04-071-12/+17
* Quiet warning.mdodd2003-04-071-2/+2
* Avoid a name conflict with future functionality:mdodd2003-04-073-4/+4
* Change the default syslog facility from LOG_LOCAL0 to LOG_SECURITY afterdarrenr2003-04-051-1/+1
* Output machdep.guessed_bootdev as an integer rather than try to formatphk2003-04-031-54/+0
* Don't pull in geom_enc.c any more.phk2003-04-031-3/+1
* When kill(-1) returns ESRCH, it could be because the current processrwatson2003-04-021-1/+1
* Back out support for RFC3514.mdodd2003-04-022-17/+3
* IP_EVIL -> IP_EFmaxim2003-04-021-2/+2
* Give clearer diagnostics on some cases of invalidyar2003-04-011-0/+6
* Don't die of SIGSEGV on a missing fstype fieldyar2003-04-012-0/+8
* This can't obviously be cleaner than system headers.ru2003-04-011-1/+1
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).mdodd2003-04-012-3/+17
* Use new GEOM OAM. Kernels have supported this for a number of days, sophk2003-03-312-40/+29
* Use default geometry in case the device doesn't provide one:phk2003-03-291-1/+6
* Small mdoc fixseanc2003-03-292-2/+2
* Default data length should be 56, not 64.mdodd2003-03-281-1/+1
* - Fix function declarations.mdodd2003-03-261-122/+107
OpenPOWER on IntegriCloud