aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* ctladm: fix resource leakPierre Pronchery2024-05-161-1/+0
* bhyve: avoid resource leakPierre Pronchery2024-05-161-0/+1
* man filesystems: fix xrefs after move to section 4Alexander Ziaee2024-05-168-19/+19
* adduser: Additional variable fixes.Dag-Erling Smørgrav2024-05-151-20/+21
* bsdinstall: Remove unused variables in fetchmissingdistsFernando Apesteguía2024-05-121-3/+0
* Add man page for nfslockd.Dag-Erling Smørgrav2024-05-102-3/+5
* Explain cron.dPaweł Krawczyk2024-05-101-7/+17
* arp.8: don't document a syntax that doesn't existLexi Winter2024-05-091-9/+1
* libpfctl: fix file descriptor leakKristof Provost2024-05-091-1/+1
* bhyve: Do not define GDB_LOGMark Johnston2024-05-081-1/+0
* bsdinstall: Stop loading cryptodev for ZFS installationsMark Johnston2024-05-081-3/+0
* pw: Test home directory ownership and mode.Dag-Erling Smørgrav2024-05-061-0/+17
* adduser: Fix confusion between `uclass` and `_class`.Dag-Erling Smørgrav2024-05-061-3/+3
* pw: Don't silently ignore unparsed command line arguments.Dag-Erling Smørgrav2024-05-064-14/+74
* pw: Rename some enums.Dag-Erling Smørgrav2024-05-063-15/+15
* arp(8): fix a typo in error message for -s/-SLexi Winter2024-05-041-1/+1
* packages: add package for NTPLexi Winter2024-05-0420-2/+24
* periodic.conf: remove long deprecated security_daily_compat_var()Michael Osipov2024-05-0316-57/+0
* nvmfd: A simple userspace daemon for the NVMe over Fabrics controllerJohn Baldwin2024-05-0210-0/+2255
* ctladm: Add nvterminate command to drop active NVMeoF associationsJohn Baldwin2024-05-022-2/+85
* ctladm: Add nvlist command to list active NVMeoF associationsJohn Baldwin2024-05-022-2/+269
* ctladm: Permit creating nvmf portsJohn Baldwin2024-05-021-0/+1
* ctl: Support NVMe requests in debug trace functionsJohn Baldwin2024-05-022-1/+2
* ctl: Avoid an upcast for calling ctl_scsi_path_stringJohn Baldwin2024-05-021-3/+3
* ctladm: Use nitems() in a few more placesJohn Baldwin2024-05-021-6/+3
* bhyve: Move lock of uart frontend to uart backendSHENG-YI HONG2024-05-014-21/+35
* bhyvectl: Add arm64 bits and hook it up to the buildMark Johnston2024-05-013-0/+84
* bhyvectl: Prepare to add arm64 supportMark Johnston2024-05-015-1811/+1978
* Remove remnants of portsnap(8)Olivier Certner2024-04-301-4/+4
* pf: convert DIOCGETSTATUS to netlinkKristof Provost2024-04-291-17/+18
* bhyve: Fix handling of -rMark Johnston2024-04-292-3/+8
* adduser: Really fix a syntax errorDag-Erling Smørgrav2024-04-291-1/+2
* package: move OpenBSM auditing into its own packageLexi Winter2024-04-295-1/+14
* package: move authpf into the FreeBSD-pf packageLexi Winter2024-04-291-0/+1
* zonectl: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-2/+2
* wlandebug: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-2/+2
* usbconfig: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-2/+2
* rwhod: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-1/+1
* pstat: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-1/+1
* ppp: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-1/+3
* ndp: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-4/+4
* moused: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-4/+3
* kbdcontrol: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-1/+1
* ctld: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-2/+2
* ctladm: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-3/+3
* btxld: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-3/+3
* rtadvctl: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-3/+3
* rtadvd: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-294-7/+7
* bluetooth: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-299-17/+25
* bhyve.8: Update and rearrange to improve readabilityChris Moerz2024-04-281-98/+151