aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Update leap-seconds to latest leap-seconds.3676924800 (expires 2023-12-28)Dimitry Andric2023-02-271-4/+4
* efibootmgr: Add --efidev (-u) to discover UEFI's device path to a dev or fileWarner Losh2023-02-192-4/+38
* sesutil: plug memory leaksAlan Somers2023-02-161-3/+5
* unbound: Fix config file pathJuraj Lutter2023-02-141-1/+1
* unbound: Fix config.hCy Schubert2023-02-141-1/+1
* unbound: Vendor import 1.17.1Cy Schubert2023-02-141-31/+173
* local-unbound-setup: Use default root certificatesTijl Coosemans2023-02-131-1/+1
* usr.sbin/kbdcontrol.c: Add backwards compatibility functionsStefan Eßer2023-02-091-5/+44
* etcupdate: Chase test case after pwd_mkdb(8) no longer copies comments.Xin LI2023-02-041-1/+1
* pwd_mkdb(8): Don't copy comments from /etc/master.passwd to /etc/passwd.Andre Albsmeier2023-02-041-5/+8
* pkgbase: Put devmatch in its own packageEmmanuel Vadot2023-02-021-0/+1
* pkgbase: Put ufs related tools and lib in their own packageEmmanuel Vadot2023-02-021-0/+1
* pkgbase: Put accounting utilities in the acct packageEmmanuel Vadot2023-02-023-1/+3
* pciconf(8): Decode ACS extended capability.Navdeep Parhar2023-02-021-0/+61
* cxgbetool: remove unnecessary vertical whitespace.Navdeep Parhar2023-02-021-36/+0
* cxgbetool(8): User interface to round-robin queue selection via COP.Navdeep Parhar2023-02-022-13/+20
* ppp: improve MSS clampingMichael Tuexen2023-02-021-14/+62
* traceroute6: fix capabilities for the rcv socketMichael Tuexen2023-02-011-2/+3
* Bring our tzcode up to date.Dag-Erling Smørgrav2023-01-319-131/+19
* bhyve: Mark pci_de_vinput as const.John Baldwin2023-01-261-1/+1
* bhyveload: open guest boot disk image O_RDWRRobert Wing2023-01-261-1/+1
* bhyve: Fix a buffer overread in the PCI hda device model.John Baldwin2023-01-261-2/+4
* bhyve: Fix a global buffer overread in the PCI hda device model.John Baldwin2023-01-261-5/+5
* bhyve: Remove vmctx argument from PCI device model methods.John Baldwin2023-01-2624-204/+167
* bhyve: Fix a mismerge in the PCI passthrough device model.John Baldwin2023-01-261-7/+0
* bhyve: Avoid triggering false -Wfree-nonheap-object warnings.John Baldwin2023-01-261-11/+6
* bhyve: Simplify spinup_ap_realmode slightly.John Baldwin2023-01-261-5/+4
* bhyve: Tidy vCPU pthread startup.John Baldwin2023-01-261-7/+7
* bhyve: Don't access vcpumap[vcpu] directly in parse_cpuset().John Baldwin2023-01-261-2/+2
* bhyve: Allocate struct vm_exit on the stack in vm_loop.John Baldwin2023-01-261-7/+5
* bhyve: Remove some no-op code for setting RIP.John Baldwin2023-01-261-19/+5
* bhyve: Simplify setting vCPU capabilities.John Baldwin2023-01-263-28/+15
* bhyve: Remove unused return value from spinup_ap.John Baldwin2023-01-262-4/+2
* bhyve: Remove handler for VM_EXITCODE_SPINUP_AP.John Baldwin2023-01-261-10/+0
* bhyve: Remove the unused vcpu argument from all of the I/O port handlers.John Baldwin2023-01-2610-26/+26
* bhyve: Remove unused vcpu argument from PCI read/write methods.John Baldwin2023-01-2613-60/+60
* bhyve: Pass a vCPU ID of 0 to vm_setup_pptdev_msi*.John Baldwin2023-01-261-8/+8
* bhyve: Remove unused argument from pci_nvme_handle_doorbell.John Baldwin2023-01-261-2/+2
* bhyve: Remove unused vm and vcpu arguments from vm_copy routines.John Baldwin2023-01-262-9/+9
* bhyve: Avoid passing a possible garbage pointer to free().John Baldwin2023-01-261-1/+1
* bhyve: Appease warning about a potentially unaligned pointer.John Baldwin2023-01-261-4/+4
* bhyve: Fix sign compare warnings in the NVMe device model.John Baldwin2023-01-261-2/+2
* bhyve: Avoid unlikely truncation of the blockif ident strings.John Baldwin2023-01-263-6/+6
* bhyve: Clear lid to 0 for internal device errors for NVMe AENs.John Baldwin2023-01-261-0/+2
* bhyve: Don't leak uninitialized bits in NVMe completion statuses.John Baldwin2023-01-261-0/+4
* bhyve: Fix sign compare warnings in the e1000 device model.John Baldwin2023-01-261-8/+8
* bhyve basl: Use GCC pragmas.John Baldwin2023-01-261-3/+3
* bhyve: Enable the default compiler warningsMark Johnston2023-01-261-2/+2
* bhyve: Mark pci_de_vinput as static.John Baldwin2023-01-261-1/+1
* bhyve: Let BASL compile with raised warningsMark Johnston2023-01-262-5/+7