summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2016-01-15As with compute_device_size(), gut compute_block_size() and simplyKenneth R Westerback
2016-01-15We don't need yet another alias for DEV_BSIZE. Use DEV_BSIZE andKenneth R Westerback
2016-01-15Two more for the attic.Kenneth R Westerback
2016-01-15Replace bitfield_get() and bitfield_set() abstraction with simple maskingKenneth R Westerback
2016-01-14Kill unused variable 'lfile'.Kenneth R Westerback
2016-01-14detect multiple root queues on a single interface and give a nice errorHenning Brauer
2016-01-14Move more unused files to attic.Kenneth R Westerback
2016-01-14Don't include hfs_misc.h, which no longer contains anything of use.Kenneth R Westerback
2016-01-14Nuke 'HFS_name' field which was not referenced now other than settingKenneth R Westerback
2016-01-14Remove code supporting undocumented and inaccessible flags 'a'Kenneth R Westerback
2016-01-13Make 'ifconfig $if mode' a valid subcommand that works independently ofStefan Sperling
2016-01-13Remove obsolete flags (h, v, i, c) from getopt() call.Kenneth R Westerback
2016-01-13Nuke unused enum.Kenneth R Westerback
2016-01-12#define LOFF_T off_tKenneth R Westerback
2016-01-12Another unused file for the attic.Kenneth R Westerback
2016-01-12The only thing in pdisk.h is an unused #define. So don't include it.Kenneth R Westerback
2016-01-12Move unused files to attic.Kenneth R Westerback
2016-01-12Use normal err/errx/warn/warnx rather than handrolling new ones. MoveKenneth R Westerback
2016-01-12Remove media interation types, structures and functions. They are not usedKenneth R Westerback
2016-01-12Retire '-i', a poorly documented interactive mode that tries toKenneth R Westerback
2016-01-12Since we use the disklabel size info we are always in 'device sizeKenneth R Westerback
2016-01-11More '-v' leftovers (usage).Kenneth R Westerback
2016-01-11Remove some '-v' leftovers. Pointed out by jasper@.Kenneth R Westerback
2016-01-11Nuke now unused files.Kenneth R Westerback
2016-01-11open_pathname_as_media() simply called open_file_as_media() whichKenneth R Westerback
2016-01-11Nuke now unused files.Kenneth R Westerback
2016-01-11Remove '-v' and related version handling. Use strncasecmp() insteadKenneth R Westerback
2016-01-11- remove some unused data structures/fieldsJasper Lievisse Adriaanse
2016-01-11plug a mem leakJasper Lievisse Adriaanse
2016-01-11typo fix; from julian hsiaoJason McIntyre
2016-01-11more whitespace was lurkingJasper Lievisse Adriaanse
2016-01-11trailing whitespaceJasper Lievisse Adriaanse
2016-01-11add rcs idsJasper Lievisse Adriaanse
2016-01-10Use the normal method for determining a disk size. i.e. use theKenneth R Westerback
2016-01-09Revamp the display of GPT information, hiding less importantKenneth R Westerback
2016-01-08Zap extraneous SYNOPSIS sections.Vadim Zhukov
2016-01-08tweak; from julian hsiaoJason McIntyre
2016-01-07sync displayed interface flags to realityMike Belopuhov
2016-01-06correct format string. ok deraadt stspTed Unangst
2016-01-05remove long deprecated "set debug "none|urgent|misc|loud" levels inSebastian Benoit
2016-01-03Remove obsolete and undocumented "-carpdev" option, from Fabian Raetz.Martin Pieuchot
2016-01-01rmeove unused noprint variableJoerg Jung
2015-12-30Remove use of sysexits.h. OK guenther@Todd C. Miller
2015-12-30Revert r1.59's over-enthusiatic MBR zero'ing in MBR_init(). It wasKenneth R Westerback
2015-12-27Use 'standard' gpt_chk_mbr() to check for protective MBR.Kenneth R Westerback
2015-12-24tweak auto-allocation description, with and ok jmc@Otto Moerbeek
2015-12-23Remove unnecessary SIGSYS/ENOSYS handling for getfh(2).Tim van der Molen
2015-12-23Add privilege separation and pledge().Tim van der Molen
2015-12-23Use NULL rather than 0 for pointers. No binary change.mmcc
2015-12-22assign pointers to NULL rather than 0, remove a needless castmmcc