aboutsummaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* moused(8): Add support for evdev protocolVladimir Kondratyev2025-09-0520-1338/+9933
* Like for -P et al, state that -deElL are syscons only options.Jens Schweikhardt2025-09-041-5/+10
* bhyve: insert VM name to the VNC screen titleYuichiro NAITO2025-09-031-4/+15
* tcpdump: don't create unused version.cBrooks Davis2025-09-031-8/+3
* tcpdump: drop no-op LBL_ALIGN macroBrooks Davis2025-09-031-3/+0
* tcpdump: get BINDIR from usr.sbin/Makefile.inc [NFC]Brooks Davis2025-09-031-2/+2
* ctld: Add missing initializers for several class membersJohn Baldwin2025-09-022-4/+4
* newsyslog(8): Remove the -c command line option.Xin LI2025-09-013-70/+65
* fwget: pci: video amd: correct glob matching entriesBjoern A. Zeeb2025-09-011-4/+7
* fwget: pci: hex strings use 0-9 and a-f not a-zBjoern A. Zeeb2025-09-011-3/+3
* netgraph: teach ngctl to attach and run itself in a jailJamie Gritton2025-08-293-8/+63
* devinfo.8: Document libxo supportAlexander Ziaee2025-08-291-1/+13
* devinfo.8: PolishAlexander Ziaee2025-08-291-11/+18
* Update comments to match pkg repo renamingColin Percival2025-08-273-6/+6
* bsdinstall: Copy /etc/localtime as symlink in jail scriptJessica Clarke2025-08-271-1/+1
* makefs: Calculate indirect block count properly for large files on ffsBoris Lytochkin2025-08-271-18/+76
* Rename FreeBSD* pkg repos to FreeBSD-ports*Colin Percival2025-08-273-6/+6
* exports.5: Add a paragraph clarifying the use of "V4:"Rick Macklem2025-08-251-1/+14
* watch.8: Align option listAlexander Ziaee2025-08-221-1/+1
* certctl: Create output directoriesDag-Erling Smørgrav2025-08-222-7/+31
* Remove MK_GSSAPILexi Winter2025-08-201-3/+1
* pw: Skip root check with alternate rootEd Maste2025-08-194-8/+21
* syslogd: EAGAIN and ECONNREFUSED are not permanently fatalKristof Provost2025-08-181-3/+2
* local-unbound-setup: If TLS is enabled, use the certificate bundleDag-Erling Smørgrav2025-08-181-1/+1
* certctl: Reimplement in CDag-Erling Smørgrav2025-08-187-401/+1567
* services_mkdb(8): Fix a typo in a source code commentGordon Bergling2025-08-171-1/+1
* Revert certctl reimplementation and follow-upsColin Percival2025-08-167-1402/+404
* jail: fix backfilling the "name" for jid-named jailsKyle Evans2025-08-162-2/+15
* freebsd-update: Do not fsyncDag-Erling Smørgrav2025-08-161-1/+1
* Revert "Remove Secure RPC DES authentication"Lexi Winter2025-08-1510-0/+1172
* makefs: zfs uberblock location is calculated wrongToomas Soome2025-08-152-2/+2
* kern: fix setgroups(2) and getgroups(2) to match other platformsKyle Evans2025-08-142-7/+4
* syslogd.8: Remove incorrect .AqLexi Winter2025-08-151-1/+1
* watchdog: Convert to using sbintime_t formatJustin Hibbits2025-08-141-75/+24
* watchdog: Add a new "Control" ioctlJustin Hibbits2025-08-141-2/+11
* certctl: Fix bootstrap buildDag-Erling Smørgrav2025-08-142-1/+10
* Revert "certctl: Fix bootstrap build"Dag-Erling Smørgrav2025-08-143-77/+30
* certctl: Fix bootstrap buildDag-Erling Smørgrav2025-08-143-30/+77
* certctl: Reimplement in CDag-Erling Smørgrav2025-08-147-404/+1393
* autofs: partial is also leaked.Warner Losh2025-08-121-0/+1
* chroot: don't setgroups() without -G having been specifiedKyle Evans2025-08-121-17/+26
* Remove Secure RPC DES authenticationLexi Winter2025-08-1010-1172/+0
* bhyve: Populate the device version from the backendShengYi Hung2025-08-093-13/+39
* autofs: Plug memory leakEnji Cooper2025-08-091-1/+1
* inetd: don't assume that initgroups(3) will set the egidKyle Evans2025-08-081-0/+2
* nvmfd: Move out of the base install and into tools/tools/nvmfJohn Baldwin2025-08-0811-2288/+0
* freebsd-update: Fix the pkgbase checkMark Johnston2025-08-081-13/+16
* kern: disallow user scheduling/debugging/signalling of jailed procsKyle Evans2025-08-071-1/+7
* ctld: Be more explicit in a few uses of types to avoid potential ambiguityJohn Baldwin2025-08-073-6/+6
* ctld: Catch exceptions by reference instead of by valueJohn Baldwin2025-08-072-2/+2