summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - Allow static_boost to specify no boost with '0', traditional kerneljeff2008-04-041-2/+6
* - Don't check for the ITHD pri class in tdq_load_add and rem. 4BSD doesn'tjeff2008-04-041-12/+6
* - Fix a mis-merge that crept in during the softclock changes.jeff2008-04-041-2/+0
* Allow crashdumps on machines with >4GB of RAM as long as the adapter canemaste2008-04-031-13/+54
* Fix the build breakage, need the | between dependencies, I didn'tjfv2008-04-031-8/+8
* Always build kernel.tramp. This should be helpful for a lot ofimp2008-04-031-0/+2
* Use safer string handling.imp2008-04-032-11/+8
* Minor style(9) nit: move to using ANSI definition of functions.imp2008-04-031-19/+5
* Now really add the bus_space_generic.c file...raj2008-04-031-0/+146
* Refactor certain ARM bus space methods: instead of having multiple copies ofraj2008-04-0312-424/+38
* Fix AVILA build.raj2008-04-031-2/+2
* Align functions to 16-byte boundaries due to profiling granularity.marcel2008-04-031-1/+1
* Set sc_psim so that the openpic core can correct the off-by-onemarcel2008-04-031-0/+5
* Take the first baby step towards unifying and cleaning up arminit():imp2008-04-038-306/+79
* Fix descriptions of "struct msqid_ds and "struct ipc_perm" to matchru2008-04-031-11/+11
* Don't force a reset at driver attach time. It doesn't work on somescottl2008-04-031-1/+1
* let umtxq_busy() only spin on mp machine. make function namedavidxu2008-04-031-10/+14
* Put back the quote from Chinggis Khan removed in rev. 1.259.yar2008-04-031-0/+6
* Another build fixjfv2008-04-031-1/+1
* Fix a lint issue in the build.jfv2008-04-031-12/+12
* Add some tests for fma(), fmaf(), and fmal().das2008-04-033-1/+424
* Fix some corner cases:das2008-04-032-10/+20
* KERNBASE + 0x00200000 is the same thing as KERNVIRTADDR on thisimp2008-04-031-3/+2
* Remove unnecessary #define.imp2008-04-031-1/+0
* Add a manual page and a Makefile.gnn2008-04-034-5/+220
* put THR_CRITICAL_LEAVE into do .. while statement.davidxu2008-04-031-2/+4
* style(9) cleanupkevlo2008-04-032-2/+2
* add __hidden suffix to _umtx_op_err, this eliminates PLT.davidxu2008-04-031-1/+1
* Fix minor bug in last checkin, NO_STRICT_ALIGNMENT code.jfv2008-04-031-1/+1
* This update primarily addresses the ability to have both the emjfv2008-04-0230-1989/+2097
* Back out revision 1.6, the addition of "BEFORE: mountcritremote".dougb2008-04-021-1/+0
* PR ports/121363 (& ports/73797) has been committed, so we can now go backobrien2008-04-021-2/+2
* Add zyd, ural, and rum. They were missing.imp2008-04-021-0/+10
* Initialize if_baudrate using IF_Gbps() macro.gallatin2008-04-021-1/+1
* Non-portable functions are in pthread_np.h, fix compiling problem.davidxu2008-04-021-1/+1
* - Convert two timeout users to the new callout_reset_curcpu() api.jeff2008-04-022-4/+4
* Implement per-cpu callout threads, wheels, and locks.jeff2008-04-024-165/+271
* Add two missed chunks from the rev. 1.210, for the giant_read() andkib2008-04-021-4/+2
* - Destroy the bo mtx when the vnode is destroyed.jeff2008-04-021-0/+1
* Spell -t option's argument by name.ru2008-04-024-8/+8
* Add pthread_setaffinity_np and pthread_getaffinity_np to libc namespace.davidxu2008-04-023-2/+4
* Remove unused functions.davidxu2008-04-022-55/+0
* Replace function _umtx_op with _umtx_op_err, the later function directlydavidxu2008-04-029-51/+112
* Fix compiling problem for amd64.davidxu2008-04-021-2/+2
* Optimize pmap_pml4e() and pmap_pdpe() based upon two observations: Thealc2008-04-021-3/+1
* Replace userland rwlock with a pure kernel based rwlock, the newdavidxu2008-04-024-223/+199
* Er, don't restart a timeout version.davidxu2008-04-021-2/+4
* Introduce kernel based userland rwlock. Each umtx chain now has two lists,davidxu2008-04-022-46/+508
* Add manpages for rw_try_rlock() and rw_try_wlock() functions.attilio2008-04-012-1/+21
* Calling RequestSupplementAdapterInfo before RequestAdapterInfo appearsemaste2008-04-011-17/+17
OpenPOWER on IntegriCloud