aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Put advertising data in correct place.Hans Petter Selasky2020-04-251-0/+1
* freebsd-update: rehash certsKyle Evans2020-04-251-1/+6
* Rename two commands to match the Bluetooth specification in hccontrol(8).Hans Petter Selasky2020-04-241-9/+9
* Add support for LE advertising to hccontrol(8).Hans Petter Selasky2020-04-242-1/+218
* trim(8): candelete() returns wrong results because fd is opened O_WRONLYAllan Jude2020-04-231-1/+1
* Add VIRTIO_BLK_T_DISCARD (TRIM) support to the bhyve virtio-blk backendAllan Jude2020-04-232-24/+133
* Add support for Read_Local_Supported_Commands command to hccontrol(8).Hans Petter Selasky2020-04-224-0/+534
* Improve formatting of synopsis sectionMateusz Piotrowski2020-04-221-14/+31
* Update string tables in hccontrol(8).Hans Petter Selasky2020-04-211-14/+2185
* Substitute le_read_supported_status with le_read_supported_states.Hans Petter Selasky2020-04-201-12/+18
* Fix cut and paste off-by-one error in hccontrol(8).Hans Petter Selasky2020-04-191-0/+3
* Improve printing of le features in hccontrol(8).Hans Petter Selasky2020-04-193-6/+139
* Bring HCI error messages up-to-date.Hans Petter Selasky2020-04-191-1/+29
* Change the type of "len" to avoid warnings.Rick Macklem2020-04-181-1/+2
* Add missing feature descriptions to hci_features2str().Hans Petter Selasky2020-04-184-4/+54
* jail(8): improve manual and usage information with more clearEugene Grosbein2020-04-172-4/+8
* Add support for some IOCFacts fields that are available with mpr (12Gb)Scott Long2020-04-161-0/+7
* Don't keep a private copy of mpr_ioctl.h and mps_ioctl.h, since theyScott Long2020-04-163-781/+2
* Sync with NetBSD/OpenBSD.Xin LI2020-04-161-46/+71
* Fix a typoMateusz Piotrowski2020-04-151-1/+1
* Document the exit status and the stdout message of nologin(8)Mateusz Piotrowski2020-04-151-4/+21
* bhyve(8): Correct copyright boilerplate for r359950Conrad Meyer2020-04-152-4/+4
* bhyve(8): Minor cosmetic niceties in instemul failureConrad Meyer2020-04-151-7/+6
* bhyve(8): Add VM Generation Counter ACPI deviceConrad Meyer2020-04-157-4/+242
* bhyve(8): Add bootrom allocation abstractionConrad Meyer2020-04-154-28/+107
* Add mention of wireless option in bsdconfigChris Rees2020-04-121-3/+5
* config(8): use sbuf to manage line buffersJason A. Harmening2020-04-121-42/+39
* gpioctl: Print interrupts capabilitiesEmmanuel Vadot2020-04-111-0/+5
* Remove the -o option from gssd(8).John Baldwin2020-04-102-57/+2
* In the past changes have been made to smbios->minor without updating theRodney W. Grimes2020-04-071-1/+1
* Add VIRTIO_NET_F_MTU flag support for the bhyve virtio-net device.Aleksandr Fedorov2020-04-074-0/+67
* config(8): "fix" a couple of buffer overflowsKyle Evans2020-04-071-4/+24
* Normalize deployment tools usage and definitions by putting into one placeMaxim Sobolev2020-04-071-1/+3
* yp*: fix -fno-common buildKyle Evans2020-04-068-9/+11
* adduser: allow standard IFS characters in passwordsKyle Evans2020-04-051-2/+2
* pmc: diable position-independent builds, they fail to link on amd64Brooks Davis2020-04-031-0/+3
* Stop hardcoding WARNS in uefisign(8).Edward Tomasz Napierala2020-04-011-2/+0
* Stop hardcoding WARNS in iscsid(8).Edward Tomasz Napierala2020-04-011-2/+0
* Stop hardcoding WARNS in automount(8) et al.Edward Tomasz Napierala2020-04-011-2/+0
* Use memmove to copy within a bufferAndrew Turner2020-04-011-2/+2
* valectl: fix typo in man pageVincenzo Maffione2020-03-311-2/+2
* Add 'ctld -t', to test configuration file validity.Edward Tomasz Napierala2020-03-312-2/+17
* Bhyve: fix SMBIOS Type 17 table generationRebecca Cran2020-03-311-11/+30
* correct 'disble' typo in hccontrolEd Maste2020-03-301-1/+1
* cron: respect PATH from login.confKyle Evans2020-03-303-34/+79
* config(8): fixes for -fno-commonKyle Evans2020-03-282-9/+20
* bhyve: fix NVMe emulation update of SQHDChuck Tuffli2020-03-271-3/+4
* bhyve: fix NVMe emulation missed interruptsChuck Tuffli2020-03-271-21/+19
* bhyve: use STAILQ in NVMe emulationChuck Tuffli2020-03-271-11/+7
* bhyve: implement NVMe deallocate commandChuck Tuffli2020-03-271-6/+181