aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* bsdinstall: Only show menu if there are more items to be installedRenato Botelho2021-07-221-10/+12
* chroot: fix typo in usageEdward Tomasz Napierala2021-07-211-5/+5
* sesutil: Fix status checkingEdward Tomasz Napierala2021-07-211-1/+1
* Implement unprivileged chrootEdward Tomasz Napierala2021-07-202-4/+29
* freebsd-update: create a ZFS boot environment on installDave Fullard2021-07-162-0/+60
* cxgbetool(8): Update the register definitions used to decode regdump.Navdeep Parhar2021-07-142-1234/+25
* Fix bsd.subdir.mk-related issues after 0a0f7486413cJessica Clarke2021-07-121-2/+2
* nfsd: Fix some issues found by mandocGordon Bergling2021-07-123-24/+72
* iostat: fix rounding errors in iostat -xAlan Somers2021-07-081-8/+8
* [skip ci] correct a few SPDX license tagsAlan Somers2021-07-071-1/+1
* freebsd-update: Update URL of supported platforms informationLi-Wen Hsu2021-07-041-1/+1
* Add efitable(8), a userspace tool to fetch and parse EFI tablesPavel Balaev2021-07-034-1/+319
* bsdinstall: Also copy /var/db/zoneinfoJose Luis Duran2021-06-301-0/+1
* man: Build manpages for all architecturesFernando Apesteguía2021-06-302-0/+11
* portsnap: Remove superfluous semicolonsColin Percival2021-06-291-5/+5
* portsnap: Shorten 'Skipping' output linesColin Percival2021-06-291-0/+5
* bhyve: Fix NVMe iovec construction for large IOsChuck Tuffli2021-06-271-1/+1
* bhyve: fix NVMe MDTS commentChuck Tuffli2021-06-251-5/+3
* bsdinstall: Avoid double-mounting /devRyan Moeller2021-06-231-2/+0
* rpc.lockd: Use libc strnlen() instead of reimplementing itMark Johnston2021-06-231-12/+0
* pkgbase: Put the mibs and defs in the bnsmp packageEmmanuel Vadot2021-06-191-0/+3
* pkgbase: Move ctld/ctladm to iscsi packageEmmanuel Vadot2021-06-193-3/+3
* pkgbase: Create a FreeBSD-nfs packageEmmanuel Vadot2021-06-1911-0/+22
* jail: Don't allow substitution of valueless jail parameters.Jamie Gritton2021-06-181-1/+1
* periodic: by default, skip 221.backup-gpart in jailsAlan Somers2021-06-181-1/+6
* secure/caroot, certctl: Rename secure/caroot/blacklistedCeri Davies2021-06-184-60/+64
* config(8): Remove obsolete 'config' directive.Warner Losh2021-06-173-22/+0
* bsdinstall: add a new mirror in BulgariaPhilip Paeps2021-06-171-0/+1
* bsdconfig: add a new mirror in BulgariaPhilip Paeps2021-06-172-0/+2
* bsnmp: Fix incorrect use of libpfctlKristof Provost2021-06-171-2/+2
* bhyve: Fix cli regression with NVMe ramChuck Tuffli2021-06-161-1/+22
* makefs: Cast daddr_t to off_t before multiplicationNathaniel Filardo2021-06-152-4/+4
* cpucontrol: fix extended signature matching code to avoid fallthoughDan Nelson2021-06-141-2/+2
* wpa: The ap library is not needed by wpa_supplicant or wpa_cliCy Schubert2021-06-142-3/+2
* bhyve: enhance debug info for memory range clashRobert Crowston2021-06-131-2/+4
* syslogd: fix WITHOUT_INET buildsArtem Khramov2021-06-131-0/+2
* bhyve vtblk: Inform guests of disk resize events.John Baldwin2021-06-121-1/+14
* bhyve: Split out a lower-level helper for VirtIO interrupts.John Baldwin2021-06-121-5/+16
* bhyve: Add support for handling disk resize events to block_if.John Baldwin2021-06-122-1/+67
* bhyve: Add support for EVFILT_VNODE mevents.John Baldwin2021-06-122-6/+36
* bhyve: Register new kevents synchronously.John Baldwin2021-06-121-33/+63
* bsdinstall: Allow automation in jailseoli3n2021-06-111-16/+42
* ancontrol: Remove an(4) utilityEmmanuel Vadot2021-06-115-2365/+0
* Add a virtio-input device emulation.Corvin Köhne2021-06-086-2/+828
* fifolog: Rename yyparse() to getdate_yyparse().Poul-Henning Kamp2021-06-072-55/+2
* usbdump: style: Sort case statements alphabeticallyWarner Losh2021-06-041-17/+17
* wpa: Fix GCC 6 buildCy Schubert2021-06-043-9/+10
* uefisign: fix SizeOfHeaders sanity check.Kenneth Camann2021-06-031-1/+1
* bsdinstall: Fix typo (Instalation -> Installation).Navdeep Parhar2021-06-031-1/+1
* wpa: Fix a SIGBUS error in wpa_sm_set_rekey_offloadCy Schubert2021-06-0322-85/+191