summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Remove man page references to rndassociates.com, which has been taken overjamie2016-02-102-2/+0
* Remove O_SYNC from the options passed to dbmopen().se2016-02-101-1/+1
* Rename P_KTHREAD struct proc p_flag to P_KPROC.kib2016-02-091-1/+1
* Provide a future release as an example, instead of a historical one.glebius2016-02-051-1/+1
* Add an additional, libucl-based configuration file parser to ctld.jceel2016-02-035-93/+1023
* f_substr(): Optimized recipe if running under bashdteske2016-02-031-69/+104
* Remove SIG prefix from trapped signalsdteske2016-02-031-5/+4
* f_substr: Write to stdout when no `-v var_to_set'dteske2016-02-031-1/+5
* Remove trailing whitespacedteske2016-02-031-2/+2
* Define f_sprintf() dynamically at inclusion timedteske2016-02-031-12/+17
* Revert r295169 and switch `\ ' to `" "'dteske2016-02-021-2/+2
* Fix a typo in a commentdteske2016-02-021-1/+1
* - Note that devctl(8) will appear in 10.3 first.jhb2016-02-021-2/+2
* Bump version to 7.1 for +=/-= fixdteske2016-02-021-2/+2
* For +=/-=, add . and / to convenience charactersdteske2016-02-022-2/+10
* Replace (Qo \ Qc) with (Qo (space) Qc)dteske2016-02-021-3/+3
* Utilize new `-v var_to_set' of f_snprintf()dteske2016-02-013-9/+9
* Move awk(1)-dependent recipes to the bottomdteske2016-01-311-114/+114
* Move f_isinteger() to the topdteske2016-01-311-10/+10
* Move f_vsprintf() below f_sprintf()dteske2016-01-311-10/+10
* Move f_sprintf() above f_snprintf()dteske2016-01-311-15/+15
* Optimize f_substr() to use built-ins onlydteske2016-01-311-32/+57
* Optimize f_sprintf() for bashdteske2016-01-311-1/+9
* Reset OPTIND to 1 in f_device_find()dteske2016-01-311-2/+2
* The zfsboot automated part of bsdinstall now supports UEFIallanjude2016-01-301-68/+47
* Improve reporting of connection problems in iscsid(8).trasz2016-01-271-7/+14
* syslogd: Enable repeated line compression for lines of any length.asomers2016-01-271-1/+1
* Require /sbin/mount_cd9660 when running the cd9660 testsngie2016-01-271-0/+2
* Replace awk with more efficient builtins-only algodteske2016-01-271-9/+55
* Use dpv(1) in `bsdconfig packages'dteske2016-01-273-9/+14
* Fix ABI parsingdteske2016-01-271-2/+6
* Change incorrect pathdteske2016-01-271-2/+2
* Remove uathload from build due to issue with GCC 5.2.0:br2016-01-261-0/+2
* Cleanup unused-but-set-variable spotted by gcc-4.9.araujo2016-01-262-7/+2
* The <libutil.h> is an ordinary header file; should sort just like any other.trasz2016-01-246-11/+6
* Fix a typo in a commentdteske2016-01-241-1/+1
* MFV r294491: ntp 4.2.8p6.delphij2016-01-2210-34/+106
* Switch from FD_SETSIZE to getdtablesize(2) as it can make the FD to bearaujo2016-01-221-9/+6
* Add "vidcontrol -i active", to print out active vty number,trasz2016-01-192-6/+23
* mdoc: sort Xrjoel2016-01-181-3/+3
* Don't bother checking an ip[46].addr netmask/prefixlen. This is alreadyjamie2016-01-161-18/+3
* Never 4k align the MBR bootpool because zfsldr can not deal with a gapallanjude2016-01-161-1/+3
* Clear errno before calling getpw*.jamie2016-01-161-0/+1
* Adjust previous fix to conform to the existing style in this file.jhb2016-01-141-2/+1
* bsdinstall: Suggest the GPT+Active workaround on Dell T5810vangyzen2016-01-141-1/+1
* Add support for relocating AArch64 modules to kldxref. This fixes an errorandrew2016-01-131-0/+77
* Remove some unneeded headersbapt2016-01-131-7/+0
* Fix Coverity warnings regarding r293229asomers2016-01-132-5/+28
* ypldap(8) is a feature ready to be used to translate nis(8) database to ldap(3).araujo2016-01-132-3/+6
* Add a basic bhyvectl manpage.brueffer2016-01-122-1/+98
OpenPOWER on IntegriCloud