aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* sbin/ipfw: Fix parsing error in table based forwardLutz Donnerhacke2021-05-081-45/+42
* pf: Support killing 'matching' statesKristof Provost2021-05-073-3/+34
* pf: Allow states to by killed per 'gateway'Kristof Provost2021-05-072-4/+82
* pfctl: Start using DIOCKILLSTATESNVKristof Provost2021-05-071-44/+47
* pfctl: Start using DIOCCLRSTATESNVKristof Provost2021-05-071-10/+11
* pfctl: Optionally show gateway information for statesKristof Provost2021-05-071-0/+2
* devd.conf: Remove support for coldsyncCeri Davies2021-05-071-13/+0
* devd.conf: TypoCeri Davies2021-05-071-1/+1
* nvmecontrol: fix typo (s/Managment/Management/)Edward Tomasz Napierala2021-05-071-1/+1
* nvmecontrol: update copyright on passthru commandWarner Losh2021-05-061-2/+1
* nvmecontrol: Report status from passthru commandsWarner Losh2021-05-061-1/+2
* ttys: diff reductionWarner Losh2021-05-043-13/+13
* ifconfig: Minor documentation fixJose Luis Duran2021-05-031-3/+3
* sbin/ipfw: Fix null pointer deference when printing countersLutz Donnerhacke2021-05-021-24/+27
* Fix building sysctl(8) after c78ad20Andrew Turner2021-05-011-2/+2
* pfctl: Revert "pfctl: Another set skip <group> fix"Kristof Provost2021-04-271-21/+1
* Clean up fsck_ffs error message output.Kirk McKusick2021-04-271-1/+7
* Make fsck_ffs more persistent in creating a lost+found directory.Kirk McKusick2021-04-263-8/+19
* pfsync: Expose PFSYNCF_OK flag to userspaceKristof Provost2021-04-261-1/+4
* pf: Allow multiple labels to be set on a ruleKristof Provost2021-04-263-31/+49
* pf: Optionally attempt to preserve rule counter values across ruleset updatesKristof Provost2021-04-193-1/+10
* Explain the newfs naming conventionMateusz Piotrowski2021-04-171-1/+9
* ifconfig: Reuse media state in ifmedia_getstateRyan Moeller2021-04-161-1/+4
* pfctl: Fix clearing rules countersKristof Provost2021-04-141-6/+4
* pf: Implement the NAT source port selection of MAP-E Customer EdgeKurosawa Takahiro2021-04-132-1/+59
* route(8): Add an example how to print the routing tablesGordon Bergling2021-04-131-1/+6
* pfctl, libpfctl: introduce pfctl_poolKurosawa Takahiro2021-04-123-10/+10
* libpfctl: Fix u_* countersKristof Provost2021-04-101-3/+3
* libpfctl: Switch to pfctl_ruleKristof Provost2021-04-107-155/+163
* pf: Move prototypes for userspace functions to userspace headerKristof Provost2021-04-102-0/+10
* pfctl: Move ioctl abstraction functions into libpfctlKristof Provost2021-04-107-594/+15