| Commit message (Expand) | Author | Age | Files | Lines |
| * | Unbreak ppc kernel build by removing zs driver. | Peter Grehan | 2006-11-14 | 1 | -1/+0 |
| * | MFC: | Simon L. B. Nielsen | 2006-10-09 | 1 | -1/+0 |
| * | Merge ia32_trap.c:1.13, ia64/trap.c:1.124, and powerpc/trap.c:1.62 from | Robert Watson | 2006-09-19 | 1 | -0/+4 |
| * | MFC rev 1.112: properly set the thread pointer. | Marcel Moolenaar | 2006-09-01 | 1 | -1/+1 |
| * | MFC rev 1.18: Provide stub implementation for bus_space_map(). | Marcel Moolenaar | 2006-09-01 | 1 | -3/+9 |
| * | MFC: | Maxim Sobolev | 2006-08-17 | 1 | -1/+1 |
| * | MFC: Add missing ptrace(2) system-call stops to various syscall() | John Baldwin | 2006-08-11 | 1 | -0/+5 |
| * | MFC Rev 1.10 | Jeff Roberson | 2006-03-13 | 1 | -0/+23 |
| * | MFC: Split struct ithd into struct intr_thread and intr_event and | John Baldwin | 2006-03-10 | 2 | -35/+38 |
| * | add DEFAULTS and remove entries in GENERIC now duplicated | Sam Leffler | 2006-02-03 | 1 | -2/+0 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2005-12-30 | 2 | -0/+84 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2005-12-02 | 1 | -0/+9 |
| * | MFC | Alan Cox | 2005-11-13 | 1 | -2/+3 |
| * | MFC locore.S:r.1.22, ofw_machdep.c:1.14 | Peter Grehan | 2005-11-11 | 2 | -7/+58 |
| * | MFC r1.102 | Peter Grehan | 2005-11-11 | 1 | -1/+1 |
| * | MFC: Add atomic_fetchadd(9) operation for types int and 32. | John Baldwin | 2005-10-06 | 1 | -0/+13 |
| * | MFC: creator.c 1.9, fbreg.h 1.19, gfb.c 1.8, machfb.c 1.4, | Marius Strobl | 2005-10-05 | 1 | -7/+5 |
| * | MFC: Stop using the '+' constraint modifier with memory operands in | John Baldwin | 2005-09-26 | 1 | -12/+12 |
| * | Fix a whitespace screw-up I made when doing the MFC of COMPAT_FREEBSD5. | Ken Smith | 2005-09-22 | 1 | -1/+1 |
| * | MFC r1.101 | Peter Grehan | 2005-09-13 | 1 | -1/+2 |
| * | MFC: r1.8 | Peter Grehan | 2005-08-18 | 1 | -1/+1 |
| * | MFC machdep.c r1.90 | Peter Grehan | 2005-08-08 | 3 | -0/+16 |
| * | MFC: Convert the atomic pointer operations to operate on uintptr_t rather | John Baldwin | 2005-08-05 | 1 | -63/+20 |
| * | MFC addition of the COMPAT_FREEBSD5 option. Specific versions | Ken Smith | 2005-07-18 | 1 | -0/+1 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2005-07-11 | 17 | -9727/+0 |
| * | Validate if the value written into {FS,GS}.base is a canonical | David Xu | 2005-07-10 | 2 | -2/+4 |
| * | The nsegs parameter to bus_dmamap_load_mbuf_sg is not required to | Peter Grehan | 2005-07-09 | 1 | -0/+2 |
| * | Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from | David E. O'Brien | 2005-06-20 | 1 | -0/+1 |
| * | Unbreak the PowerPC GENERIC build. | Joseph Koshy | 2005-06-11 | 1 | -2/+6 |
| * | Introduce a procedure, pmap_page_init(), that initializes the | Alan Cox | 2005-06-10 | 3 | -0/+24 |
| * | MFP4: | Joseph Koshy | 2005-06-09 | 1 | -0/+15 |
| * | Create nexus in configure_first() instead of in configure(). This | Marcel Moolenaar | 2005-05-29 | 1 | -1/+2 |
| * | Call cninit_finish() from configure_final(). | Marcel Moolenaar | 2005-05-29 | 1 | -0/+1 |
| * | The end values passed to rman_manage_region() for PCI i/o and mem | Peter Grehan | 2005-05-29 | 1 | -2/+2 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 4 | -68/+0 |
| * | Quick hack-o-rama to allow the Xorg Radeon driver to start up. It | Peter Grehan | 2005-05-21 | 1 | -0/+13 |
| * | Remove incorrect configuration setting that limited the Kauai ATA controller | Peter Grehan | 2005-05-14 | 1 | -1/+1 |
| * | - move to SCHED_4BSD per jeffr's comments on SCHED_ULE's state | Peter Grehan | 2005-05-03 | 1 | -5/+4 |
| * | Catch up with latest ATA newbus commits. | Peter Grehan | 2005-05-01 | 2 | -4/+4 |
| * | Change cpu_set_kse_upcall to more generic style, so we can reuse it | David Xu | 2005-04-23 | 2 | -10/+26 |
| * | Don't enter the debugger if KDB_UNATTENDED is set or if | Paul Saab | 2005-04-20 | 2 | -4/+0 |
| * | Add empty header (except of the multiple-inclusion protection) to | Marcel Moolenaar | 2005-04-20 | 1 | -0/+10 |
| * | Get order right when initializing task file bus resources. ATA drives are | Peter Grehan | 2005-04-20 | 2 | -4/+4 |
| * | Break out the definition of bus_space_{tag,handle}_t and a few other types | Warner Losh | 2005-04-18 | 2 | -12/+47 |
| * | Catch up with ATA mkIII definitions for registers that have different | Peter Grehan | 2005-04-18 | 2 | -2/+4 |
| * | Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomic | John Baldwin | 2005-04-12 | 2 | -4/+4 |
| * | Unbreak the powerpc build by fixing some ATA constants that were renamed. | Suleiman Souhlal | 2005-04-12 | 1 | -3/+3 |
| * | Change an instance of md_savecrit to md_saved_msr that I missed. | John Baldwin | 2005-04-08 | 2 | -2/+2 |
| * | Divorce critical sections from spinlocks. Critical sections as denoted by | John Baldwin | 2005-04-04 | 7 | -135/+66 |
| * | Introduce channel-level setmode newbus method. | Peter Grehan | 2005-04-01 | 3 | -0/+38 |