summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix .Xr - autofs(5) is section 5, not 8.trasz2016-02-281-2/+2
* pciconf: Silence a GCC warning.pfg2016-02-261-1/+1
* Update dependencies.bdrewery2016-02-261-1/+2
* Add option -C to have the guest memory included in core files.marcel2016-02-262-2/+12
* Support version 4 of the userboot structure by implementing themarcel2016-02-261-1/+20
* Change format string in pciconf EA to jxwma2016-02-261-3/+3
* Add support for Enhanced Allocation in pciconfwma2016-02-261-0/+138
* Convert casperd(8) daemon to the libcasper.oshogbo2016-02-252-3/+4
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-2454-638/+0
* Following revision r295924, the changes to a db file should be fsynceddwmalone2016-02-231-4/+4
* Fix the usr.sbin/iostat build with GCC, broken by r295768asomers2016-02-221-9/+9
* 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
OpenPOWER on IntegriCloud