aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-1923-92/+73
* Add missing const keywords.Ed Schouten2012-10-191-4/+4
* More-accurately replicate the help system from sysinstall(8). However, alsoDevin Teske2012-10-185-5/+61
* Fix a bug where blank lines were not being counted (because awk's split()Devin Teske2012-10-181-1/+1
* make sure that socket's send and receive buffers are properly sizedMaksim Yevmenkin2012-10-182-1/+45
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingAttilio Rao2012-10-185-5/+0
* Fix typo.Devin Teske2012-10-181-1/+1
* Fully backout latest changes.Maxim Sobolev2012-10-182-49/+6
* Ask to become root via sudo(8) and give user ability to save this preference.Devin Teske2012-10-172-0/+65
* Remove harmless, but superfluous local change that creeped in alongMaxim Sobolev2012-10-171-1/+0
* Revert latest changes to cron, until better version is worked out (I hope).Maxim Sobolev2012-10-174-45/+10
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingAttilio Rao2012-10-172-6/+0
* o Use nanosleep(2) to sleep exact amount of time till the next second,Maxim Sobolev2012-10-171-6/+48
* Properly handle non-keyword case by setting e->second to 0.Maxim Sobolev2012-10-161-0/+1
* Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingAttilio Rao2012-10-162-2/+1
* Add per-second scheduling into the cron(8). Right now it'sMaxim Sobolev2012-10-154-9/+45
* Add a description for the '-S' option to the mountd man page.Rick Macklem2012-10-151-2/+15
* Add a new '-S' option to mountd, which tells it to suspendRick Macklem2012-10-151-2/+11
* Mirror the changes made in SVN r240798:Devin Teske2012-10-141-4/+3
* Remove cvs/cvsup reference.Joel Dahl2012-10-141-5/+1
* SVN r240684 broke the ability of the dot module to map include dependencies.Devin Teske2012-10-131-46/+66
* Some 3G modems return the wrong signature in echo packets and make itNick Hibma2012-10-121-1/+2
* - Fix the error message when a dependency string is not provided toJohn Baldwin2012-10-101-2/+2
* Minor mdoc fixes.Joel Dahl2012-10-073-3/+3
* Add support for bmake. This includes:Marcel Moolenaar2012-10-061-3/+3
* mdoc: begin sentences on a new line.Joel Dahl2012-10-061-10/+20
* Minor mdoc fix.Joel Dahl2012-10-061-1/+1
* Remove trailing whitespace.Joel Dahl2012-10-061-1/+1
* MFV: tcpdump 4.3.0.Xin LI2012-10-052-17/+63
* Provide ability for printing and decoding pfsync(4) traffic. ThisGleb Smirnoff2012-10-051-0/+1
* Remove references to CVS so that people will stop bringing it upDoug Barton2012-10-051-31/+37
* Display the matrix of inter-domain distances in the SLIT table. This isJohn Baldwin2012-10-041-0/+30
* Move properly to the next parameter when jailparam_init failsJamie Gritton2012-10-041-0/+1
* Fix HISTORY.Joel Dahl2012-10-041-1/+1
* Sort manual page cross references.Niclas Zeising2012-10-031-5/+6
* Remove whitespace at EOLNiclas Zeising2012-10-031-16/+16
* Import sysutils/sysrc from the ports tree (current version 5.1). ImportingDevin Teske2012-10-035-2/+924
* Fix alignment related warnings reported by gccEitan Adler2012-10-022-29/+17
* mdoc: point to an existing cross reference.Sergey Kandaurov2012-10-021-1/+1
* Fix build with LOG_FILE undefined and DEBUGGING disabled.Sergey Kandaurov2012-10-021-0/+2
* Fix build with DEBUGGING disabled.Sergey Kandaurov2012-10-021-0/+4
* Do not treat empty name as an uid 0Baptiste Daroussin2012-10-011-1/+2
* Remove useless atoi(3), previous strspn(3) makes sure that a_name->val is aBaptiste Daroussin2012-10-011-2/+1
* Document the security.bsd.unprivileged_idprio in idprio(1) in additionEitan Adler2012-09-301-1/+9
* Allow deferred word-splitting via f_sysrc_get() by allowing $IFS in theDevin Teske2012-09-291-3/+2
* Change "only only" to "only" in portsnap(8).Isabell Long2012-09-281-1/+1
* Add a note to portsnap(8) about the behaviour of the example cron command.Isabell Long2012-09-281-1/+18
* Make sure that each va_start has one and only one matching va_end,Kevin Lo2012-09-282-0/+2
* Sanitize varname argument in f_sysrc_find. This is as much for security as itDevin Teske2012-09-281-2/+15
* Fix usr.bin/ and usr.sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-274-8/+11