aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Retire obsolete iscsi_initiator(4)Ed Maste2021-10-2612-2803/+0
* Fix sconfig(8) build.Gleb Smirnoff2021-10-224-9/+3
* Retire synchronous PPP kernel driver sppp(4).Gleb Smirnoff2021-10-226-573/+0
* ping: fix parsing of options including '4' and '6'Alan Somers2021-10-215-38/+84
* camcontrol(8): Clean up references to removed symbolsFelix Johnson2021-10-201-13/+3
* devd(8): Note default config file search locationsFelix Johnson2021-10-191-1/+7
* pfctl: delay label macro expansion until after rule optimisationKristof Provost2021-10-153-49/+44
* sbin/mount_fusefs/mount_fusefs.8: Fix typosElyes HAOUAS2021-10-091-3/+3
* Avoid lost buffers in fsck_ffs.Kirk McKusick2021-10-071-7/+11
* pfctl: Remove unused variableKristof Provost2021-10-072-2/+0
* ncurses: chase dependency changes in the source treeBaptiste Daroussin2021-10-041-1/+1
* pfctl: userspace adaptive syncookies configrationKristof Provost2021-09-294-5/+102
* mount: make libxo support more locale-awarePiotr Pawel Stefaniak2021-09-271-3/+3
* mount: Don't pass a NULL format string to xo_err().John Baldwin2021-09-251-1/+1
* mount: add libxo(3) supportCameron Katri2021-09-243-55/+114
* pf: support dummynetKristof Provost2021-09-242-0/+50
* veriexec: Fix veriexec -i's confusion between loaded and locked statesStephane Rochoy2021-09-231-1/+1
* Eliminate an unnecessary rerun request in fsck_ffs.Kirk McKusick2021-09-221-1/+0
* nvmecontrol: Display Metadata and Sanitize capabilities of the deviceAllan Jude2021-09-212-1/+43
* camcontrol: depop commandWarner Losh2021-09-205-1/+377
* md: Add MD_MUSTDEALLOC supportKa Ho Ng2021-09-112-3/+39
* ipfw: Introduce dnctlKristof Provost2021-09-085-116/+189
* pkgbase: Move spppcontrol to FreeBSD-pppEmmanuel Vadot2021-09-071-0/+2
* pkgbase: Create a FreeBSD-ggate packageEmmanuel Vadot2021-09-073-0/+3
* pfctl: print counters in decimalKristof Provost2021-09-041-6/+6
* pfctl: Don't use PRIu64Kristof Provost2021-09-021-7/+6
* mdconfig: Add a regression test for mediasize roundingMark Johnston2021-08-311-0/+31
* Fix -Wformat errors in pfctl on 32-bit architecturesDimitry Andric2021-08-291-2/+2
* pfctl: use libpfctl to retrieve pf statusKristof Provost2021-08-293-37/+33
* Fix a common typo in man pages and src commentsGordon Bergling2021-08-281-1/+1
* Fix remote code execution in ggatec(8).Gordon Tetlow2021-08-241-0/+20
* pfctl: build fixKristof Provost2021-08-241-1/+2
* pfctl: fix killing states by IDKristof Provost2021-08-241-2/+0
* dhclient: skip_to_semi() consumes semicolon alreadyFranco Fichtner2021-08-191-10/+5
* dhclient: remove patching of static values in BPF programsFranco Fichtner2021-08-191-28/+11
* ipfw: use unsigned int for dummynet bandwidthLuiz Otavio O Souza2021-08-191-6/+7
* dhclient: support supersede statement for option 54Fabian Kurtz2021-08-181-4/+13
* md5(1): Fix a typo in the manual pageGordon Bergling2021-08-141-1/+1
* dumpon: fix build on some architecturesEric van Gyzen2021-08-121-2/+2
* dumpon: fix encrypted dumps after commit 372557d8c3dEric van Gyzen2021-08-111-0/+14
* iscontrol(8): Fix a typo in a structGordon Bergling2021-08-111-1/+1
* ipfw(8): Fix a typo in an error messageGordon Bergling2021-08-111-1/+1
* devmatch: Ignore the pnp fields tagged as ignore ('#')Warner Losh2021-08-101-0/+14
* pkgbase: Add nfsiod to the FreeBSD-nfs packageEmmanuel Vadot2021-08-061-0/+2
* etherswitch: Add a new striptagingress port flagKornel Duleba2021-08-032-1/+9
* socket: Implement SO_RERRORRoy Marples2021-07-281-1/+12
* bpf: Add an ioctl to set the VLAN Priority on packets sent by bpfLuiz Otavio O Souza2021-07-266-1/+26
* dumpon: Fix unconfiguring netdump with "off" and "/dev/null".Bryan Drewery2021-07-261-0/+18
* dumpon: Fix -v causing error when configuring an encrypted dumpBryan Drewery2021-07-261-1/+46
* init: execute /etc/rc.final after all user processes have terminatedKyle Evans2021-07-233-3/+66