summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some debugging to try and catch an invalid TX rate (0x0) that isadrian2012-11-131-1/+13
* Be more consistent.obrien2012-11-131-62/+62
* Use uiomove return value instead of returning 0.kevlo2012-11-131-2/+2
* Check the return value of uiomove(9).kevlo2012-11-131-1/+5
* Import new version of libc++ into base.theraven2012-11-1328-203/+213
* Garbage collect the explicit "compile-with", they are no longer needed.obrien2012-11-131-14/+8
* Do not unwind past a zero PC frame.emaste2012-11-131-0/+17
* Replace the single, global page queues lock with per-queue locks on thealc2012-11-135-175/+240
* Use consistent style.obrien2012-11-131-3/+2
* Set optimized_out instead of reporting an error.emaste2012-11-1311-77/+95
* Add a callback function to userboot.so to fetch a list of environmentneel2012-11-123-2/+42
OpenPOWER on IntegriCloud