summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Don't leak 'var'.delphij2015-09-031-1/+3
* Minor code cleanups (no functional changes).dteske2015-09-021-14/+12
* It's 2015, and some people are still trying to use fdisk and thentrasz2015-09-021-3/+2
* Bump version for altered long-opts processingdteske2015-09-011-1/+1
* Simplify long-option processingdteske2015-09-011-14/+10
* Bump version for prior fix (SVN r287381)dteske2015-09-011-1/+1
* Style: Remove whitespace around brackets from function syntax optionsdteske2015-09-011-1/+1
* Comment for escape() function.dteske2015-09-011-0/+8
* Commentdteske2015-09-011-1/+1
* Properly escape arguments when moving into jail or chrootdteske2015-09-011-1/+22
* Style: commentsdteske2015-09-011-4/+4
* Style consistency: add single space before each `;;' case entrydteske2015-09-011-19/+19
* Remove `SYSRC_' prefix from $SYSRC_VERBOSE (prefix unnecessary sincedteske2015-09-011-12/+12
* Fix an off by one error in r283613: Like regular ffs(), CPU_FFS() returnsjhb2015-09-011-1/+1
* Check and fail if drop of privileges failed.delphij2015-09-011-2/+4
* die() would never return, mark it as so.delphij2015-08-271-1/+1
* Plug a possible memory leak.delphij2015-08-271-1/+2
* Merge ACPICA 20150818.jkim2015-08-261-1/+1
* Sync ypwhich(1) code with the OpenBSD version that is more modern.araujo2015-08-253-2/+413
* Some random tweaks to ctl.conf(5).trasz2015-08-241-12/+38
* Add static and remove unused variables.hrs2015-08-241-44/+50
* Remove obsolete API (SIOCGDRLST_IN6 and SIOCGPRLST_IN6) support.hrs2015-08-241-201/+0
* Make it clear that we're ignoring the return value fread(3). Allimp2015-08-241-1/+1
* Fix err pointer not initialized to NULL resultingbapt2015-08-212-0/+16
* Turn off gcc's uninitialized warnings for this code. Theyimp2015-08-211-0/+1
* Fix typo in regression testbapt2015-08-211-1/+1
* Fix /home symlink creationbapt2015-08-212-1/+14
* Fix useradd regression:bapt2015-08-212-2/+67
* Add ATF functional tests for fstyp(8). No ZFS or GELI tests yet.asomers2015-08-209-0/+255
* Add a new exit-timeout option to watchdogd.ian2015-08-192-8/+26
* Issue warning and refuse to proceed further if the configureddelphij2015-08-191-2/+14
* Serve /etc/eui64 via NIS.asomers2015-08-183-5/+42
* Belatedly fix documentation on which interface to use as argument.glebius2015-08-171-3/+3
* Add simple (no-op) emulations for the CHECK_POWER_MODE,grehan2015-08-171-0/+6
* Drop "internal" CTL frontend.mav2015-08-153-256/+1
* Regression: fix pw usermod -w xxxbapt2015-08-142-0/+16
* Fix a few mandoc warnings.brueffer2015-08-123-4/+1
* Another small typo.mav2015-08-111-1/+1
* Fix minor typo.mav2015-08-111-1/+1
* style(9) requires a space here.araujo2015-08-111-1/+1
* Sync the code with OpenBSD.araujo2015-08-112-44/+42
* Rather than hardcoding a string and limiting the comparison to thesebz2015-08-101-1/+1
* Remove bad call to shutdown().ed2015-08-101-6/+0
* Refactor early stages of security negotiation.mav2015-08-081-73/+77
* Remove some code duplication.mav2015-08-081-7/+1
* Manpage cleanup.brueffer2015-08-071-12/+23
* Add regression tests for a bug reported in stable/10bapt2015-08-051-0/+9
* Set f_file to -1/F_UNUSED when after closing when possiblengie2015-08-051-8/+20
* Ensure the local MANIFEST is always used when verifying remotesvnmir2015-08-041-1/+1
* Avoid calling strlen() where we can use the strspn() return value.ed2015-08-032-9/+9
OpenPOWER on IntegriCloud