| Commit message (Expand) | Author | Age | Files | Lines |
| * | MF6: Add the workaround in busdma for busted PYXIS chipsets along with | John Baldwin | 2007-12-10 | 3 | -6/+25 |
| * | MFC: Expand critical section coverage for ithread scheduling. | John Baldwin | 2007-11-27 | 1 | -1/+1 |
| * | MF6: Sync with i386 and expand support for bounce pages, etc. | John Baldwin | 2007-11-27 | 1 | -158/+155 |
| * | MFC: Remove mpte optimization from pmap_enter_quick(). | Stephan Uphoff | 2007-11-05 | 1 | -5/+3 |
| * | Fix panic on kernel startup. This allowed me to successfully run a | Wilko Bulte | 2007-11-02 | 1 | -1/+2 |
| * | MFC 1.39: Grrr, a fix for the rman_set_rid() stuff I missed in my earlier | John Baldwin | 2007-10-24 | 1 | -6/+1 |
| * | MFC: Use rman_set_rid() to save the rid in new resources when they are | John Baldwin | 2007-10-03 | 4 | -10/+29 |
| * | Disable the module building of the linux bits on alpha and remove them | Alexander Leidinger | 2007-09-20 | 1 | -7/+0 |
| * | sys/lock.h must precede sys/sx.h these days or the kernel won't build. | Wilko Bulte | 2007-09-15 | 1 | -1/+1 |
| * | Implement pmap_enter_object(). Note that this change is not an MFC | Alan Cox | 2007-04-17 | 1 | -23/+85 |
| * | MFC revisions 1.181, 1.187, and 1.189 | Alan Cox | 2007-04-07 | 1 | -51/+18 |
| * | MFC revisions 1.184 and 1.185 | Alan Cox | 2007-04-07 | 1 | -14/+78 |
| * | Add le(4). | Marius Strobl | 2006-11-27 | 1 | -1/+2 |
| * | MFC: | Simon L. B. Nielsen | 2006-10-09 | 1 | -1/+0 |
| * | MFC: Move AH[CD]_REG_PRETTY_PRINT options to where they belongs. | Xin LI | 2006-07-13 | 1 | -2/+2 |
| * | add ath & co. (compile tested only) | Sam Leffler | 2006-07-11 | 1 | -0/+10 |
| * | Testing has shown that the stability problems (panic tracebacks | Wilko Bulte | 2006-06-03 | 1 | -1/+3 |
| * | add re(4) to GENERIC. | Wilko Bulte | 2006-05-31 | 1 | -0/+1 |
| * | Remove GEOM_GPT. | Wilko Bulte | 2006-05-28 | 1 | -1/+0 |
| * | MFC: Simplify the i8254 timecounter on Alpha, enable use of the alpha | John Baldwin | 2006-03-14 | 1 | -104/+16 |
| * | MFC Rev 1.24 | Jeff Roberson | 2006-03-13 | 1 | -0/+41 |
| * | MFC: Split struct ithd into struct intr_thread and intr_event and | John Baldwin | 2006-03-10 | 2 | -34/+48 |
| * | MFC: Close some races between procfs/ptrace and exit1() by changing | John Baldwin | 2006-03-07 | 2 | -3/+28 |
| * | MFC: Fix the hw.realmem sysctl on alpha, ia64, and sparc64. | John Baldwin | 2006-03-01 | 1 | -1/+1 |
| * | MFC standardization of the ELF types and update of the ELF constants: | Marcel Moolenaar | 2005-12-30 | 1 | -1/+1 |
| * | MFC: Remove linux_mib_destroy() since MTX_SYSINIT's gaining of a SYSUNINIT | John Baldwin | 2005-12-22 | 1 | -1/+0 |
| * | MFC rev 1.40: Improve inittodr(). | Marcel Moolenaar | 2005-11-29 | 1 | -52/+40 |
| * | MFC | Alan Cox | 2005-11-19 | 1 | -17/+10 |
| * | MFC | Alan Cox | 2005-11-13 | 1 | -2/+2 |
| * | MFC: | Ade Lovett | 2005-10-28 | 1 | -0/+2 |
| * | MFC: Pin curthread longer during an interrupt so that we don't have to | John Baldwin | 2005-10-06 | 1 | -17/+16 |
| * | MFC: Add atomic_fetchadd(9) operation for types int and 32. | John Baldwin | 2005-10-06 | 1 | -0/+22 |
| * | MFC: Stop using the '+' constraint modifier with memory operands in | John Baldwin | 2005-09-26 | 1 | -36/+36 |
| * | MFC: Add a memory barrier for PREWRITE operations to ensure all writes by | John Baldwin | 2005-09-26 | 1 | -0/+4 |
| * | Try to avoid crashes during kernel startup by limiting the # of EISA | Wilko Bulte | 2005-09-25 | 1 | -0/+3 |
| * | Now that our showstopper list has shrunk, take another step closer to the | Scott Long | 2005-09-18 | 1 | -9/+0 |
| * | MFC: Convert the atomic pointer operations to operate on uintptr_t rather | John Baldwin | 2005-08-05 | 1 | -61/+18 |
| * | Regenerate. | John Baldwin | 2005-07-20 | 6 | -205/+205 |
| * | MFC: Sync up the MP safe flags of the compat ABIs with the master list and | John Baldwin | 2005-07-20 | 2 | -200/+200 |
| * | MFC: Add 'sysent' target. | John Baldwin | 2005-07-18 | 1 | -1/+3 |
| * | MFC addition of the COMPAT_FREEBSD5 option. Specific versions | Ken Smith | 2005-07-18 | 1 | -0/+1 |
| * | Validate if the value written into {FS,GS}.base is a canonical | David Xu | 2005-07-10 | 1 | -1/+2 |
| * | Some cleanups and tweaks to some of the atomic.h files in preparation for | John Baldwin | 2005-07-09 | 1 | -91/+99 |
| * | - Remove spl's from osf1_usleep_thread(). | John Baldwin | 2005-07-07 | 1 | -8/+4 |
| * | Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from | David E. O'Brien | 2005-06-20 | 1 | -0/+1 |
| * | Do not allocate memory based on not-checked argument from userland. | Pawel Jakub Dawidek | 2005-06-11 | 1 | -6/+2 |
| * | Fix copy&paste bug. | Pawel Jakub Dawidek | 2005-06-11 | 1 | -1/+1 |
| * | Introduce a procedure, pmap_page_init(), that initializes the | Alan Cox | 2005-06-10 | 1 | -31/+19 |
| * | MFP4: | Joseph Koshy | 2005-06-09 | 1 | -0/+13 |
| * | Avoid code duplication in serval places by introducing universal | Pawel Jakub Dawidek | 2005-06-09 | 1 | -43/+25 |