| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r215973 | Jayachandran C. | 2010-11-28 | 1 | -1/+1 |
| * | Remove options that are not available in 8 | Oleksandr Tymoshenko | 2010-11-28 | 1 | -8/+2 |
| * | init_static_kenv is available only in 9-CURRENT, replace its | Oleksandr Tymoshenko | 2010-11-28 | 1 | -5/+24 |
| * | MFC r211509: | Oleksandr Tymoshenko | 2010-11-28 | 2 | -6/+16 |
| * | Merge MIPS platform support to 8-STABLE. | Jayachandran C. | 2010-11-27 | 321 | -10086/+74172 |
| * | MFC r215034: | Rebecca Cran | 2010-11-20 | 1 | -4/+4 |
| * | MFC r207554: | Maxim Sobolev | 2010-11-15 | 1 | -2/+2 |
| * | MFC 211149,211151,211197,211518,215128: | John Baldwin | 2010-11-11 | 1 | -1/+1 |
| * | MFC: r213894, r213896, r214913 | Marius Strobl | 2010-11-07 | 1 | -4/+4 |
| * | MFC r208453: | Konstantin Belousov | 2010-11-03 | 3 | -3/+10 |
| * | MFC: r204646 | Marius Strobl | 2010-10-17 | 2 | -14/+0 |
| * | MFC r212413: bus_add_child: change type of order parameter to u_int | Andriy Gapon | 2010-09-20 | 4 | -8/+8 |
| * | MFC 208392: | John Baldwin | 2010-06-24 | 1 | -2/+2 |
| * | MFC r204051 (by imp): | Konstantin Belousov | 2010-05-08 | 1 | -0/+6 |
| * | MFC r207077 | Andrew Thompson | 2010-04-29 | 1 | -0/+1 |
| * | MFC rev 198341 and 198342: | Marcel Moolenaar | 2010-03-31 | 1 | -0/+5 |
| * | MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, | Matt Jacob | 2010-02-11 | 2 | -2/+2 |
| * | Revert 201158. DEFAULTS isn't for this kind of thing.a | Warner Losh | 2010-01-04 | 1 | -7/+0 |
| * | MFC r200594: | Doug Barton | 2009-12-29 | 1 | -0/+7 |
| * | MFC r198507: | Konstantin Belousov | 2009-12-19 | 1 | -9/+4 |
| * | MFC r199135: | Konstantin Belousov | 2009-12-12 | 3 | -40/+60 |
| * | MFC r197729: | Bjoern A. Zeeb | 2009-12-05 | 2 | -2/+2 |
| * | MFC r197316 | Alan Cox | 2009-10-31 | 1 | -0/+2 |
| * | MFC r197933: | Konstantin Belousov | 2009-10-20 | 1 | -0/+2 |
| * | MFC r196196: | Attilio Rao | 2009-08-13 | 2 | -1/+7 |
| * | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | John Baldwin | 2009-07-24 | 1 | -1/+1 |
| * | Add support to the virtual memory system for configuring machine- | Alan Cox | 2009-07-12 | 2 | -4/+6 |
| * | Cleanup ALIGNED_POINTER: | Sam Leffler | 2009-07-05 | 1 | -1/+7 |
| * | Fix copyrights to reflect the origin of these files. | Warner Losh | 2009-06-29 | 4 | -4/+4 |
| * | Correct the #endif comment. | Alan Cox | 2009-06-26 | 1 | -1/+1 |
| * | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson | 2009-06-26 | 1 | -2/+2 |
| * | This change is the next step in implementing the cache control functionality | Alan Cox | 2009-06-26 | 1 | -0/+40 |
| * | Implement a facility for dynamic per-cpu variables. | Jeff Roberson | 2009-06-23 | 3 | -1/+7 |
| * | Add a .cvsignore file and along with that put an svn:ignore proprty | Bjoern A. Zeeb | 2009-06-17 | 1 | -0/+1 |
| * | Make compile again using proper protoypes for | Bjoern A. Zeeb | 2009-06-17 | 1 | -2/+2 |
| * | Make compile again using the correct prototype for the | Bjoern A. Zeeb | 2009-06-17 | 2 | -7/+11 |
| * | Fix typo... bad imp. | Warner Losh | 2009-06-14 | 1 | -1/+1 |
| * | After Marcel's change to DEFAULTS, we were bringing in a bogus copy of | Warner Losh | 2009-06-14 | 1 | -1/+1 |
| * | Formatting nit. | Warner Losh | 2009-06-14 | 1 | -1/+1 |
| * | Fix MALTA build; some prototypes were wrong and blew up when kobj method | Juli Mallett | 2009-06-12 | 2 | -4/+5 |
| * | pmap_enter() *must* set PG_WRITEABLE on the given page if it creates a | Alan Cox | 2009-05-23 | 1 | -0/+1 |
| * | Give pmap_enter()'s third parameter the same name that it has on amd64 and | Alan Cox | 2009-05-23 | 1 | -2/+2 |
| * | When a page is mapped for write access on a read fault, the PTE should be | Alan Cox | 2009-05-23 | 1 | -1/+2 |
| * | Preset the modified bit in the PTE when pmap_enter() is called during a | Alan Cox | 2009-05-23 | 1 | -0/+2 |
| * | Add cpu_flush_dcache() for use after non-DMA based I/O so that a | Marcel Moolenaar | 2009-05-18 | 1 | -0/+10 |
| * | - Fix spelling. | Ulf Lilleengen | 2009-05-16 | 1 | -1/+1 |
| * | - Use "device\t" and "options \t" for consistency. | Jun Kuriyama | 2009-05-10 | 5 | -91/+91 |
| * | A variety of changes: | Alan Cox | 2009-05-02 | 2 | -59/+18 |
| * | Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizing | Robert Watson | 2009-04-20 | 1 | -2/+0 |
| * | MFamd64/i386 | Alan Cox | 2009-04-20 | 1 | -39/+70 |