summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clarify a warning message.kientzle2012-10-291-1/+2
* Fix bug introduced by r241902 (MANIFEST uses TAB delimiter).dteske2012-10-271-1/+1
* While 'make universe' passed this didn't work with clang.eadler2012-10-261-0/+2
* Resurrect and integrate stable/9/usr.sbin/sysinstall/help/usermgmt.hlpdteske2012-10-263-2/+96
* This utility builds without NO_WCAST_ALIGNeadler2012-10-261-2/+0
* Remove unnecessary quotation to clean things up.dteske2012-10-261-1/+1
* Don't mask fwe(4) lp(4) or plip(4) devices from ifconfig(8) list.dteske2012-10-261-3/+0
* Resurrect and integrate stable/9/sysinstall/help/tcp.hlpdteske2012-10-263-3/+46
* Tighten-up displays that use a NULL prompt (e.g., networking and usermgmt).dteske2012-10-261-1/+1
* Fix copy/paste error.dteske2012-10-261-1/+1
* Switch from using a msgbox to display help files to a textbox instead. Thedteske2012-10-264-40/+81
* Second attempt to add @every_second keyword support. Due to multiplesobomax2012-10-254-30/+149
* When Xdialog(1) is passed a NULL argument to its `--help' option, Xdialog(1)dteske2012-10-252-2/+2
* Let lpr build with -Wmissing-variable-declarations.ed2012-10-257-21/+14
* For PCI Express capability, if max link width is greater than zero, printjimharris2012-10-251-0/+26
* PRIV_START and PRIV_END were reversed.eadler2012-10-241-2/+2
* Avoid changing IFS in a global context as this can sometimes causeeadler2012-10-241-7/+8
* Add the release package directory for 9.1-RELEASE.kensmith2012-10-241-0/+1
* Optimize syntax to use builtins and reduce unnecessary forking where possible.dteske2012-10-222-14/+10
* Resurrect usage.hlp and securelevel.hlp from sysinstall(8) and integrate themdteske2012-10-228-27/+149
* Check the return error of set[ug]id. While this can never fail in theeadler2012-10-2213-118/+137
* Fix typo in error when unable to create TCP socketeadler2012-10-221-1/+1
* Check the return error of set[e][ug]id. While this can never fail in theeadler2012-10-222-3/+7
* remove duplicate semicolons where possible.eadler2012-10-222-2/+2
* Warn users when using pkg tools if it looks like theyeadler2012-10-229-1/+46
OpenPOWER on IntegriCloud