summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2004-01-12change the message "COVERTING TO FFSv2 SUPERBLOCK" todbj
2004-01-10- some KNF (80 cols)mrg
2004-01-09Update Dd for previous and fix a case.wiz
2004-01-09use %#llx instead of %llx when printing incorrect qfmask or qbmaskdbj
2004-01-09do not upgrade superblock or set FS_FLAGS_UPDATED unless -c 4 optiondbj
2004-01-08Used to say "type=", but now says "size=" since that's what it'satatat
2004-01-05Remove extra newline from usage message.jmmv
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2004-01-04Standardize flags display in usage.wiz
2004-01-04Bump date for new -F. Standardise flags display in SYNOPSIS.wiz
2004-01-03Don't build cgdconfig when MKCRYPTO==no.lukem
2004-01-03add -F option, similar to fsck/newfs/dumpfsdbj
2004-01-03fix logic for handling symlinks in inodes when isappleufsdbj
2004-01-03when doing both -c 2 and -B, swap the blocks listed in the inodedbj
2004-01-03fix paste-o in previous commitdbj
2004-01-03fix bugs with unsigned comparison ofs fs_maxsymlinklendbj
2004-01-03increase size of buffer used for updating symlinks with -c 1dbj
2004-01-03rtsol: factor out dump.c if -DSMALL (for boot floppy)itojun
2004-01-02add uuid field to apple ufs volume labeldbj
2003-12-31Simplify Oo/Oc to Op, since it has only one simple short argument.wiz
2003-12-30No longer need to include <dev/ic/wdcreg.h>thorpej
2003-12-30Don't need to include atavar.hthorpej
2003-12-30Update sysctl.8 man page to cover all the new stuff.atatat
2003-12-29Add missing ' in prompt text.jdc
2003-12-29If a partition is adjusted so that it falls off the end of the disk, displayjdc
2003-12-29Add the ability to define a partition as starting after another partition.jdc
2003-12-29fix minor bug in buf cache statistic collectingdbj
2003-12-29Fix speloatatat
2003-12-24Check result of malloc().heas
2003-12-22Fix typo: numder -> number. From Christian Biere in PR bin/23838.jmmv
2003-12-21bump date for previousmrg
2003-12-20Extend SMART status to print temperature. Add support for printinglha
2003-12-20support "-g" and "-m" as well as "-k" and "-h". swapctl & swaplist codemrg
2003-12-20add a "-h" (humanize_number(3)) option to swapctl(8) and pstat(8), frommrg
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