summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2003-12-17remove definitions for ffs, which don't belong here.yamt
2003-12-11If a disktype was specified, use the disktab informationdrochner
2003-12-11fix spelling, s/extented/extended/dyoung
2003-12-07Make building IPv6 support controllable by MKINET6matt
2003-12-04sysctlnametomib() is a private function for the moment.atatat
2003-12-04New sysctl(8) binary. Performs auto-discovery and can add/removeatatat
2003-11-30display more capabilities for "identify" command.yamt
2003-11-23Determine the MBR partition type relevant for the resulting partition,lukem
2003-11-21Add "DISK" to -S output.lukem
2003-11-15Commit changes proposed on tech-kern Thu, 6 Nov 2003bouyer
2003-11-14Initialize an uninitialized variable.enami
2003-11-12Fix "variable shadows global declaration" warnings.simonb
2003-11-10Make per-protocol network input queue stats visible to userland viajonathan
2003-11-10Bring back disklabel -B for now, since hp300 installboot isn't readyfvdl
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-11-08Rip out all the '-B bootblock' support, everything should use installboot(8).dsl
2003-11-05Fix byteswapping a direntry. From Wolfgang Solfrank.fvdl
2003-11-02Bump date for previous.wiz
2003-11-02playstation2 needs MBR support in disklabel(8).shin
2003-11-02Add a couple little warnings about swapping to RAID 5 sets.oster
2003-11-01KNF: sort includes.wiz
2003-11-01eg -> e.g., vinum -> Xr vinum 4.wiz
2003-11-01Use fstat(2) to get the partition size (falling back to the label on olddsl
2003-10-29Under no circumstances try to zap an existing superblock at sector 0.lukem
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-26Remove alpha optimization hack.mycroft
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-21Rework how MAKEVERBOSE operates:lukem
2003-10-21aes-xcbc-mac is now an RFC. bump date.itojun
2003-10-21Don't assign NULL to a char.fvdl
2003-10-21Don't use NULL as a case value.fvdl
2003-10-21Don't initialize an int to NULL.fvdl
2003-10-21The 3rd argument to swapctl() is an int, don't pass NULL in it.fvdl
2003-10-21Don't compare argc to NULL.fvdl
2003-10-21Don't compare an integer to NULL.fvdl
2003-10-21Fix various uses of NULL that should have been 0.fvdl
2003-10-20Handle partition offset and size as unsigned entities.pooka
2003-10-20Partition size and offset inside the disklabel are unsigned. Printpooka
2003-10-20Add a -q (quiet) option to print nothing for clean filesystems.dsl
2003-10-19rework to use the newer _MKMSGCREATE (et al) macroslukem
2003-10-19support MAKEVERBOSE and use ${HOST_SH}lukem
2003-10-17Support CCDF_NOLABEL. Document what CCDF_UNIFORM actually does.lukem
2003-10-15Slight option ordering change.wiz
2003-10-15The 'struct partition *pp' is only used to save the block and fragmentdsl
2003-10-15initialize llsize and llsizemult to 0dbj
2003-10-13Move Matt Green's code from a 4-clause to a 3-clause licence by removingagc
2003-10-13Add 'mode' option to change PHY media for 802.11 devices. Also,dyoung
2003-10-12Bump date for previous; new sentence, new line; use more macros; fix a typo.wiz
2003-10-12Add an explanation of the fundamental purpose of the "security level"tls
2003-10-11add RCS Idsjdolecek