summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Add missed BETA* to list.gjb2012-12-091-1/+1
* Get 'uname -r' earlier, so it can be used to determine what branch isgjb2012-12-091-1/+12
* A number of places in the source tree still reference cuad.* aftereadler2012-12-086-19/+19
* remove redundant yyparse declarationsbapt2012-12-051-1/+0
* - Move definition of V_deembed_scopeid to scope6_var.h.hrs2012-12-051-48/+6
* Simplify string duplication: use strdup instead of malloc + strcpyeadler2012-12-051-6/+5
* Avoid overflowing the file buffereadler2012-12-051-1/+1
* Use strdup instead of malloc + strcpyeadler2012-12-051-6/+4
* Avoid overflow of file buffereadler2012-12-051-1/+1
* Remove useless check for NULL prior to free.eadler2012-12-052-4/+2
* Remove pointless check for the existence of /usr/bin/less which existseadler2012-12-051-13/+1
* Add ability to mergemaster to permit the user to typeeadler2012-12-051-0/+5
* if PACKAGESITE url scheme is not 'file://', always try to revolv SRV records andbapt2012-12-054-9/+222
* Remove snapshots.jp.freebsd.org. It stopped working years ago.joel2012-12-041-1/+0
* - Remove snapshots.se.freebsd.org [1]joel2012-12-031-1/+1
* Document maxthreads and minthreads argumentsalfred2012-12-021-2/+13
* Merge a number of changes required to hook up OpenBSM 1.2-alpha2'srwatson2012-12-012-0/+35
* Don't allow minthreads > maxthreads.alfred2012-11-281-0/+4
* Fix typo.alfred2012-11-281-1/+1
* Autoconfigure nfsd threads based on ncpu.alfred2012-11-271-20/+97
* Allow setting of NULL titles with f_dialog_[back]title().dteske2012-11-271-2/+2
* Change self-initialization to occur when loaded versus the previous behaviordteske2012-11-271-34/+5
* Comments.dteske2012-11-271-2/+2
* Provide an option to users to shoot themselves in the foot.eadler2012-11-268-7/+45
* Use modern license instead of being consistent with the other pkg_ toolseadler2012-11-263-11/+25
* Split IP address validation routines and improve error detection for dotted-dteske2012-11-252-37/+91
* Whitespace.dteske2012-11-244-4/+4
* Add IPv6 address-validation routine.dteske2012-11-242-2/+157
* - Use sin6_scope_id instead of sin6_addr.s6_addr[2].hrs2012-11-231-17/+11
* Merge ACPICA 20121114.jkim2012-11-202-4/+5
* In NIS mode first chmod(2) the temporary file and is succeed then rename(2)bapt2012-11-201-2/+2
* Correctly set the password file mode after renaming in NIS modebapt2012-11-201-0/+2
* Remove unneeded includes.eadler2012-11-201-2/+0
* Minor mdoc fix.joel2012-11-181-1/+1
* Standardize EXIT STATUS instructions in man pages when possible.eadler2012-11-181-4/+2
* - Increase the number of retry for NET_RT_DUMP from 5 to 15.hrs2012-11-182-9/+140
* Overhaul of route6d(8):hrs2012-11-181-445/+392
* Use sin6_scope_id instead of KAME-specific embedded scope id.hrs2012-11-181-27/+8
* Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel tohrs2012-11-171-24/+0
* Replicate a feature from sysinstall documented indteske2012-11-1644-103/+216
* This wasn't supposed to be in there - I committed the wrong patch.eadler2012-11-151-1/+0
* Add support for a -q flag. While here make the custom argument parsingeadler2012-11-152-13/+30
* Be declarative about if an error has occured.eadler2012-11-151-8/+8
* Fix error code if file isn't readable.eadler2012-11-151-1/+1
* Check the range of the gideadler2012-11-151-0/+15
* Add a missing check for freadeadler2012-11-151-0/+2
* Document all of the options that wpa_supplicant accepts.issyl02012-11-071-21/+50
* Replace log(3) with flsll(3) for watchdogd(8) and drop libm dependency.delphij2012-11-032-3/+4
* If no contents keyword is specified, the default for files issjg2012-11-031-0/+47
* Teach pw(8) about how to use pw/gr API to reduce code duplicationbapt2012-10-3014-620/+175
OpenPOWER on IntegriCloud