aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-05-121-1/+1
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-1228-28/+28
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-12573-573/+573
* bhyve: import OpRegion definitionsCorvin Köhne2023-05-121-0/+186
* bhyve: add helper for passthru specific mmio rangesCorvin Köhne2023-05-122-0/+22
* bhyve: don't panic if e820 finds no available memoryCorvin Köhne2023-05-121-5/+11
* bhyve: make passthru sel public availableCorvin Köhne2023-05-112-0/+9
* bhyve: add cmdline option for user defined fw_cfg itemsCorvin Köhne2023-05-114-2/+173
* freebsd-update: Fix merging already-updated filesColin Percival2023-05-091-9/+11
* efiwake(8): add man pageJohannes Totz2023-05-092-1/+100
* fwget: Use BSD-2-Clause instead of BSD-2-Clause-FreeBSDEmmanuel Vadot2023-05-094-4/+4
* fwget: Fix a few kmod nameEmmanuel Vadot2023-05-091-7/+7
* bhyve: fix vCPU single-stepping on VMXBojan Novković2023-05-091-0/+5
* bhyve: specify OpenSSL 1.1 APIEd Maste2023-05-081-0/+1
* mountd: Improve error message for exports linesAlexander Motin2023-05-061-15/+72
* pmcstat: augment an error messageMitchell Horne2023-05-061-1/+1
* pmccontrol: drop Pentium 4 special caseMitchell Horne2023-05-061-5/+0
* Add mrsasutil(8) as alias to mfiutil(8)Doug Ambrisko2023-05-0515-143/+294
* daemon: EINTR from kevent(2) is not a fatal errorKyle Evans2023-05-051-0/+2
* bhyve(8): fix typo in examplesAlexey Marchenko2023-05-051-2/+2
* ntpd: Support IPv6-only hostsMina Galic2023-05-051-7/+10
* mpsutil(8): Remove a stray paragraphTom Hukins2023-05-041-1/+0
* mpsutil(8): Improve English usageTom Hukins2023-05-041-4/+4
* bluetooth/hccontrol: Fix unterminated command listBrian Campbell2023-05-041-0/+3
* local.meta.sys.mk set BOOTSTRAPPINGSimon J. Gerraty2023-05-031-0/+13
* rtsol: introduce an 'always' scriptKristof Provost2023-05-024-4/+47
* fwget: Introduce new utilityEmmanuel Vadot2023-05-018-0/+494
* freebsd-update: Mention 13.2-RELEASE in usage.Poul-Henning Kamp2023-04-301-1/+1
* bhyve: enable capsicum for snapshot codeVitaliy Gusev2023-04-281-4/+0
* bhyve: use directory file descriptor for checkpointVitaliy Gusev2023-04-282-9/+37
* efiwake(8): styleKonstantin Belousov2023-04-281-17/+23
* Add efiwake toolJohannes Totz2023-04-283-1/+148
* tzsetup: appease checkstyle9Yuri Pankov2023-04-271-2/+2
* tzsetup: adopt zone1970.tab changesYuri Pankov2023-04-272-163/+167
* bhyve: Add DEBUG_HDA_FILE define to specify location of debug outputGuido Falsi2023-04-272-1/+4
* bhyve: Disable bhyve HDA debug by default.Guido Falsi2023-04-272-8/+9
* arp/ndp: Use valid prototypes for function declarations with no arguments.John Baldwin2023-04-262-2/+2
* arp: report successful deletion via netlink to mimic rtsock.Alexander V. Chernikov2023-04-261-1/+3
* tzsetup: fix bootstrapping for github CI jobsYuri Pankov2023-04-261-21/+21
* prometheus_sysctl_exporter: Replace magic numbers with identifiers.Peter Jeremy2023-04-261-9/+9
* bhyve: pass E820 table to guestCorvin Köhne2023-04-262-0/+20
* bhyve: add E820 dump functionCorvin Köhne2023-04-262-0/+36
* bhyve: add allocation function to E820Corvin Köhne2023-04-262-0/+120
* bhyve: add common memory holes to E820 tableCorvin Köhne2023-04-261-0/+90
* bhyve: add basic E820 implementationCorvin Köhne2023-04-262-0/+261
* ndp: fix signed/unsigned compariosn in the netlink code.Alexander V. Chernikov2023-04-251-1/+1
* ndp: convert ndp(8) to netlink.Alexander V. Chernikov2023-04-254-69/+661
* arp: remove forgotten debug message.Alexander V. Chernikov2023-04-251-1/+0
* arp: convert arp(8) to netlink.Alexander V. Chernikov2023-04-254-46/+555
* bhyve: make use of qemus acpi table loaderCorvin Köhne2023-04-253-3/+24