aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* pfctl: Fix 'set skip' handling for groupsKristof Provost2019-01-131-0/+7
* libbe(3): Change be_mount to mount/unmount child datasetsKyle Evans2019-01-103-10/+28
* route(8): clarify -prefixlen descriptionEnji Cooper2019-01-101-7/+7
* Capsicumize rtsol(8) and rtsold(8).Mark Johnston2019-01-051-3/+17
* Disable savecore(8)'s libcasper support when WITHOUT_DYNAMICROOT=yes.Mark Johnston2019-01-041-1/+3
* Fix an error check after r342699.Mark Johnston2019-01-021-1/+1
* Capsicumize savecore(8).Mark Johnston2019-01-022-163/+309
* bectl: use jail id as the default jail name for a boot environmentKyle Evans2018-12-253-21/+50
* ifconfig.4, lagg.4: fix documentation bug: -use_flowid needs to be usedEugene Grosbein2018-12-221-4/+4
* Try the first 256 units with nvmecontrol devlist.Warner Losh2018-12-211-8/+8
* Allow use underscores and dots in service names without escaping.Andrey V. Elsukov2018-12-211-1/+2
* Use VOP_ADVISE() with POSIX_FADV_DONTNEED instead of IO_DIRECT toBruce Evans2018-12-212-2/+32
* Fix missing (sub)options in usage message to prepare for adding a new one.Bruce Evans2018-12-211-1/+2
* Use caph_enter_casper() in ping(8).Mark Johnston2018-12-181-1/+1
* Make (no)ro an alias for (no)readonlyPoul-Henning Kamp2018-12-161-0/+4
* Fsck would find, report, and offer to fix inode check-hash failures.Kirk McKusick2018-12-151-0/+2
* Make fsck(8) use pread(2). This cuts the number of syscalls by half.Edward Tomasz Napierala2018-12-151-15/+4
* Use Capsicum helpers in ping(8).Mark Johnston2018-12-121-14/+7
* Continuing efforts to provide hardening of FFS. This change adds aKirk McKusick2018-12-114-2/+33
* Rework how protocol number is tracked in rule. Save it when O_PROTOAndrey V. Elsukov2018-12-101-10/+6
* Use correct size for IPv4 address in gethostbyaddr().Andrey V. Elsukov2018-12-101-1/+2
* ping(8): add space after "<=" as per style(9).Eugene Grosbein2018-12-101-1/+1
* ping(8): remove needless comparision with LONG_MAXEugene Grosbein2018-12-091-1/+1
* Update paths based on last-minute changes from libexec to lib.Warner Losh2018-12-061-2/+2
* Declare global function print_intel_add_smart in headerWarner Losh2018-12-061-0/+1
* Use proper prototypes.Warner Losh2018-12-061-2/+2
* It's useful to have this be a global function.Warner Losh2018-12-061-1/+1
* This is not a samsung standard, so remove that alias.Warner Losh2018-12-061-4/+1
* Move intel and wdc files to their own modulesWarner Losh2018-12-067-1/+31
* Const poison the command interfaceWarner Losh2018-12-0612-39/+41
* Dynamically load .so modules to expand functionalityWarner Losh2018-12-067-13/+134
* Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick2018-12-065-5/+5
* Ensure that cylinder-group check-hashes are properly updated when firstKirk McKusick2018-12-056-16/+42
* Add ability to request listing and deleting only for dynamic states.Andrey V. Elsukov2018-12-044-25/+61
* ggated: do not expose stack data in sendfail()Ed Maste2018-12-041-0/+1
* Restore /var/crash permissions to 0750, as declared in mtree file. AfterRenato Botelho2018-12-041-1/+3
* Fix typo in commentWarner Losh2018-12-021-1/+1
* Delete the undocumented alias 'wds'.Warner Losh2018-12-021-3/+0
* Move Intel specific log pages to intel.cWarner Losh2018-12-024-151/+202
* Usage cleanup pt 2Warner Losh2018-12-0211-20/+37
* Usage cleanup pt 1Warner Losh2018-12-0212-183/+96
* Return after we find the dispatched function.Warner Losh2018-12-021-1/+3
* Move the hgst/wdc log page printing code into wdc.cWarner Losh2018-12-022-408/+408
* Move common logpage routines into nvmecontrol.hWarner Losh2018-12-022-8/+9
* Make logpage functions a linker set.Warner Losh2018-12-022-45/+67
* Move nvmecontrol to using linker sets for commandsWarner Losh2018-12-0212-96/+103
* Small language fix after r340978.Eugene Grosbein2018-11-261-1/+1
* ipfw.8: add new section to EXAMPLES:Eugene Grosbein2018-11-261-0/+51
* bectl: sync usage with man page, removing stray multibyte charactersYuri Pankov2018-11-261-9/+11
* Properly recover from superblock check-hash failures. Specifically,Kirk McKusick2018-11-251-5/+3