aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix bsd.subdir.mk-related issues after 0a0f7486413cJessica Clarke2021-07-121-4/+4
* fsck_ffs: fix background fsck in preen modeRobert Wing2021-07-111-5/+4
* mount_nfs.8: Add information for "nconnect" to man pageRick Macklem2021-07-111-1/+42
* nvmecontrol: document power commandWarner Losh2021-07-101-1/+32
* setkey: drop an unused argument from postprocMateusz Guzik2021-07-081-3/+3
* setkey: fix several warnings popping up when compiling without WARNS=1Mateusz Guzik2021-07-081-13/+13
* setkey: ansifyMateusz Guzik2021-07-081-18/+10
* [skip ci] correct a few SPDX license tagsAlan Somers2021-07-071-1/+1
* etc/ttys: add xen consoleJulien Grall2021-07-061-0/+2
* etc/ttys: merge ttys file down to single fileElliott Mitchell2021-07-068-291/+2
* dumpfs(8): add option to only print superblock informationRobert Wing2021-07-022-9/+20
* pfctl: cache getprotobynumber resultsMateusz Guzik2021-07-015-10/+55
* man: Build manpages for all architecturesFernando Apesteguía2021-06-301-0/+6
* fsck_ffs: don't try to write in read-only modeChuck Silvers2021-06-291-11/+13
* md5: Improve compatibility with coreutils and format fixStefan Eßer2021-06-292-10/+25
* mount_nfs.8: Update the man page for commit a145cf3f73c7Rick Macklem2021-06-261-12/+12
* md5: Fix cross-build after c2870e576bd2Jessica Clarke2021-06-251-0/+1
* sbin/md5: re-enable testsStefan Eßer2021-06-251-4/+4
* sbin/md5: disable tests due to build failuresStefan Eßer2021-06-251-4/+4
* sbin/md5: fix test case to not write outside temp directoryStefan Eßer2021-06-251-2/+2
* sbin/md5: improve compatibility with coreutils -c optionStefan Eßer2021-06-254-34/+209
* sbin/md5: add testsStefan Eßer2021-06-2565-0/+448
* devctl: add ADDR_ADD and ADDR_DEL devctl event for IFNETRozhuk Ivan2021-06-231-0/+4
* devctl: add RENAME devctl event for IFNETRozhuk Ivan2021-06-231-1/+3
* mdconfig tests: Correct a copy-pasted test descriptionMark Johnston2021-06-231-1/+1
* sbin/md5: add md5sum to synopsis in the man-pageStefan Eßer2021-06-191-1/+6
* nextboot: Improve the shell code used to figure out the zpool nameAllan Jude2021-06-051-1/+1
* ipfw.8: synopsis misses nat show formLutz Donnerhacke2021-06-041-5/+11
* bectl(8): don't allow creation of boot environments with spacesRobert Wing2021-06-032-1/+12
* fsck_ufs: fix segfault with gjournalRobert Wing2021-06-031-0/+1
* sbin/veriexec: fixed parameter parsing of option -xsebastien.bini2021-06-021-1/+1
* Revert "Fix fsck_ufs segfaults with gjournal (SU+J)"Robert Wing2021-05-292-1/+1
* Revert "fsdb: add missing bufinit() call"Robert Wing2021-05-291-1/+0
* Fix fsck_ufs segfault when it needs to rerun.Kirk McKusick2021-05-291-5/+5
* fsdb: add missing bufinit() callChuck Silvers2021-05-251-0/+1
* fsck_ffs(8): fix divide by zero when debug messages are enabledRobert Wing2021-05-221-1/+1
* Fix fsck_ufs segfaults with gjournal (SU+J)Kirk McKusick2021-05-212-1/+1
* ldconfig(8): update manpage to realityKonstantin Belousov2021-05-211-67/+47
* md5: portability fix -- include stdbool.h explicitlyWarner Losh2021-05-201-0/+1
* pfctl tests: Test fairq configurationKristof Provost2021-05-203-0/+5
* pfctl: Ensure parent queue is configured for FAIRQKristof Provost2021-05-201-2/+4
* pfctl: Fix crash on ALTQ configurationKristof Provost2021-05-201-1/+1
* pf: Track the original kif for floating statesKristof Provost2021-05-201-1/+4
* pfctl: Use DIOCGETSTATESNVKristof Provost2021-05-203-79/+56
* Fix fsck_ffs Pass 1b error exit "bad inode number 256 to nextinode".Kirk McKusick2021-05-191-1/+1
* md5: Create md5sum, etc compatible programsWarner Losh2021-05-193-11/+88
* Correct assert added to dump program.Kirk McKusick2021-05-171-1/+1
* Ensure that files with no allocated blocks are trimmed to zero length.Kirk McKusick2021-05-111-13/+25
* ipfw.8: Fix table exampleLutz Donnerhacke2021-05-111-4/+4
* sbin/ipfw: Allow tablearg as hostnameLutz Donnerhacke2021-05-111-1/+2