aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* pkgbase: Create a FreeBSD-console-tools packageEmmanuel Vadot2023-02-084-46/+49
* devd: Move power_profile part in devd/power_profile.confEmmanuel Vadot2023-02-083-7/+11
* devd: Move bluetooth part in devd/bluetooth.confEmmanuel Vadot2023-02-083-10/+16
* devd: Move dhclient part in devd/dhclient.confEmmanuel Vadot2023-02-083-19/+24
* bsdlabel: Fix whitespace.Dmitry Chagin2023-02-071-1/+1
* bsdlabel: Remove a write-only variable.Dmitry Chagin2023-02-071-7/+1
* md5/tests: extend md5 testStefan Eßer2023-02-061-2/+2
* libmd / md5: Add SHA-512/224.Dag-Erling Smørgrav2023-02-067-9/+59
* hastctl: use zlib's crc32 implementation.Xin LI2023-02-031-2/+1
* hastd: use zlib's crc32 implementation.Xin LI2023-02-034-147/+6
* ifconfig.8: Improve readability of vlanproto's descriptionMateusz Piotrowski2023-02-011-12/+10
* sbin/ping6: Remove remains of ping6.Xin LI2023-01-291-8/+0
* Fix for getmntpoint(3) when checking for NFS mount points.Kirk McKusick2023-01-291-6/+7
* Retire WITHOUT_CXX optionEd Maste2023-01-271-1/+1
* Rewrite to avoid Coverity false positive.Kirk McKusick2023-01-261-5/+7
* ipfw.8: there never was a "skip-action" actionCeri Davies2023-01-251-2/+2
* pfctl: rule.label is a two-dimensional arrayKristof Provost2023-01-241-2/+2
* Revert "ifconfig: abort if loading a module fails other than for ENOENT"Alan Somers2023-01-201-13/+5
* Document the mntopts(3) functions.Kirk McKusick2023-01-1513-468/+513
* ipfw: Add missing 'va' code point nameJose Luis Duran2023-01-132-1/+4
* ifconfig: abort if loading a module fails other than for ENOENTAlan Somers2023-01-101-5/+13
* ping(8): man page cleanupJose Luis Duran2023-01-021-72/+72
* Add test cases for ping with IP options in the responseAlan Somers2022-12-263-0/+140
* Add -F option to sysctl(8) to display sysctl format.Kirk McKusick2022-12-255-30/+218
* mount_nullfs.8: Bump .Dd for file mounts update.Ceri Davies2022-12-191-1/+1
* Add support for mounting single files in nullfsDoug Rabson2022-12-195-5/+67
* retire sconfig(8) ce(4)/cp(4) configuration toolEd Maste2022-12-136-1853/+0
* Add deprecation notices to ce,cp sync serial driversEd Maste2022-12-131-1/+7
* Fix rcorder example to match the keyword in the descriptionJose Luis Duran2022-12-131-2/+2
* sysctl.8: grammar nitCeri Davies2022-12-131-1/+1
* geom: minor man page updates suggested by igor(1)Ed Maste2022-12-131-3/+3
* geom: add vinum as a recognized classEd Maste2022-12-121-1/+4
* restore: fix restore of NFS4 ACLsChuck Silvers2022-12-122-13/+13
* devd: Warn for deprecated 'kern' system typeWarner Losh2022-12-021-0/+34
* newbus: Remove deprecated "kern" system name for resume events.Warner Losh2022-12-021-9/+1
* ping: Fix handling of IP packet sizesTom Jones2022-11-291-9/+60
* pf: drop support for fragment crop|drop-ovlKristof Provost2022-11-281-5/+1
* pf: allow scrub rules without fragment reassembleKristof Provost2022-11-287-2/+10
* ipfw: Fix ipfw/dnctl detectionGoran Mekic2022-11-221-1/+2
* Make devd shared now that libc++ is in /libEd Maste2022-11-201-2/+0
* nvmecontrol: Fix IEEE OUI Identifier outputWanpeng Qian2022-11-201-1/+1
* ipfilter: replace defunct home page link with FAQ URLEd Maste2022-11-151-2/+1
* nvmecontrol: Fix condition when print number of Firmware Slots and Firmware S...Wanpeng Qian2022-11-151-10/+2
* dhclient(8): Verify lease-, renewal- and rebinding-time option sizes.Hans Petter Selasky2022-11-141-3/+3
* Enable taking snapshots on UFS/FFS filesystems using journaled soft updates.Kirk McKusick2022-11-132-6/+2
* nvmecontrol: fix wrong temperature unit for INTEL SSDs.Wanpeng Qian2022-11-114-10/+16
* Fix printfs for fsck_ffs(8) i386 build.Kirk McKusick2022-11-101-3/+3
* Fix types for fsck_ffs(8) i386 build.Kirk McKusick2022-11-103-7/+7
* pfsync: prepare code to accommodate AF_INET6 familyLuiz Amaral2022-11-091-77/+245
* Add support for managing UFS/FFS snapshots to fsck_ffs(8).Kirk McKusick2022-11-097-105/+891