summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix conditional expression: previously a bit vector was being operatedeadler2012-10-221-1/+1
* Move uniq() prototype into extern.h.ed2012-10-203-3/+2
* More -Wmissing-variable-declarations fixes.ed2012-10-206-24/+61
* Remove redundant code.ed2012-10-204-60/+35
* Indent ecaps the same way we indent caps.imp2012-10-191-1/+1
* More -Wmissing-variable-declarations fixes.ed2012-10-1923-92/+73
* Add missing const keywords.ed2012-10-191-4/+4
* More-accurately replicate the help system from sysinstall(8). However, alsodteske2012-10-185-5/+61
* Fix a bug where blank lines were not being counted (because awk's split()dteske2012-10-181-1/+1
* make sure that socket's send and receive buffers are properly sizedemax2012-10-182-1/+45
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-185-5/+0
* Fix typo.dteske2012-10-181-1/+1
* Fully backout latest changes.sobomax2012-10-182-49/+6
* Ask to become root via sudo(8) and give user ability to save this preference.dteske2012-10-172-0/+65
* Remove harmless, but superfluous local change that creeped in alongsobomax2012-10-171-1/+0
* Revert latest changes to cron, until better version is worked out (I hope).sobomax2012-10-174-45/+10
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingattilio2012-10-172-6/+0
* o Use nanosleep(2) to sleep exact amount of time till the next second,sobomax2012-10-171-6/+48
* Properly handle non-keyword case by setting e->second to 0.sobomax2012-10-161-0/+1
* Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingattilio2012-10-162-2/+1
* Add per-second scheduling into the cron(8). Right now it'ssobomax2012-10-154-9/+45
OpenPOWER on IntegriCloud