aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* fsutil: forward declare struct fstabWarner Losh2021-12-161-0/+1
* Update fsck(8) to ignore failures from a check program for a filesystemKirk McKusick2021-12-164-13/+60
* route(8): Remove obsolete informationWarner Losh2021-12-151-18/+1
* amd64: Do not build sconfigEmmanuel Vadot2021-12-151-1/+0
* swapon(8): adapt to the new swapoff(2) interfaceKonstantin Belousov2021-12-091-8/+2
* savecore: emit information about saved cores under verboseKyle Evans2021-12-081-1/+2
* kldstat(8): style(9) fixes.Hans Petter Selasky2021-12-071-53/+54
* pfsync: fix incorrect enabling of defer modeKristof Provost2021-12-061-1/+1
* sysctl: Small style fixWarner Losh2021-12-061-2/+1
* sys/bitset.h: reduce visibility of BIT_* macrosStefan Eßer2021-12-052-1/+2
* swapoff(8): add -f flagKonstantin Belousov2021-12-042-10/+29
* sbin: build ping if at least one of INET & INET6 is enabledEd Maste2021-11-282-1/+6
* ldconfig(8): check for no-args command line after options are parsedKonstantin Belousov2021-11-241-5/+6
* ldconfig: use libexec/rtld-elf/rtld_paths.hKonstantin Belousov2021-11-242-1/+3
* ldconfig(8): nostd/-s does nothingKonstantin Belousov2021-11-242-9/+5
* ldconfig: start of cleanupKonstantin Belousov2021-11-243-48/+31
* ldconfig: remove a comment which is another remnant of a.out supportKonstantin Belousov2021-11-241-1/+1
* natd: Remove uneeded in_cksum.h includesMark Johnston2021-11-242-2/+0
* devmatch: Allow devmatch_blocklist to be set in kenv tooWarner Losh2021-11-211-1/+2
* if_stf: add 6rd supportKristof Provost2021-11-202-0/+153
* growfs: do not error if filesystem is already requested sizeEd Maste2021-11-151-1/+4
* Fix regression to verbose behavior introduced in 68bff4a07e.Kirk McKusick2021-11-111-1/+1
* ifconfig(8): Don't set network interface capabilities when there is no change.Hans Petter Selasky2021-11-101-0/+3
* kldstat(8): Fix indentation, whitespace to tabs.Hans Petter Selasky2021-11-091-128/+133
* ifconfig: warn if setting an Internet address without maskMike Karels2021-11-094-9/+24
* ifconfig.8: Add the missing option -vlanhwcsumZhenlei Huang2021-11-081-3/+3
* camcontrol: dump received data for MMC command even if it is unknownAndriy Gapon2021-11-061-0/+2
* pf: Introduce ridentifierKristof Provost2021-11-052-1/+16
* fsck_msdosfs: truncate directory entry when the head pointer is invalid.Xin LI2021-11-041-2/+15
* vt: fix git mismergeWarner Losh2021-11-031-2/+2
* vt: fix typoWarner Losh2021-11-031-1/+1
* vt: Add devctl message for bellsWarner Losh2021-11-031-0/+9
* devfs.rules: Correctly unhide pf in vnet jailsZhenlei Huang2021-11-031-0/+3
* Allow GEOM utilities to specify a -v option.Kirk McKusick2021-10-292-7/+25
* 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