summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Use new geom.ctl based OAM instead of ioctls.phk2003-05-032-95/+100
* bsd_disklabel_le_dec() takes an extra argument now.phk2003-05-021-1/+2
* Vastly simplify architecture handling: Use properties of label asphk2003-05-021-124/+19
* Default the location to the compiled for architecture if no -m arg specified.phk2003-05-021-3/+9
* Add three global variables which contain the location, size and a flagphk2003-05-021-37/+20
* Pull in geom_bsd_enc.c from sys/geom to encode and decode our labels.phk2003-05-021-1/+3
* Remove the well-intentioned, but ill thought out check which prevents usphk2003-05-021-7/+0
* Update the test-script based on the sunlabel version, but put a for-loopphk2003-05-021-91/+151
* sysctlbyname takes a size_t as its 5th argument, not a pointer.imp2003-05-021-1/+1
* Add "addspare" functionality.sos2003-05-022-3/+20
* bufpos is used in size_t contexts, so make it one.obrien2003-05-021-6/+5
* Set WARNS=1. RESOLUTION_MAX macro has major signed/unsigned issues.obrien2003-05-021-0/+1
* Use __FBSDID.obrien2003-05-023-10/+7
* Use size_t type vars in sizeof contexts.obrien2003-05-021-3/+3
* Removed all vestiges of KerberosIV.ru2003-05-016-21/+15
* Style.ru2003-05-011-2/+3
* Fixed the MLINKS assignment style.ru2003-05-011-1/+1
* De-Kerberise (KerberosIV). KerberosIV is no longer present, andmarkm2003-05-017-77/+4
* 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
OpenPOWER on IntegriCloud