| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC rev. 1.14: Implement nexus_teardown_intr() properly. | Marcel Moolenaar | 2006-04-24 | 1 | -6/+4 |
| * | MFC Rev 1.24 | Jeff Roberson | 2006-03-13 | 1 | -0/+13 |
| * | MFC: Split struct ithd into struct intr_thread and intr_event and | John Baldwin | 2006-03-10 | 1 | -26/+32 |
| * | MFC: Close some races between procfs/ptrace and exit1() by changing | John Baldwin | 2006-03-07 | 1 | -0/+2 |
| * | MFC: Fix the hw.realmem sysctl on alpha, ia64, and sparc64. | John Baldwin | 2006-03-01 | 1 | -1/+1 |
| * | MFC fixes for MCA MPSAFEness: | Marcel Moolenaar | 2006-02-14 | 2 | -13/+11 |
| * | MFC ia64 psABI conformance changes: | Marcel Moolenaar | 2006-01-28 | 4 | -93/+99 |
| * | MFC standardization of the ELF types and update of the ELF constants: | Marcel Moolenaar | 2005-12-30 | 1 | -2/+2 |
| * | MFC | Alan Cox | 2005-11-19 | 1 | -19/+11 |
| * | MFC | Alan Cox | 2005-11-13 | 1 | -2/+4 |
| * | MFC: canonify the include of acpi.h. | David E. O'Brien | 2005-11-07 | 4 | -4/+4 |
| * | MFC: | Ade Lovett | 2005-10-28 | 1 | -0/+2 |
| * | MFC: Add atomic_fetchadd(9) operation for types int and 32. | John Baldwin | 2005-10-06 | 1 | -0/+19 |
| * | Mega-MFC: Add SMP support and enable it by default. This includes: | Marcel Moolenaar | 2005-09-13 | 14 | -434/+446 |
| * | MFC 1.20: Remove the execute permission for stacks. | Marcel Moolenaar | 2005-09-13 | 1 | -1/+1 |
| * | MFC: Convert the atomic pointer operations to operate on uintptr_t rather | John Baldwin | 2005-08-05 | 1 | -58/+19 |
| * | 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 |
| * | Enhance ia64_flush_dirty() to handle the case in which td != curthread. | Marcel Moolenaar | 2005-07-05 | 2 | -23/+52 |
| * | Implement functions calls from within DDB on ia64. On ia64 a function | Marcel Moolenaar | 2005-07-02 | 2 | -0/+24 |
| * | Fix a buglet that was present in the ia64 code and that got inherited | Marcel Moolenaar | 2005-07-02 | 1 | -0/+1 |
| * | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | Peter Wemm | 2005-06-30 | 1 | -0/+82 |
| * | Handle B-unit break instructions. The break.b is unique in that the | Marcel Moolenaar | 2005-06-27 | 1 | -1/+50 |
| * | Replace the existing copyright notice with my own. Over the years I've | Marcel Moolenaar | 2005-06-27 | 1 | -23/+19 |
| * | Cosmetic: s/u_int64_t/uint64_t/g | Marcel Moolenaar | 2005-06-27 | 1 | -7/+7 |
| * | Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from | David E. O'Brien | 2005-06-20 | 1 | -0/+1 |
| * | Define IPI_PREEMPT. Update a nearby comment while I'm here. | Marcel Moolenaar | 2005-06-12 | 1 | -2/+3 |
| * | Introduce a procedure, pmap_page_init(), that initializes the | Alan Cox | 2005-06-10 | 1 | -33/+20 |
| * | MFP4: | Joseph Koshy | 2005-06-09 | 1 | -0/+14 |
| * | Create nexus in configure_first() instead of in configure(). This | Marcel Moolenaar | 2005-05-29 | 1 | -2/+2 |
| * | Call cninit_finish() in configure_final(). | Marcel Moolenaar | 2005-05-29 | 1 | -0/+2 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 3 | -73/+0 |
| * | - Move bus dependent defines to {isa,cbus}_dmareg.h. | Yoshihiro Takahashi | 2005-05-14 | 1 | -1/+1 |
| * | Don't define _MACHINE_BUS_MEMIO_H_ nor _MACHINE_BUS_PIO_H_. | Marcel Moolenaar | 2005-05-10 | 1 | -3/+0 |
| * | Change cpu_set_kse_upcall to more generic style, so we can reuse it | David Xu | 2005-04-23 | 1 | -13/+20 |
| * | Sanity the RTC code: | Marcel Moolenaar | 2005-04-22 | 4 | -398/+130 |
| * | Add empty header (except of the multiple-inclusion protection) to | Marcel Moolenaar | 2005-04-20 | 1 | -0/+10 |
| * | Break out the definition of bus_space_{tag,handle}_t and a few other types | Warner Losh | 2005-04-18 | 2 | -13/+47 |
| * | Add a kpte command to DDB. It dumps the PTE of a KVA. This helps | Marcel Moolenaar | 2005-04-16 | 1 | -0/+20 |
| * | Return better "error" values for UWX_BOTTOM and UWX_ABI_FRAME in | Marcel Moolenaar | 2005-04-16 | 2 | -6/+21 |
| * | Initialize curthread before we save the APs MCA state. Saving the | Marcel Moolenaar | 2005-04-15 | 1 | -6/+8 |
| * | Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomic | John Baldwin | 2005-04-12 | 3 | -5/+5 |
| * | Dot the i's: | Marcel Moolenaar | 2005-04-12 | 1 | -5/+7 |
| * | Divorce critical sections from spinlocks. Critical sections as denoted by | John Baldwin | 2005-04-04 | 6 | -147/+52 |
| * | Add USB Communication Device Class Ethernet driver. Originally written for | Maxim Sobolev | 2005-03-22 | 1 | -0/+1 |
| * | s/SLIST/STAILQ to catch up with changes to resource lists. | Nate Lawson | 2005-03-20 | 1 | -2/+2 |
| * | Add a comment to note that pseudo-device bpf is required for DHCP. | Murray Stokely | 2005-03-18 | 1 | -0/+1 |
| * | Split configure() into 3 separate steps like we do on other | Ian Dowse | 2005-03-18 | 1 | -1/+18 |
| * | Refactor the bus_dma header files so that the interface is described in | Scott Long | 2005-03-14 | 2 | -194/+34 |
| * | Remove dead code. | Scott Long | 2005-03-07 | 1 | -17/+0 |