summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Document the ability to override compiled-in env and hints using variablesian2016-02-211-3/+6
* Fix possible out-of-bounds access detected by Ulrich Spörleins "scan-build".se2016-02-191-19/+15
* Use __unused instead of casting to void to silence the unused parameterse2016-02-182-10/+4
* Fix compiler warnings in iostatasomers2016-02-182-24/+25
* Make WARNS=6 safe.se2016-02-183-10/+19
* Use the _SAFE loop variant, since the loop body may remove queue entries.markj2016-02-181-2/+3
* crontab: ftruncate() with ftello() instead of ftell().pfg2016-02-161-1/+1
* cron: use (char *)NULL instead of (char *)0 in execle.pfg2016-02-161-2/+3
* Revert r295648 for now.bdrewery2016-02-161-4/+4
* DIRDEPS_BUILD: Update dependencies.bdrewery2016-02-161-0/+2
* Remove the need for overriding depend.bdrewery2016-02-161-4/+4
* Add missing dependency on sys/conf/newvers.sh.bdrewery2016-02-161-2/+2
* Don't check CmdSN for initial login request.mav2016-02-121-3/+4
* Use the new insecure-lan-zones option instead of listing each AS112 zonedes2016-02-111-25/+1
* Remove unbound-contrl-setup since we use a local control socket whichdes2016-02-111-1/+0
* 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
OpenPOWER on IntegriCloud