| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Temporary band-aid to fix hang when a process exec's Altivec instructions. | Peter Grehan | 2005-07-30 | 6 | -0/+32 |
* | Convert the atomic_ptr() operations over to operating on uintptr_t | John Baldwin | 2005-07-15 | 1 | -63/+20 |
* | Add recently invented COMPAT_FREEBSD5 option. | Ken Smith | 2005-07-14 | 1 | -0/+1 |
* | 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 |
* | Catch up with ATA-mkIII | Peter Grehan | 2005-03-31 | 3 | -53/+4 |
* | Add USB Communication Device Class Ethernet driver. Originally written for | Maxim Sobolev | 2005-03-22 | 1 | -0/+1 |
* | Optimize putc routine to write 2 ints instead of 8 chars to uncached | Peter Grehan | 2005-03-19 | 1 | -14/+41 |
* | 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 steps ala sparc64 | Peter Grehan | 2005-03-18 | 1 | -1/+20 |
* | Prepend underscore to bus_dmamap_{unload|sync} in line with | Peter Grehan | 2005-03-15 | 1 | -2/+2 |
* | Include <sys/signalvar.h> for trapsignal prototype. | Peter Grehan | 2005-03-15 | 2 | -0/+2 |
* | Long overdue sync-up with ATA code | Peter Grehan | 2005-03-15 | 1 | -1/+3 |
* | Refactor the bus_dma header files so that the interface is described in | Scott Long | 2005-03-14 | 2 | -182/+34 |
* | Replaced previous hw.physmem extraction with des's mods to | Peter Grehan | 2005-03-07 | 3 | -150/+6 |
* | physmem is a much better indicator for 'real' memory on PPC than Maxmem | Peter Grehan | 2005-03-07 | 2 | -6/+6 |
* | Allow user to undersize memory with hw.physmem loader variable. | Peter Grehan | 2005-03-07 | 3 | -3/+186 |
* | netchild's mega-patch to isolate compiler dependencies into a central | Joerg Wunsch | 2005-03-02 | 9 | -27/+46 |
* | Catch up with "physical memory" sysctl change. | Peter Grehan | 2005-03-01 | 2 | -0/+4 |
* | Catch the case where the idle loop is entered with interrupts disabled, | Peter Grehan | 2005-02-28 | 2 | -2/+18 |
* | - switch pcpu to a struct declaration ala amd64. It may be more efficient to | Peter Grehan | 2005-02-28 | 2 | -6/+4 |
* | Correctly set kernelname for kern.bootfile sysctl | Peter Grehan | 2005-02-28 | 2 | -0/+20 |
* | Add PVO_FAKE flag to pvo entries for PG_FICTITIOUS mappings, to | Peter Grehan | 2005-02-25 | 3 | -42/+75 |
* | Mods for Xorg server: | Peter Grehan | 2005-02-25 | 2 | -6/+113 |
* | Use a common multi-inclusion protection, and add such a | Ruslan Ermilov | 2005-02-19 | 1 | -4/+4 |
* | Finish the job of sorting all includes and fix the build by including | Nate Lawson | 2005-02-06 | 2 | -46/+54 |
* | Sort includes a little so that bus.h comes before cpu.h (for device_t). | Nate Lawson | 2005-02-04 | 2 | -8/+8 |