aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Add support for Audio Sink and Audio Source profiles to sdpd(8).Hans Petter Selasky2019-01-304-1/+382
* Fix 32-bit buildworld broken by r343438.Cy Schubert2019-01-251-1/+1
* Use ACPI TPM2 table to probe tpmtis and tpmcrb device.Takanori Watanabe2019-01-251-1/+14
* Fix a typo/wordsmith a description modified in r343407Enji Cooper2019-01-241-2/+3
* freebsd-update: Clarify unsupported upgrade messageEd Maste2019-01-241-1/+10
* freebsd-update: fix style from r343271 changeEd Maste2019-01-241-14/+14
* freebsd-update: Stop installing empty component setsEd Maste2019-01-241-1/+1
* freebsd-update: open $PAGER only if necessaryEd Maste2019-01-241-23/+20
* Silence Clang Scan warning about use of unitialized variable.Stefan Eßer2019-01-231-2/+4
* Silence a CI warning regarding the use of strcpy().Stefan Eßer2019-01-221-2/+1
* freebsd-update: Allow upgrade from pre-release buildsEd Maste2019-01-211-11/+17
* freebsd-update: Update /etc/passwd after password db changesEd Maste2019-01-211-3/+4
* frebsd-update: fix --currently-running after r343122Ed Maste2019-01-211-0/+1
* Clarify error messages a bit.Dmitry Morozovsky2019-01-181-3/+3
* freebsd-update.8: mandoc -Tlint fixesEd Maste2019-01-181-3/+6
* freebsd-update: Use BASEDIR when checking for src componentEd Maste2019-01-181-1/+1
* freebsd-update: Clarify unsupported release upgrade error messageEd Maste2019-01-171-1/+22
* Workaround for nscd(8) failure with large entries.Edward Tomasz Napierala2019-01-171-0/+7
* Re-add new small tool trim(8) to delete contents for blocksEugene Grosbein2019-01-174-0/+386
* jail(8): stop crashing with SIGSEGV inside run_command() functionEugene Grosbein2019-01-171-1/+1
* Fix broken uart on Win2016 guest.Marcelo Araujo2019-01-161-0/+7
* Use capsicum_helpers(3) that allow us to simplify the code and its functionsMarcelo Araujo2019-01-1613-32/+55
* This new version of bluetooth-config.sh tries to follow the style of otherLars Engels2019-01-141-192/+228
* Fix duplication.Baptiste Daroussin2019-01-111-111/+0
* Add `bluetooth-config` script to simplify setting up bluetooth connections toLars Engels2019-01-114-0/+504
* Fix spelling of identifierRodney W. Grimes2019-01-111-1/+1
* cpucontrol: check for the supposed firmware file type and skipKonstantin Belousov2019-01-111-0/+2
* powerd(8): allow to force a method of battery state queryAndriy Voskoboinyk2019-01-062-9/+55
* Capsicumize rtsol(8) and rtsold(8).Mark Johnston2019-01-0511-703/+1061
* Fix bhyve's NVMe Completion Queue entry valuesChuck Tuffli2019-01-041-0/+1
* Fix bhyve's NVMe queue bookkeepingChuck Tuffli2019-01-041-46/+82
* Update the efibootmgr(8) man page to document changes to options.Rebecca Cran2019-01-011-13/+14
* Use the --activate efibootmgr(8) flag when creating entries in bootconfigRebecca Cran2018-12-311-7/+1
* Fix ESP generation when using a gmirror, and when booting from RO mediumRebecca Cran2018-12-311-8/+15
* Change the way efibootmgr works by specifying bootnum via -b parameterRebecca Cran2018-12-311-17/+22
* Improve the efibootmgr(8) man pageRebecca Cran2018-12-281-33/+33
* There is no way of escaping literal $ signs in auto_master(5), whichChris Rees2018-12-282-1/+4
* Amend the `-i batt' option description and explain that the batteryAlexey Dokuchaev2018-12-271-2/+4
* Activate support for efibootmgr(8) -b --bootnum parameterRebecca Cran2018-12-241-1/+2
* config(8): Remove all instances of an option when opting outKyle Evans2018-12-221-2/+1
* config(8): Allow duplicate options to be specifiedKyle Evans2018-12-221-14/+20
* Fix passing wrong variables to nvlist_destroy() after r333446.Alexander Motin2018-12-211-4/+4
* Rework UEFI ESP generationRebecca Cran2018-12-205-56/+139
* Fix alignment issue in uefisignMarcin Wojtas2018-12-191-8/+14
* Remove iBCS2, part1: userspaceMateusz Guzik2018-12-192-22/+0
* periodic/weekly/340.noid: do not use sysrc(8) that dependsEugene Grosbein2018-12-151-2/+13
* Remove, the now very outdated, timed.George V. Neville-Neil2018-12-1528-6043/+0
* Remove CTM from 13-CURRENT after the release of FreeBSD-12.0.Stefan Eßer2018-12-1539-5559/+0
* pwm(8): Add percentage value support for duty cycleEmmanuel Vadot2018-12-142-5/+16
* pwm: Convert period and duty to unsigned intEmmanuel Vadot2018-12-141-3/+3