summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Oops, DIOCGPC98 should be DIOCSPC98.nyan2003-05-011-1/+1
* Merged from src/sbin/fdisk/Makefile revision 1.10.nyan2003-05-011-1/+4
* Merged from src/sbin/fdisk/fdisk.c revision 1.69.nyan2003-05-011-1/+6
* Remove VINUMDEBUG. vinum(8) always compiles with VINUMDEBUG to be ablegrog2003-05-011-1/+1
* Add the #includes previously in individual .c files.grog2003-05-011-4/+27
* Move most #includes to vext.h.grog2003-05-011-57/+38
* Move most #includes to vext.h.grog2003-05-011-50/+33
* Move most #includes to vext.h.grog2003-05-011-153/+206
* Add media types and options for ATM. While on most ATM cards media cannotharti2003-04-291-0/+34
* document mode directivesam2003-04-281-2/+14
* add a "mode" directive to specify the operating mode for multi-mode devices;sam2003-04-283-3/+120
* This file does not seem to serve any purpose. It has never been hooked uptjr2003-04-281-240/+0
* Fix for dynamic linking.jake2003-04-271-1/+1
* Add .Xr's to mdmfs(8).dougb2003-04-271-0/+1
* Also MLINK the man page for mount_mfs.dougb2003-04-272-2/+4
* Install a mount_mfs symlink so that you can specify something like thisdougb2003-04-271-0/+1
* Create a new C++ header file called devd.hh which has all the classimp2003-04-263-101/+172
* Update to use is_id_char() in the last patch. I should have done thisimp2003-04-261-2/+1
* Make better use of the string type when parsing things. This switchesimp2003-04-261-28/+22
* Fix typos in comments; some style(9) fixes; no code changes.schweikh2003-04-261-121/+117
* Change default to be 'process all events before calling daemon.'imp2003-04-251-2/+4
* Back out previous delta to fix fsck on filesystems without an fstab entry,jmallett2003-04-251-1/+23
* style(9): use NULL when assigning/comparing a char *,johan2003-04-233-9/+9
* Make this WARNS=5 clean by adding () in 'if (a || (b && c))'.johan2003-04-232-2/+2
* Make this WARNS=5 clean by using %j and (uintmax_t).johan2003-04-232-3/+5
* These are WARNS=5 clean, mark them as such to keep them that way.johan2003-04-232-0/+2
* 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
OpenPOWER on IntegriCloud