aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Add an additional, libucl-based configuration file parser to ctld.Jakub Wojciech Klama2016-02-035-93/+1023
* f_substr(): Optimized recipe if running under bashDevin Teske2016-02-031-69/+104
* Remove SIG prefix from trapped signalsDevin Teske2016-02-031-5/+4
* f_substr: Write to stdout when no `-v var_to_set'Devin Teske2016-02-031-1/+5
* Remove trailing whitespaceDevin Teske2016-02-031-2/+2
* Define f_sprintf() dynamically at inclusion timeDevin Teske2016-02-031-12/+17
* Revert r295169 and switch `\ ' to `" "'Devin Teske2016-02-021-2/+2
* Fix a typo in a commentDevin Teske2016-02-021-1/+1
* - Note that devctl(8) will appear in 10.3 first.John Baldwin2016-02-021-2/+2
* Bump version to 7.1 for +=/-= fixDevin Teske2016-02-021-2/+2
* For +=/-=, add . and / to convenience charactersDevin Teske2016-02-022-2/+10
* Replace (Qo \ Qc) with (Qo (space) Qc)Devin Teske2016-02-021-3/+3
* Utilize new `-v var_to_set' of f_snprintf()Devin Teske2016-02-013-9/+9
* Move awk(1)-dependent recipes to the bottomDevin Teske2016-01-311-114/+114
* Move f_isinteger() to the topDevin Teske2016-01-311-10/+10
* Move f_vsprintf() below f_sprintf()Devin Teske2016-01-311-10/+10
* Move f_sprintf() above f_snprintf()Devin Teske2016-01-311-15/+15
* Optimize f_substr() to use built-ins onlyDevin Teske2016-01-311-32/+57
* Optimize f_sprintf() for bashDevin Teske2016-01-311-1/+9
* Reset OPTIND to 1 in f_device_find()Devin Teske2016-01-311-2/+2
* The zfsboot automated part of bsdinstall now supports UEFIAllan Jude2016-01-301-68/+47
* Improve reporting of connection problems in iscsid(8).Edward Tomasz Napierala2016-01-271-7/+14
* syslogd: Enable repeated line compression for lines of any length.Alan Somers2016-01-271-1/+1
* Require /sbin/mount_cd9660 when running the cd9660 testsEnji Cooper2016-01-271-0/+2
* Replace awk with more efficient builtins-only algoDevin Teske2016-01-271-9/+55
* Use dpv(1) in `bsdconfig packages'Devin Teske2016-01-273-9/+14
* Fix ABI parsingDevin Teske2016-01-271-2/+6
* Change incorrect pathDevin Teske2016-01-271-2/+2
* Remove uathload from build due to issue with GCC 5.2.0:Ruslan Bukin2016-01-261-0/+2
* Cleanup unused-but-set-variable spotted by gcc-4.9.Marcelo Araujo2016-01-262-7/+2
* The <libutil.h> is an ordinary header file; should sort just like any other.Edward Tomasz Napierala2016-01-246-11/+6
* Fix a typo in a commentDevin Teske2016-01-241-1/+1
* MFV r294491: ntp 4.2.8p6.Xin LI2016-01-2210-34/+106
* Switch from FD_SETSIZE to getdtablesize(2) as it can make the FD to beMarcelo Araujo2016-01-221-9/+6
* Add "vidcontrol -i active", to print out active vty number,Edward Tomasz Napierala2016-01-192-6/+23
* mdoc: sort XrJoel Dahl2016-01-181-3/+3
* Don't bother checking an ip[46].addr netmask/prefixlen. This is alreadyJamie Gritton2016-01-161-18/+3
* Never 4k align the MBR bootpool because zfsldr can not deal with a gapAllan Jude2016-01-161-1/+3
* Clear errno before calling getpw*.Jamie Gritton2016-01-161-0/+1
* Adjust previous fix to conform to the existing style in this file.John Baldwin2016-01-141-2/+1
* bsdinstall: Suggest the GPT+Active workaround on Dell T5810Eric van Gyzen2016-01-141-1/+1
* Add support for relocating AArch64 modules to kldxref. This fixes an errorAndrew Turner2016-01-131-0/+77
* Remove some unneeded headersBaptiste Daroussin2016-01-131-7/+0
* Fix Coverity warnings regarding r293229Alan Somers2016-01-132-5/+28
* ypldap(8) is a feature ready to be used to translate nis(8) database to ldap(3).Marcelo Araujo2016-01-132-3/+6
* Add a basic bhyvectl manpage.Christian Brueffer2016-01-122-1/+98
* Fix bhyve(1) operation on vmnet devices, broken in r293459.Gleb Smirnoff2016-01-101-1/+2
* Fix improper duration for f_dialog_pause() APIDevin Teske2016-01-091-1/+0
* Fix version number.Xin LI2016-01-091-1/+1
* Add netmap support for bhyveGeorge V. Neville-Neil2016-01-091-32/+273