aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* nextboot: check unlink, but only warn on !ENOENTWarner Losh2024-02-221-1/+2
* reboot: Emulate nextboot -D betterWarner Losh2024-02-211-2/+1
* md5: Untabify declarations.Dag-Erling Smørgrav2024-02-201-19/+19
* md5: Fix GNU check mode.Dag-Erling Smørgrav2024-02-201-16/+20
* md5: Fix Perl mode long options.Dag-Erling Smørgrav2024-02-201-1/+2
* md5: Add test case for GNU input modes.Dag-Erling Smørgrav2024-02-201-0/+23
* nextboot: fix nextboot -k on ZFSGleb Smirnoff2024-02-201-0/+5
* nextboot: fix typo that merged two args into oneGleb Smirnoff2024-02-201-1/+1
* Eliminate unnecessary UFS1 integrity checks.Kirk McKusick2024-02-201-2/+0
* reboot: Move extern for environWarner Losh2024-02-181-1/+2
* reboot: Remove sys/types.h: it's not needed here...Warner Losh2024-02-181-1/+0
* md5: Clean up input stream rights.Dag-Erling Smørgrav2024-02-161-9/+1
* md5: Ignore files in string and passthrough mode.Dag-Erling Smørgrav2024-02-163-1/+5
* md5: Accept "-" as alias for stdin.Dag-Erling Smørgrav2024-02-163-4/+25
* reboot: Use posix_spawn instead of systemWarner Losh2024-02-161-15/+37
* reboot: initialize howtoWarner Losh2024-02-151-1/+2
* growfs(8): Grammar fixHUANG,YU-JIA2024-02-131-1/+1
* growfs(8): Fix spellingHUANG,YU-JIA2024-02-131-4/+4
* dmesg(8): Fix typo timetamps -> timestampsYi-Chen Li2024-02-131-1/+1
* devmatch(8): Grammar fixYi-Chen Li2024-02-131-1/+1
* comcontrol(8): Grammar fixYi-Chen Li2024-02-131-1/+1
* ccdconfig(8): Minor grammar fixYi-Chen Li2024-02-131-1/+1
* camcontrol(8): Fix grammar: a ATA -> an ATAYi-Chen Li2024-02-131-1/+1
* rcorder(8): Fix grammarYi-Chen Li2024-02-131-1/+1
* setkey(8): Grammar fix: a FQDN -> an FQDNYi-Chen Li2024-02-131-1/+1
* veriexec(8): Fix typoJui-Hsuan Chang2024-02-131-1/+1
* fdisk(8): Fix typo forth -> fourthChih-Chun Wu2024-02-131-1/+1
* ipf(8): Fix typoShin-Yi Zheng2024-02-131-1/+1
* restore(8): Fix typo in restore.hYu-Sheng Ma2024-02-131-2/+2
* nvmecontrol(8): Fix typo in ns.cYu-Sheng Ma2024-02-131-1/+1
* dump(8): Fix typo in commentyue02112024-02-131-1/+1
* ping(8): Fix typo in ping6.cHao-Yu Hou2024-02-131-3/+3
* sysctl(8): Fix typo in commentHao-Yu Hou2024-02-131-1/+1
* rescue,nextboot: Install nextboot as a link to reboot, rm nextboot.shWarner Losh2024-02-122-136/+4
* reboot: Allow this to be installed as nextbootWarner Losh2024-02-121-8/+26
* reboot: Implement -o to set kernel options for next bootWarner Losh2024-02-122-1/+11
* reboot: Implement -k in terms of envWarner Losh2024-02-121-7/+6
* reboot: Implement -e from nextbootWarner Losh2024-02-122-4/+64
* reboot: Implement zfs supportWarner Losh2024-02-121-9/+49
* reboot: Implement -D from nextbootWarner Losh2024-02-122-7/+22
* reboot: Add sanity checking of write to nextboot.confWarner Losh2024-02-121-10/+37
* reboot: Don't reboot if the next kernel isn't thereWarner Losh2024-02-122-16/+38
* reboot: convert flags to boolsWarner Losh2024-02-121-11/+13
* reboot: Disallow -k and -r, it doesn't make sense.Warner Losh2024-02-121-0/+2
* zfsbootcfg: Remove bogus CFLAGSWarner Losh2024-02-121-13/+0
* ifconfig: a typo fixed in the man pageMaxim Konovalov2024-02-091-1/+1
* ipf: Fix some typosElyes Haouas2024-02-037-26/+26
* umount: Add -d option to detach md devicesRicardo Branco2024-02-032-8/+78
* pf: implement addrule via netlinkKristof Provost2024-02-021-2/+2
* pflowctl: add missing break to case 's'Ed Maste2024-02-011-0/+1