summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2018-05-01Make the "gpt header" command return EXIT_FAILURE when no GPT is present.martin
2018-04-24Add code 3 of paramprob, part of RFC7112: "IPv6 First Fragment hasmaxv
2018-04-24Remove annoying (void) casts.maxv
2018-04-23Remove double include and unused macros.maxv
2018-04-23Remove the "-R" option. It uses IPV6_REACHCONF, but we've never hadmaxv
2018-04-23Fix usage(), A/E don't exist.maxv
2018-04-23Simplify: remove #ifdefs for constants that are always defined, andmaxv
2018-04-23Remove dead/broken code, we want to favor RFC3542 over RFC2292. Nomaxv
2018-04-23Sort options. Sort option descriptions. Remove Tn.wiz
2018-04-23Remove the "hops" parameter, it uses RH0, which is deprecated by RFC5095,maxv
2018-04-18nvmectl(8): Remove some wdc subcommands from man page.nonaka
2018-04-18nvmectl(8): fix subcommand usage.nonaka
2018-04-18nvmectl(8): Add big-endian support.nonaka
2018-04-17nvmectl(8): fix wdc command usage.nonaka
2018-04-17nvmectl(8): Sync with FreeBSD nvmecontrol(8) r328763.nonaka
2018-04-15typo in commentmaxv
2018-04-14Make timestamp reading code adapt to whatever precision (up tokre
2018-04-14Minor wording change (no date bump needed.)kre
2018-04-11if a new map entry doesn't fit, be more verbose about the sizes.mrg
2018-04-11add information about how to boot from gpt. mostly taken from the wiki.mrg
2018-04-11Update usage.wiz
2018-04-11Sort flags in SYNOPSIS.wiz
2018-04-10match the linux dmesg flags.christos
2018-04-02eat NUL's first so that the state machine is not altered by them.christos
2018-04-01handle log being before timestamp...christos
2018-04-01Handle new timestamp sequences.christos
2018-04-01Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)ryo
2018-03-30Handle sector sizes != 512, check partition overlaps, improve guessingmlelstv
2018-03-30PR/51418: Jose Luis Rodriguez Garcia: Fix incore src/sbin/fsck_lfs/bufcache.cchristos
2018-03-24Follow the ioctl arg changes of RAIDFRAME_GET_COMPONENT_LABEL andnakayama
2018-03-23Handle the routing socket overflowing gracefully.roy
2018-03-19Check device parameter to avoid segfaults. Agument synopsis for -l option.mlelstv
2018-03-17use setprogname()/getprogname(), do not hardcode the prognam name in fixedjdolecek
2018-02-14Revert functional changes in previous, at expense of strict KNF conformance.jakllsch
2018-02-13Treat an inode with "mode == 0" and "blocks != 0" as partially allocatedhannken
2018-02-13Spellingsevan
2018-02-08Typos.dholland
2018-02-06update for GCC 6:mrg
2018-02-04updates for GCC 6.4:mrg
2018-01-24It's not literal "-options" so use .Aruwe
2018-01-24Remove port-acorn26skrll
2018-01-23Fix typos.wiz
2018-01-23Improve description of options. Based on comments by Tomohiro Kusumi.wiz
2018-01-22Sync usage with man page.wiz
2018-01-22Add RCS Id, simplify wording, sort.wiz
2018-01-22Improve the mount_autofs(8) stub documentationkamil
2018-01-22Add mount_autofs(8) from DragonFly BSDkamil
2018-01-18implement 32-bit compat support for raidframe.mrg
2018-01-15Explain what suffixes are accepted when specifying a size.sborrill
2018-01-14Add mount_autofschristos