aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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