summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* The function pmap_alloc_direct_page() unconditionally zeroes the returnedalc2012-11-143-5/+7
* SCOPE6_LOCK protects V_sid_default, no need to acquire it withoutae2012-11-141-9/+0
* zoneid has unsigned type.ae2012-11-141-1/+1
* sh: Remove an unused variable.jilles2012-11-142-2/+0
* Make it clear the L2 ops are filled for any cpu using a PL310 cache, not justcognet2012-11-141-1/+2
* boot: use packed attribute for edd_params* structures and their substructuresavg2012-11-141-5/+5
* Use the arrmv7 version for flushID too, as it does something different for SMP.cognet2012-11-141-1/+1
* Allow usernames up to 32 charsbapt2012-11-141-1/+1
* Style fixbapt2012-11-141-1/+1
* return ERANGE if the buffer is too small to contain the login as documented inbapt2012-11-141-0/+2
* Remove remnants of classful addressing. These magic transformationsglebius2012-11-141-41/+8
* - Fix a truncation bug with softdep journaling that could leak blocks onjeff2012-11-141-39/+100
* - blk_equals() is too strict. If the journal entry defines more fragsjeff2012-11-141-10/+8
* Mention the IEEE 802.1AX.kevlo2012-11-141-3/+3
* Document that sendfile(2) can fail with ENOBUFS.kevlo2012-11-141-0/+2
* Move zpool-features manual page from section 5 to section 7mm2012-11-145-11/+13
* enterpgrp: get rid of pgrp2 variable and use KASSERT directly on pgfind result.mjg2012-11-131-5/+1
* Merge of vendor import of 242999, tzdata2012jedwin2012-11-136-13/+33
* Fix an apparent typo in the manual section number in .Dt: it should be 5.pluknet2012-11-131-1/+1
* Add support for CIR1000 - Cirrus Logic V34 to the uart drivereadler2012-11-131-0/+1
* Remove description of deprecated IP fragment checksum support.andre2012-11-131-56/+1
* Updates for netgraph node manual pages.joel2012-11-1351-401/+398
* Add support for CIR1000 - Cirrus Logic V34 to the sio drivereadler2012-11-131-0/+1
* - Lowercase a cross reference to make.pluknet2012-11-131-3/+3
* Place 'dev.ath.X.debug' back under ATH_DEBUG, rather than ATH_DEBUG_ALQ.adrian2012-11-131-1/+3
* Avoid an ambiguous reference to mtx_lock(9).pluknet2012-11-131-1/+1
* Correct rmlock(9) xref and add a missing comma.pluknet2012-11-131-2/+2
* Remove unused/obsolete macros.attilio2012-11-131-11/+0
* Add examples to the ssh-copy-id script.eadler2012-11-131-0/+3
* Document wait6() and waitid().kib2012-11-132-32/+282
* Implement the waitid() SUSv4 function using wait6() system call.kib2012-11-136-1/+72
* Regenkib2012-11-1311-16/+127
* Add the wait6(2) system call. It takes POSIX waitid()-like processkib2012-11-1313-42/+390
* Don't divide by zero.trasz2012-11-131-6/+12
* Add preliminary Octeon PCI console support. Radisys-specific PCI consolejmallett2012-11-132-0/+124
* Add some useful options to consider.jmallett2012-11-131-0/+14
* Fix build for FreeBSD kernel.jmallett2012-11-131-4/+4
OpenPOWER on IntegriCloud