aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Change ed(4), ep(4), and fxp(4) examples to em(4).Brooks Davis2019-05-181-2/+2
* bhyve virtio needs barriersRodney W. Grimes2019-05-181-0/+16
* Fix mergemaster after r347638 and the master.passwd / group move.Brad Davis2019-05-162-4/+9
* Allow loading the same DMA address multiple times without any priorTycho Nightingale2019-05-161-1/+0
* Replace the leap-seconds file in r347488 from USNO with aXin LI2019-05-151-76/+111
* Replace global list for grouplist with list(s) for each exportlist element.Rick Macklem2019-05-141-13/+10
* Factor code into two new functions in preparation for a future commit.Rick Macklem2019-05-111-64/+84
* Update leap-seconds to leap-seconds.3757622400.Xin LI2019-05-111-105/+75
* Factor out some exportlist list operations into separate functions.Rick Macklem2019-05-101-13/+38
* efibootmgr: Do not add the new boot entry in dry-run is specifiedEmmanuel Vadot2019-05-101-2/+3
* nfsd.8: Fix mandoc -Tlint and igor warningsMateusz Piotrowski2019-05-091-44/+23
* Ensure that only one command is specified at a time in mlx5tool(8).Hans Petter Selasky2019-05-081-0/+10
* Implement firmware reset from userspace in mlx5tool(8).Hans Petter Selasky2019-05-082-2/+32
* Document userspace firmware flash in mlx5tool(8) and mlx5io(4).Hans Petter Selasky2019-05-081-2/+11
* Implement userspace firmware update for ConnectX-4/5/6.Hans Petter Selasky2019-05-081-3/+62
* Rename mlx5_fwdump_addr to more neutral mlx5_tool_addr in mlx5core.Hans Petter Selasky2019-05-081-5/+5
* Fix typo.Hans Petter Selasky2019-05-081-2/+2
* Fix style.Hans Petter Selasky2019-05-081-1/+1
* Fix `clang -Wcast-qual` issuesEnji Cooper2019-05-041-14/+8
* Increase the VirtIO segment count to support modern Windows guests.John Baldwin2019-05-023-4/+21
* Respect quotes and escapes when splitting exports fields.Alexander Motin2019-04-301-11/+20
* Retry upon NET_RT_IFLIST sysctl failure.Mark Johnston2019-04-301-17/+36
* Add #ifdef INET6 around declaration of nbuf.Rick Macklem2019-04-281-0/+4
* Make bhyve SMBIOS table topology awareRodney W. Grimes2019-04-252-1/+12
* Acpi MADT table correction for VM_MAXCPU > 21Rodney W. Grimes2019-04-251-8/+23
* Add support to nfsdumpstate for printing of INET6 addresses for locks.Rick Macklem2019-04-251-5/+21
* bsdinstall: up the interface before calling dhclientEmmanuel Vadot2019-04-251-0/+1
* Parse MIPS relocations to unbreak kldxref on MIPS.John Baldwin2019-04-241-0/+99
* Keep two versions of the FreeBSD.conf pkg configuration file; one whichColin Percival2019-04-243-1/+19
* MFV r346563:Cy Schubert2019-04-231-1/+2
* Update the spelling of my nameEnji Cooper2019-04-221-1/+1
* Use separate descriptors in bhyve's stdio uart backend.Mark Johnston2019-04-221-61/+71
* cron(8): schedule interval jobs that get loaded during executionKyle Evans2019-04-202-5/+24
* config: Only warn if duplicate option/device comes from the same fileEmmanuel Vadot2019-04-162-6/+15
* Remove INDEX-10 reference, as 10.x is now EoL.Glen Barber2019-04-161-1/+0
* config(8): replace opteq with a call to strcasecmpKyle Evans2019-04-151-19/+2
* cron(8): Add MAILFROM ability for crontabsKyle Evans2019-04-153-5/+16
* Revert r345171 pending reviewChuck Tuffli2019-04-131-4/+1
* Fix nfsdumpstate(8) so that it can print out INET6 callback addresses.Rick Macklem2019-04-132-3/+27
* Fix thread name buffer overflow.Alexander Motin2019-04-121-3/+3
* Fix segfault that could occur on "automount -LL".Edward Tomasz Napierala2019-04-101-1/+3
* Fix restoring the geometry when recovering from an error. Just restore theBruce Evans2019-04-081-3/+2
* Stop compiling bhyve(8) with -O0.Mark Johnston2019-04-071-2/+0
* Fix indentation.Mark Johnston2019-04-071-68/+68
* Delete the BUGS entry related to failing when jails are enabled.Rick Macklem2019-04-061-7/+1
* Fix nfsuserd so that it handles the mapped localhost address when jailsRick Macklem2019-04-062-15/+198
* Fix gcc warning about shadowed global.Konstantin Belousov2019-04-051-4/+4
* Implement devctl(8) command 'reset', using DEV_RESET /dev/devctl2 ioctl.Konstantin Belousov2019-04-052-2/+70
* bhyve: Fix NVMe data structure copy to guestChuck Tuffli2019-04-051-17/+68
* bhyve: Fix NVMe BAR size calculationChuck Tuffli2019-04-051-2/+12