summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2008-01-05handle 64-bit blkno's in format stringOtto Moerbeek
2008-01-05Add support for the Meinberg Standard Time String format that all MeinbergMarc Balmer
2008-01-04Strip off trailing '/32' when address type is IPV4_ADDR as isakmpd doesHans-Joerg Hoexer
2008-01-03Remove text which is incorrect now that 'get bios geometry'Stuart Henderson
2008-01-02remove unused functionsCharles Longeau
2008-01-01Oops. Missed a couple of unnecessary 'DL_GETPOFFSET()+DL_GETPSIZE() >Kenneth R Westerback
2008-01-01Fix display of overlapping partitions to account for larger size and offsetKenneth R Westerback
2008-01-01get_size() no longer allows DL_GETPSIZE()+DL_GETPOFFSET >Kenneth R Westerback
2008-01-01Shorten and simplify code, eliminate ability to assign arbitrary sizesKenneth R Westerback
2007-12-31Reset partition size as well as partition offset before asking forKenneth R Westerback
2007-12-30Use get_size() in editor_change() instead of hand-rolling identicalKenneth R Westerback
2007-12-30Kill some now unneeded checks for 'c' partition manipulation. ChangeKenneth R Westerback
2007-12-30Simplify code by avoiding manual manipulations of the free spaceKenneth R Westerback
2007-12-30Since 'c' now always covers the entire disk and is always FS_UNUSED,Kenneth R Westerback
2007-12-30do not repeat "usage:" twiceIgor Sobrado
2007-12-30each usage requires its own lineIgor Sobrado
2007-12-30usage messages should have the form "usage: command [arguments]"Igor Sobrado
2007-12-30use the same argument name in synopsis and usage; lowercase "usage:"Igor Sobrado
2007-12-30add missing space between argument names and ellipsisIgor Sobrado
2007-12-30sort flags in both synopsis and usage, file not commited in last diffIgor Sobrado
2007-12-30sort flags in both synopsis and usageIgor Sobrado
2007-12-30Bring editor_add() code into line with the other editor_* functions.Kenneth R Westerback
2007-12-28printf field widths are always int, so add a cast to removeCharles Longeau
2007-12-25Some cosmetic code reorg to make things a bit more textuallyKenneth R Westerback
2007-12-24Use zero_partitions() to implement the '-E' command 'd *', as itKenneth R Westerback
2007-12-23Setting p_fstype to the number of free sectors can't be right. Instead, setKenneth R Westerback
2007-12-16fix ffs2 case: fs_sblockloc's unit is disk sectors, not fragments;Otto Moerbeek
2007-12-16add missing arguments to "-b" and "-s"Igor Sobrado
2007-12-14Bring in probing for protocols that was missing; ok claudio reykTheo de Raadt
2007-12-13the mib[] array will be modified by sysctl_inet, move the *CTL_STATSReyk Floeter
2007-12-13implement sysctls to report IP, TCP, UDP, and ICMP statistics andReyk Floeter
2007-12-09remove unused functionsCharles Longeau
2007-12-09update pedro's email address, at his request;Jason McIntyre
2007-12-09provide mount_ntfs(8) on alpha, it works out of the box for readingMartin Reindl
2007-12-05remove unused functionsCharles Longeau
2007-11-27Add a few missing device entries.Miod Vallat
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-27fix format stringsCharles Longeau
2007-11-27fix format stringsCharles Longeau
2007-11-26if no arguments given, assume a nice default; ok miod jakemsr deannaTheo de Raadt
2007-11-26revised diff that handles the no mfs parts correctlyTed Unangst
2007-11-26fix SEE ALSO; from deraadtJason McIntyre
2007-11-25when running as newfs, there is no argv[1].. backout previousTheo de Raadt
2007-11-25Make modload use /dev/ksyms as a kernel file by default.Mike Belopuhov
2007-11-25tweak previous;Jason McIntyre
2007-11-25Build fdisk(8) on all architectures, since it is minimally useful to viewTheo de Raadt
2007-11-25document MBR spoofing, very minimallyTheo de Raadt
2007-11-25Iruata Souza sent a diff that fixes weird occurences when mounting withTed Unangst
2007-11-22Factor out the virtual host portion of carp into a separate structMarco Pfatschbacher
2007-11-21back out previous: henning says it's wrong;Jason McIntyre