aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* pkgbase: Put sendmail example in the sendmail packageEmmanuel Vadot2023-02-081-0/+1
* pkgbase: Put ftp-proxy in the FreeBSD-pf packageEmmanuel Vadot2023-02-081-0/+1
* pkgbase: Create a FreeBSD-netmap packageEmmanuel Vadot2023-02-081-0/+1
* pkgbase: Create a FreeBSD-inetd packageEmmanuel Vadot2023-02-081-0/+1
* pkgbase: Create a FreeBSD-smbutils packageEmmanuel Vadot2023-02-081-0/+1
* config: drop dependency on libnvKyle Evans2023-02-082-35/+23
* config: make changes to allow some parts to build as C++Kyle Evans2023-02-084-45/+52
* local-unbound-setup: Use default root certificatesTijl Coosemans2023-02-071-1/+1
* usr.sbin/kbdcontrol.c: Add backwards compatibility functionsStefan Eßer2023-02-061-5/+44
* Strip trailing slashes from DESTDIRMarius van Witzenburg2023-02-041-0/+2
* jail: Correct jail_max_af_ips sysctl nameElvin Aslanov2023-02-041-1/+1
* hyperv: Build and install where supportedWarner Losh2023-02-013-6/+1
* etcupdate: Chase test case after pwd_mkdb(8) no longer copies comments.Xin LI2023-01-301-1/+1
* bhyve: Fix a buffer overread in the PCI hda device model.John Baldwin2023-01-201-2/+4
* bhyve: Fix a global buffer overread in the PCI hda device model.John Baldwin2023-01-201-5/+5
* bhyve: Remove vmctx argument from PCI device model methods.John Baldwin2023-01-1924-204/+167
* bhyve: Avoid triggering false -Wfree-nonheap-object warnings.John Baldwin2023-01-191-11/+6
* nfs: Fix a common typo in source code commentsGordon Bergling2023-01-192-2/+2
* mountd(8): Fix a typo in a source code commentGordon Bergling2023-01-191-1/+1
* cxgbetool(8): Fix common typos in sysctl descriptionsGordon Bergling2023-01-193-3/+3
* bsnmpget.1: Fix a typo in the man pageGordon Bergling2023-01-191-1/+1
* unbound: Fix config file pathJuraj Lutter2023-01-181-1/+1
* bsdconfig: correct name of the wpa_supplicant config fileCeri Davies2023-01-162-8/+8
* bsdconfig, bsdinstall: Refresh mirrors listDanilo G. Baio2023-01-163-178/+66
* mixer: Fix default_unit switching with mixers that have no devicesMark Johnston2023-01-161-14/+5
* unbound: Fix config.hCy Schubert2023-01-151-1/+1
* unbound: Vendor import 1.17.1Cy Schubert2023-01-151-31/+173
* makefs: don't needlessly require directories to existBrooks Davis2023-01-121-1/+17
* Revert "makefs: don't needlessly require directories to exist"Brooks Davis2023-01-121-16/+1
* makefs: don't needlessly require directories to existBrooks Davis2023-01-121-1/+16
* makefs: handle mtree link= for ZFSBrooks Davis2023-01-121-6/+14
* makefs: handle mtree contents= in zfsBrooks Davis2023-01-121-1/+7
* Revert "gssd: Fix handling of the gssname=<name> NFS mount option"Rick Macklem2023-01-121-1/+1
* iwmbtfw(8): Fix a typo in a kernel messageGordon Bergling2023-01-111-1/+1
* tzcode: Move configuration into separate header.Dag-Erling Smørgrav2023-01-112-4/+2
* Bring our tzcode up to date.Dag-Erling Smørgrav2023-01-109-131/+21
|\
* | gssd: Fix handling of the gssname=<name> NFS mount optionRick Macklem2023-01-071-1/+1
* | pwd_mkdb(8): Don't copy comments from /etc/master.passwd to /etc/passwd.Andre Albsmeier2023-01-051-5/+8
* | newsyslog.conf: Minor formatting fixDavid E. O'Brien2022-12-291-2/+2
* | newsyslog.conf: Sort pathsDavid E. O'Brien2022-12-291-2/+2
* | bsdinstall: s/to small/too small/Mateusz Guzik2022-12-221-1/+1
* | rpc.tlsservd: Check for a tls syscall failure.Rick Macklem2022-12-221-1/+10
* | rpc.tlsclntd: Check for a tls syscall failure.Rick Macklem2022-12-211-1/+8
* | bhyve: Simplify spinup_ap_realmode slightly.John Baldwin2022-12-211-5/+4
* | bhyve: Tidy vCPU pthread startup.John Baldwin2022-12-211-7/+7
* | bhyve: Don't access vcpumap[vcpu] directly in parse_cpuset().John Baldwin2022-12-211-2/+2
* | bhyve: Allocate struct vm_exit on the stack in vm_loop.John Baldwin2022-12-211-7/+5
* | bhyve: Remove some no-op code for setting RIP.John Baldwin2022-12-211-19/+5
* | bhyve: Simplify setting vCPU capabilities.John Baldwin2022-12-213-28/+15
* | bhyve: Remove unused return value from spinup_ap.John Baldwin2022-12-212-4/+2