aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Include <signal.h> (for SIGINFO).Robert Millan2012-04-091-0/+1
* Fix a couple of style issues. Tweak grammar and markup while here.Benjamin Kaduk2012-04-091-22/+27
* Remove end of line whitespace introduced in previous commit.Joel Dahl2012-04-071-1/+1
* mdoc: fix column names, indentation, column separation within each row, andJoel Dahl2012-04-071-8/+8
* Properly clear the O_NONBLOCK flag after opening the TTY.Ed Schouten2012-04-061-1/+5
* Document syncdev, syncpeer and defer keywords forGleb Smirnoff2012-04-031-1/+19
* Make it possible to switch pfsync(4) deferral mechanism on/off.Gleb Smirnoff2012-04-031-3/+25
* If hastd is invoked with "-P pidfile" option always create pidfileMikolaj Golub2012-03-291-5/+7
* Remove disklabel handling code from growfs. This should be doneEdward Tomasz Napierala2012-03-291-105/+9
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-2910-82/+82
* mdoc: correct .Bd/.Bl arguments.Joel Dahl2012-03-261-8/+8
* mdoc: terminate quoted strings.Joel Dahl2012-03-262-67/+67
* - Permit number of ipfw tables to be changed in runtime.Alexander V. Chernikov2012-03-252-10/+4
* Remove superfluous paragraph macro.Joel Dahl2012-03-259-21/+0
* Document the show alias and add an EXAMPLES section.Joel Dahl2012-03-241-1/+36
* Fix typo.Mikolaj Golub2012-03-231-7/+7
* Also fix the parameter usage in set80211meshpeering().Bernhard Schmidt2012-03-231-1/+1
* Fix an incorrect parameter usage here.Adrian Chadd2012-03-221-1/+1
* Document GEOM_PART_LDM scheme and partition types.Andrey V. Elsukov2012-03-191-2/+38
* Add option to ignore error codes if the module specified is already loaded.Hans Petter Selasky2012-03-182-6/+20
* Make init(8) slightly more robust when /dev/console is missing.Ed Schouten2012-03-143-17/+34
* Add missing "static".Edward Tomasz Napierala2012-03-141-1/+1
* - Add ipfw eXtended tables permitting radix to be used for any kind of keys.Alexander V. Chernikov2012-03-122-80/+232
* After r232548, clang complains about the apparent '=-' operator (aDimitry Andric2012-03-121-1/+1
* Fix whitespace.Ed Schouten2012-03-111-8/+8
* Partially undo r228693, by removing NO_WFORMAT.clang in fsdb's Makefile,Dimitry Andric2012-03-092-3/+1
* Fix a variety of grammar and style nitsEitan Adler2012-03-091-15/+13
* Fix typo and bump the document date which I also forgot.Andrew Thompson2012-03-071-2/+2
* Add the ability to set which packet layers are used for the load balance hashAndrew Thompson2012-03-062-0/+68
* Make growfs(8) mostly style compliant. No functional changes,Edward Tomasz Napierala2012-03-052-616/+457
* Fix a variety of grammar issues and style nits.Eitan Adler2012-03-041-74/+75
* remove some write-only variables.Luigi Rizzo2012-03-011-7/+2
* Update bridge(4) default values.Christian Brueffer2012-02-291-3/+3
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, toDimitry Andric2012-02-281-3/+1
* Correct capitalization of "Hz" in user-visible text (manpages, printf(),Gavin Atkinson2012-02-282-3/+3
* Whitespace cleanup:Glen Barber2012-02-251-4/+4
* Fix various typos in manual pages.Glen Barber2012-02-251-2/+2
* Handle NULL return from crypt(3). Mostly from DragonFlyKevin Lo2012-02-221-1/+2
* Remove reference to gsched_as module, which doesn'tEitan Adler2012-02-221-1/+1
* Disable jail support in ifconfig when either building a rescueRobert Millan2012-02-142-2/+15
* Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-122-19/+19
* Move utmpx handling out of init(8).Ed Schouten2012-02-112-40/+2
* Nice range comparison.Pawel Jakub Dawidek2012-02-111-5/+3
* Be more helpful about alternate superblocks.Edward Tomasz Napierala2012-02-102-2/+7
* Add BSD copyright notice.Ed Maste2012-02-071-2/+22
* Improve sparse file handling when printing the block list for an inode byDon Lewis2012-02-061-7/+6
* Bump .Dd for r231076.Gleb Smirnoff2012-02-061-1/+1
* Make the 'tcpwin' option of ipfw(8) accept ranges and lists.Gleb Smirnoff2012-02-062-7/+18
* If a local write request is from the synchronization thread, when itMikolaj Golub2012-02-051-1/+2
* Fix the regression introduced in r226859: if the local component isMikolaj Golub2012-02-051-1/+1