summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix an incorrect parameter usage here.adrian2012-03-221-1/+1
* Document GEOM_PART_LDM scheme and partition types.ae2012-03-191-2/+38
* Add option to ignore error codes if the module specified is already loaded.hselasky2012-03-182-6/+20
* Make init(8) slightly more robust when /dev/console is missing.ed2012-03-143-17/+34
* Add missing "static".trasz2012-03-141-1/+1
* - Add ipfw eXtended tables permitting radix to be used for any kind of keys.melifaro2012-03-122-80/+232
* After r232548, clang complains about the apparent '=-' operator (adim2012-03-121-1/+1
* Fix whitespace.ed2012-03-111-8/+8
* Partially undo r228693, by removing NO_WFORMAT.clang in fsdb's Makefile,dim2012-03-092-3/+1
* Fix a variety of grammar and style nitseadler2012-03-091-15/+13
* Fix typo and bump the document date which I also forgot.thompsa2012-03-071-2/+2
* Add the ability to set which packet layers are used for the load balance hashthompsa2012-03-062-0/+68
* Make growfs(8) mostly style compliant. No functional changes,trasz2012-03-052-616/+457
* Fix a variety of grammar issues and style nits.eadler2012-03-041-74/+75
* remove some write-only variables.luigi2012-03-011-7/+2
* Update bridge(4) default values.brueffer2012-02-291-3/+3
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-281-3/+1
* Correct capitalization of "Hz" in user-visible text (manpages, printf(),gavin2012-02-282-3/+3
* Whitespace cleanup:gjb2012-02-251-4/+4
* Fix various typos in manual pages.gjb2012-02-251-2/+2
* Handle NULL return from crypt(3). Mostly from DragonFlykevlo2012-02-221-1/+2
* Remove reference to gsched_as module, which doesn'teadler2012-02-221-1/+1
* Disable jail support in ifconfig when either building a rescuermh2012-02-142-2/+15
* Globally replace u_int*_t from (non-contributed) man pages.ed2012-02-122-19/+19
* Move utmpx handling out of init(8).ed2012-02-112-40/+2
* Nice range comparison.pjd2012-02-111-5/+3
* Be more helpful about alternate superblocks.trasz2012-02-102-2/+7
* Add BSD copyright notice.emaste2012-02-071-2/+22
* Improve sparse file handling when printing the block list for an inode bytruckman2012-02-061-7/+6
* Bump .Dd for r231076.glebius2012-02-061-1/+1
* Make the 'tcpwin' option of ipfw(8) accept ranges and lists.glebius2012-02-062-7/+18
* If a local write request is from the synchronization thread, when ittrociny2012-02-051-1/+2
* Fix the regression introduced in r226859: if the local component istrociny2012-02-051-1/+1
* Fix a possible infinite loop in "route flush" on 64-bit archs.hrs2012-02-041-2/+2
* Fix typo in comment.pjd2012-02-041-1/+1
* Add -e to set arbitrary kernel environment variables.emaste2012-01-312-10/+44
* Fix build when RELEASE_CRUNCH is defined.nyan2012-01-291-2/+2
* Remove trailing whitespace.jh2012-01-281-1/+1
* Rewrite option parsing in mdconfig(8). This makes it more user-friendlytrasz2012-01-271-118/+131
* Add CAM infrastructure to allow reporting when a drive's long read capacityken2012-01-261-1/+2
* Add a timeout on positive name cache entries in the NFS client. That is,jhb2012-01-251-0/+4
* - Fix documentation to note that /etc/hast.conf is the default configurationpjd2012-01-241-4/+6
* Free memory that won't be used in child.pjd2012-01-221-3/+7
* Fix minor memory leak.pjd2012-01-211-0/+1
* Replace the beerware license on mdconfig(8) with standard 2-clause BSD.trasz2012-01-211-8/+25
* Remove another unused token.pjd2012-01-201-1/+1
* Remove unused token 'port'.pjd2012-01-202-2/+1
* Don't print the nmount(2) provided error message if it is empty.jh2012-01-201-1/+4
* Change mount_fs() to not exit on error. The "failok" mount optionjh2012-01-201-6/+5
* - Clean up checkpath().jh2012-01-201-8/+5
OpenPOWER on IntegriCloud