summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replicate a feature from sysinstall documented indteske2012-11-1644-103/+216
* cxgbe/tom: Plug mbuf leak.np2012-11-161-1/+3
* Don't forget to unlock the pmap lock on failure.cognet2012-11-161-2/+6
* Remove a useless printfcognet2012-11-151-1/+0
* Use the "inner shareable" variations of flush/invalidate functions for SMP.cognet2012-11-151-4/+18
* Fix section number for pstat and swapinfo cross references.pluknet2012-11-151-3/+3
* Sort SEE ALSO xrefs by the manual section number and add a missing comma.pluknet2012-11-151-1/+1
* Using set -x produces output on stderr instead of stdout.eadler2012-11-151-4/+2
* Finish removing unneeded header from agp: opt_bus.headler2012-11-151-1/+1
* Remove unneeded header from agp: opt_bus.headler2012-11-1511-21/+0
* Remove trailing whitespace.joel2012-11-151-1/+1
* Improve KASSERT messages in racct, to make it clear which resourcetrasz2012-11-151-12/+17
* This wasn't supposed to be in there - I committed the wrong patch.eadler2012-11-151-1/+0
* Add support for a -q flag. While here make the custom argument parsingeadler2012-11-152-13/+30
* Be declarative about if an error has occured.eadler2012-11-151-8/+8
* Fix memory leak in umount.ceadler2012-11-151-3/+10
* Avoid possible null deref if ypclnt_new returns nulleadler2012-11-151-2/+5
* Only pass ip[46].addr when _addrl contains a valueeadler2012-11-151-1/+2
* Add option to suppress just the plot in ministat while still retainingeadler2012-11-152-5/+13
* Add deviceid to the disk output on boot to help debugging.eadler2012-11-151-2/+2
* Fix error code if file isn't readable.eadler2012-11-151-1/+1
* Check the range of the gideadler2012-11-151-0/+15
* Make definition match declarationeadler2012-11-151-1/+1
* Add a missing check for freadeadler2012-11-151-0/+2
* Some software, notably dialog(1), can understand back-tab, which iseadler2012-11-151-1/+1
* Follow the behavior as specified in POSIX:eadler2012-11-151-1/+1
* Finish removing obsolete man pages (add them to ObsoleteFiles.inc)eadler2012-11-151-0/+4
* Fix kassert that's not really valid for %CPU accounting. The problemtrasz2012-11-151-2/+3
* Fix bug in r242852 that prevented CPU from becoming idle if kernel builtmav2012-11-151-1/+3
* Enable back the clang warning in if_ath.c.rpaulo2012-11-151-2/+1
* Add ATF update instructions and file exclude list.marcel2012-11-152-0/+36
* The *_STR* macros use strcmp() to check their arguments. Include string.hmarcel2012-11-151-0/+2
* Don't install atf.test.mk if MK_ATF == no.marcel2012-11-151-0/+1
* Add support for DragonFly and FreeBSD.marcel2012-11-151-1/+2
* Fix typos in description for exp{err,out}_mismatch_head.marcel2012-11-151-2/+2
* Remove redundant text describing the cleanup routine.marcel2012-11-151-1/+1
* Add , (comma) option to print sizes grouped and separated by thousandsgrog2012-11-152-16/+57
* fix a couple of spelling errors...jmg2012-11-151-2/+2
* Make sure the final descriptor in an aggregate has rate control information.adrian2012-11-151-0/+25
* - Implement run-time expansion of the KTR buffer via sysctl.jeff2012-11-157-51/+153
* Flip the semantic of M_NOWAIT to only require the allocation to notkib2012-11-1410-75/+33
* Remove M_USE_RESERVE from the devfs cdp allocator, which is one of twokib2012-11-141-1/+1
* Get rid of some old debug code. It provides checks similar to the onedavide2012-11-142-40/+0
* Fix a bug in aicasm_gram.y, noted by a newer clang 3.2 snapshot: itdim2012-11-141-1/+1
* In games/fortune/fortune/fortune.c, make 'Debug' the correct type (it isdim2012-11-141-1/+1
* For mkcsmapper, conditionalize gcc-specific compile flags.dim2012-11-141-2/+6
* In crypto/heimdal/lib/sl/slc-lex.l, don't define YY_NO_INPUT, sincedim2012-11-141-2/+0
* Fix the lookup in the DOTDOT case in the same way as other filesystems do,davide2012-11-141-0/+21
* Use defined() to test macro definitions.demon2012-11-141-1/+1
* if_afdata lock was converted from mutex to rwlock a long ago, so we canae2012-11-141-14/+15
OpenPOWER on IntegriCloud