aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a possible infinite loop in "route flush" on 64-bit archs.Hiroki Sato2012-02-041-2/+2
* Fix typo in comment.Pawel Jakub Dawidek2012-02-041-1/+1
* Add -e to set arbitrary kernel environment variables.Ed Maste2012-01-312-10/+44
* Fix build when RELEASE_CRUNCH is defined.Yoshihiro Takahashi2012-01-291-2/+2
* Remove trailing whitespace.Jaakko Heinonen2012-01-281-1/+1
* Rewrite option parsing in mdconfig(8). This makes it more user-friendlyEdward Tomasz Napierala2012-01-271-118/+131
* Add CAM infrastructure to allow reporting when a drive's long read capacityKenneth D. Merry2012-01-261-1/+2
* Add a timeout on positive name cache entries in the NFS client. That is,John Baldwin2012-01-251-0/+4
* - Fix documentation to note that /etc/hast.conf is the default configurationPawel Jakub Dawidek2012-01-241-4/+6
* Free memory that won't be used in child.Pawel Jakub Dawidek2012-01-221-3/+7
* Fix minor memory leak.Pawel Jakub Dawidek2012-01-211-0/+1
* Replace the beerware license on mdconfig(8) with standard 2-clause BSD.Edward Tomasz Napierala2012-01-211-8/+25
* Remove another unused token.Pawel Jakub Dawidek2012-01-201-1/+1
* Remove unused token 'port'.Pawel Jakub Dawidek2012-01-202-2/+1
* Don't print the nmount(2) provided error message if it is empty.Jaakko Heinonen2012-01-201-1/+4
* Change mount_fs() to not exit on error. The "failok" mount optionJaakko Heinonen2012-01-201-6/+5
* - Clean up checkpath().Jaakko Heinonen2012-01-201-8/+5
* Allow growfs to be built with GCC 4.7 and -Werror.Ed Schouten2012-01-171-1/+3
* Change checkpath() to not exit on error. This is a prerequisite forJaakko Heinonen2012-01-1614-19/+41
* Style cleanups.Pawel Jakub Dawidek2012-01-131-6/+11
* Provide a better explanation for the sizing of the boot partition, andDag-Erling Smørgrav2012-01-131-10/+14
* Fix a style bugKevin Lo2012-01-131-1/+1
* - Fix a bug where pidfile was removed in SIGHUP when it hasn't changed inPawel Jakub Dawidek2012-01-101-4/+8
* For functions that return -1 on failure check exactly for -1 and not forPawel Jakub Dawidek2012-01-1017-144/+144
* Don't touch pidfiles when running in foreground. Before that change wePawel Jakub Dawidek2012-01-101-11/+19
* Fix warning when compiling with gcc46:Eitan Adler2012-01-102-6/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+1