| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate an unnecessary test from vm_phys_unfree_page(). | alc | 2008-04-05 | 1 | -1/+1 |
* | Add support for IC Plus IP1001 PHY. | yongari | 2008-04-05 | 3 | -21/+104 |
* | MFp4(mips2-jnpr): | imp | 2008-04-04 | 1 | -0/+3 |
* | Add mips support. | imp | 2008-04-04 | 1 | -0/+3 |
* | MFp4 (mips2-jnpr): | imp | 2008-04-04 | 1 | -1/+1 |
* | MFp4: Add mips support for dynamic linking. | imp | 2008-04-04 | 5 | -5/+602 |
* | If you build a compiler with TARGET_BIG_ENDIAN, and then try to build | imp | 2008-04-04 | 1 | -0/+4 |
* | Update a comment to vm_map_pmap_enter(). | alc | 2008-04-04 | 1 | -2/+2 |
* | Reintroduce UMA_SLAB_KMAP; however, change its spelling to | alc | 2008-04-04 | 4 | -2/+10 |
* | Fix stupid typo | imp | 2008-04-04 | 1 | -1/+1 |
* | Eliminate an unnecessary test and its misleading comment from pmap_enter(). | alc | 2008-04-04 | 1 | -6/+0 |
* | Make kernel.tramp build properly on ARM9E. | raj | 2008-04-04 | 2 | -1/+3 |
* | Add note about PZERO being obsolete, because so much code uses it. | imp | 2008-04-04 | 1 | -1/+5 |
* | - Add sysctls at debug.rwlock to control the behavior of the speculative | jeff | 2008-04-04 | 1 | -3/+26 |
* | Add some compatibility code so that software which is built to use the new | dfr | 2008-04-04 | 3 | -1/+92 |
* | The temporary workaround for the call to the vget() without lock type in | kib | 2008-04-04 | 1 | -1/+3 |
* | - Normalize usage(), add "ddb pathname" syntax. | ru | 2008-04-04 | 2 | -25/+28 |
* | - Add -D to usage(). | ru | 2008-04-04 | 2 | -4/+5 |
* | Add -D option to specify exact format of date and time output with ls -l. | grog | 2008-04-04 | 4 | -16/+46 |
* | Add comment about specifying "ro" mount option when | rodrigc | 2008-04-04 | 1 | -0/+4 |
* | - Add a Nokia copyright to cpuset to reflect their generous | jeff | 2008-04-04 | 2 | -0/+6 |
* | - Allow static_boost to specify no boost with '0', traditional kernel | jeff | 2008-04-04 | 1 | -2/+6 |
* | - Don't check for the ITHD pri class in tdq_load_add and rem. 4BSD doesn't | jeff | 2008-04-04 | 1 | -12/+6 |
* | - Fix a mis-merge that crept in during the softclock changes. | jeff | 2008-04-04 | 1 | -2/+0 |
* | Allow crashdumps on machines with >4GB of RAM as long as the adapter can | emaste | 2008-04-03 | 1 | -13/+54 |
* | Fix the build breakage, need the | between dependencies, I didn't | jfv | 2008-04-03 | 1 | -8/+8 |
* | Always build kernel.tramp. This should be helpful for a lot of | imp | 2008-04-03 | 1 | -0/+2 |
* | Use safer string handling. | imp | 2008-04-03 | 2 | -11/+8 |
* | Minor style(9) nit: move to using ANSI definition of functions. | imp | 2008-04-03 | 1 | -19/+5 |
* | Now really add the bus_space_generic.c file... | raj | 2008-04-03 | 1 | -0/+146 |
* | Refactor certain ARM bus space methods: instead of having multiple copies of | raj | 2008-04-03 | 12 | -424/+38 |
* | Fix AVILA build. | raj | 2008-04-03 | 1 | -2/+2 |
* | Align functions to 16-byte boundaries due to profiling granularity. | marcel | 2008-04-03 | 1 | -1/+1 |
* | Set sc_psim so that the openpic core can correct the off-by-one | marcel | 2008-04-03 | 1 | -0/+5 |
* | Take the first baby step towards unifying and cleaning up arminit(): | imp | 2008-04-03 | 8 | -306/+79 |
* | Fix descriptions of "struct msqid_ds and "struct ipc_perm" to match | ru | 2008-04-03 | 1 | -11/+11 |
* | Don't force a reset at driver attach time. It doesn't work on some | scottl | 2008-04-03 | 1 | -1/+1 |
* | let umtxq_busy() only spin on mp machine. make function name | davidxu | 2008-04-03 | 1 | -10/+14 |
* | Put back the quote from Chinggis Khan removed in rev. 1.259. | yar | 2008-04-03 | 1 | -0/+6 |
* | Another build fix | jfv | 2008-04-03 | 1 | -1/+1 |
* | Fix a lint issue in the build. | jfv | 2008-04-03 | 1 | -12/+12 |
* | Add some tests for fma(), fmaf(), and fmal(). | das | 2008-04-03 | 3 | -1/+424 |
* | Fix some corner cases: | das | 2008-04-03 | 2 | -10/+20 |
* | KERNBASE + 0x00200000 is the same thing as KERNVIRTADDR on this | imp | 2008-04-03 | 1 | -3/+2 |
* | Remove unnecessary #define. | imp | 2008-04-03 | 1 | -1/+0 |
* | Add a manual page and a Makefile. | gnn | 2008-04-03 | 4 | -5/+220 |
* | put THR_CRITICAL_LEAVE into do .. while statement. | davidxu | 2008-04-03 | 1 | -2/+4 |
* | style(9) cleanup | kevlo | 2008-04-03 | 2 | -2/+2 |
* | add __hidden suffix to _umtx_op_err, this eliminates PLT. | davidxu | 2008-04-03 | 1 | -1/+1 |
* | Fix minor bug in last checkin, NO_STRICT_ALIGNMENT code. | jfv | 2008-04-03 | 1 | -1/+1 |