aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* rtsold: Validate entries in domain search listsMark Johnston2025-12-161-6/+40
* freebsd-update: Library orderingColin Percival2025-09-301-1/+19
* certctl: Split certificate bundles before processing.Dag-Erling Smørgrav2025-05-301-37/+68
* pkg.conf: Use kmod repositoriesColin Percival2025-05-292-0/+14
* bsdinstall: Use a login shell for final configuration.Dag-Erling Smørgrav2025-05-141-1/+1
* mountd: Fix updating the network/host(s) for an exports lineRick Macklem2025-05-041-1/+43
* ctld: correctly parse LUN size on 32-bit archesAlan Somers2025-04-172-2/+2
* pkg.7: Add example for fetching package for different FreeBSD versionsChristos Margiolis2025-04-081-1/+6
* mixer tests: SerializeMark Johnston2025-04-061-0/+3
* snmp_pf: fix pfInterfacesIfRefsStateKristof Provost2025-04-032-9/+7
* pkg: Fix Coverity warningsMark Johnston2025-03-262-8/+11
* Copy the new ia32 loaderAhmad Khalifa2025-03-261-14/+22
* nfsd.8: Note that the -n option is deprecatedRick Macklem2025-03-251-10/+20
* MFC jail: add jexec -d, to specify a working directoryJamie Gritton2025-03-092-9/+22
* bhyve: Avoid holding /dev/pci open unnecessarilyMark Johnston2025-03-071-36/+83
* pkg(7): expand VERSION_MAJOR, VERSION_MINOR, RELEASE and OSNAMEBaptiste Daroussin2025-03-061-0/+17
* pkg(7): support configuration overwrite like pkg(8)Baptiste Daroussin2025-03-061-12/+41
* pkg: make sure the repositories have at least an urlBaptiste Daroussin2025-03-061-10/+18
* pkg: clean support for repositoriesBaptiste Daroussin2025-03-063-115/+216
* acpidump: do not use pointer arithmetic to check for overflowKonstantin Belousov2025-03-051-4/+5
* makefs: Make cd9660 Rock Ridge inodes reproducibleEd Maste2025-03-043-10/+78
* iwmbtfw(8): fix getopt flags, unify usage()/manual page contentsEygene Ryabinkin2025-03-012-6/+7
* iwmbtfw(8): don't program hardware without existing firmware imageEygene Ryabinkin2025-03-011-27/+14
* Refactor iwmbtfw: modularize and de-constifyEygene Ryabinkin2025-03-015-266/+298
* Refactor iwmbtfw: set default firmware_dir after argument parsingEygene Ryabinkin2025-03-011-12/+4
* pmcannotate: Add a '-m' mode option to control per-line annotations.John Baldwin2025-02-272-9/+60
* cxgbetool.8: Consistently use .Cm for loader tunablesJohn Baldwin2025-02-271-1/+3
* cxgbe: Tidy TOE tunables under hw.cxgbeJohn Baldwin2025-02-271-2/+2
* ports/filesystems: Fix falloutAlexander Ziaee2025-02-271-2/+2
* gstat: Sync usage/synopsis + tag SPDXAlexander Ziaee2025-02-272-11/+14
* usbconfig: add -l option to dump_device_desc for single line outputBjoern A. Zeeb2025-02-264-27/+147
* lpd: Tighten permissions on /var/run/printerStanislav Shalunov2025-02-241-1/+1
* certctl: Set METALOG ownership to root:wheelEd Maste2025-02-201-2/+2
* certctl: Clean up.Dag-Erling Smørgrav2025-02-201-74/+99
* Deprecate publickey(5) stuffEmmanuel Vadot2025-02-202-0/+6
* iwmbtfw: Check firmware exists before trying to upload itGavin Atkinson2025-02-181-0/+7
* MFC jls: fix the -q option to put quotes around all whitespaceJamie Gritton2025-02-171-6/+15
* MFC jls: admit that jail parameters with newlines print multiple linesJamie Gritton2025-02-171-5/+5
* pac: Consistently use item count as the first argument to callocJohn Baldwin2025-02-131-2/+2
* pac: Use strdup and asprintf in place of dubious string buildingJohn Baldwin2025-02-131-6/+3
* periodic: set _localbase for periodic scripts from within periodic.confJuraj Lutter2025-02-112-8/+13
* iwlwifi: update Intel's iwlwifi/mvm driver.Bjoern A. Zeeb2025-02-101-1/+32
* jls.8: Reference correct manpage for libxo optionsEd Maste2025-02-071-3/+3
* bhyve: Implement the libslirp notify callbackMark Johnston2025-02-071-22/+68
* bhyve: Use a non-blocking read in slirp_recv()Mark Johnston2025-02-071-2/+13
* Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106Kirk McKusick2025-02-063-58/+49
* ip6addrctl(8): Teach ip6addrctl to attach and run itself in a jailZhenlei Huang2025-02-063-18/+85
* ip6addrctl(8): Strictly check the number of argumentsZhenlei Huang2025-02-061-4/+6
* bsdinstall/zfsboot: Remove unused global variableAlexander Ziaee2025-02-041-1/+0
* ip6addrctl(8): Use static initializerZhenlei Huang2025-02-031-3/+1