| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't enter the debugger if KDB_UNATTENDED is set or if | ps | 2005-04-20 | 2 | -4/+0 |
* | Add empty header (except of the multiple-inclusion protection) to | marcel | 2005-04-20 | 1 | -0/+10 |
* | Get order right when initializing task file bus resources. ATA drives are | grehan | 2005-04-20 | 2 | -4/+4 |
* | Break out the definition of bus_space_{tag,handle}_t and a few other types | imp | 2005-04-18 | 2 | -12/+47 |
* | Catch up with ATA mkIII definitions for registers that have different | grehan | 2005-04-18 | 2 | -2/+4 |
* | Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomic | jhb | 2005-04-12 | 2 | -4/+4 |
* | Unbreak the powerpc build by fixing some ATA constants that were renamed. | ssouhlal | 2005-04-12 | 1 | -3/+3 |
* | Change an instance of md_savecrit to md_saved_msr that I missed. | jhb | 2005-04-08 | 2 | -2/+2 |
* | Divorce critical sections from spinlocks. Critical sections as denoted by | jhb | 2005-04-04 | 7 | -135/+66 |
* | Introduce channel-level setmode newbus method. | grehan | 2005-04-01 | 3 | -0/+38 |
* | Catch up with ATA-mkIII | grehan | 2005-03-31 | 3 | -53/+4 |
* | Add USB Communication Device Class Ethernet driver. Originally written for | sobomax | 2005-03-22 | 1 | -0/+1 |
* | Optimize putc routine to write 2 ints instead of 8 chars to uncached | grehan | 2005-03-19 | 1 | -14/+41 |
* | Add a comment to note that pseudo-device bpf is required for DHCP. | murray | 2005-03-18 | 1 | -0/+1 |
* | Split configure into 3 steps ala sparc64 | grehan | 2005-03-18 | 1 | -1/+20 |
* | Prepend underscore to bus_dmamap_{unload|sync} in line with | grehan | 2005-03-15 | 1 | -2/+2 |
* | Include <sys/signalvar.h> for trapsignal prototype. | grehan | 2005-03-15 | 2 | -0/+2 |
* | Long overdue sync-up with ATA code | grehan | 2005-03-15 | 1 | -1/+3 |
* | Refactor the bus_dma header files so that the interface is described in | scottl | 2005-03-14 | 2 | -182/+34 |
* | Replaced previous hw.physmem extraction with des's mods to | grehan | 2005-03-07 | 3 | -150/+6 |
* | physmem is a much better indicator for 'real' memory on PPC than Maxmem | grehan | 2005-03-07 | 2 | -6/+6 |
* | Allow user to undersize memory with hw.physmem loader variable. | grehan | 2005-03-07 | 3 | -3/+186 |
* | netchild's mega-patch to isolate compiler dependencies into a central | joerg | 2005-03-02 | 9 | -27/+46 |
* | Catch up with "physical memory" sysctl change. | grehan | 2005-03-01 | 2 | -0/+4 |
* | Catch the case where the idle loop is entered with interrupts disabled, | grehan | 2005-02-28 | 2 | -2/+18 |
* | - switch pcpu to a struct declaration ala amd64. It may be more efficient to | grehan | 2005-02-28 | 2 | -6/+4 |
* | Correctly set kernelname for kern.bootfile sysctl | grehan | 2005-02-28 | 2 | -0/+20 |
* | Add PVO_FAKE flag to pvo entries for PG_FICTITIOUS mappings, to | grehan | 2005-02-25 | 3 | -42/+75 |
* | Mods for Xorg server: | grehan | 2005-02-25 | 2 | -6/+113 |
* | Use a common multi-inclusion protection, and add such a | ru | 2005-02-19 | 1 | -4/+4 |
* | Finish the job of sorting all includes and fix the build by including | njl | 2005-02-06 | 2 | -46/+54 |
* | Sort includes a little so that bus.h comes before cpu.h (for device_t). | njl | 2005-02-04 | 2 | -8/+8 |
* | Add an implementation of cpu_est_clockrate(9). This function estimates the | njl | 2005-02-04 | 2 | -0/+18 |
* | - recognize 7447A/7448 CPUs (used in miniMacs) | grehan | 2005-02-04 | 1 | -0/+11 |
* | - add wall_cmos_clock and adjkerntz variables, required by msdosfs | grehan | 2005-02-04 | 2 | -0/+42 |
* | Convert bus_space_barrier() into a null inline function rather than an | grehan | 2005-02-04 | 1 | -2/+9 |
* | - add definitions for MPC7447A/7448 (i.e. miniMac) | grehan | 2005-02-04 | 1 | -1/+3 |
* | HID0 updates: | grehan | 2005-02-04 | 1 | -3/+6 |
* | - change all u_int_XX to uint_XX | grehan | 2005-02-01 | 1 | -39/+39 |
* | Fix (accidental?) lock order reversal in pmap_remove. Found when | grehan | 2005-01-21 | 3 | -3/+3 |
* | Add bus_dmamap_load_mbuf_sg() to powerpc. | scottl | 2005-01-15 | 2 | -0/+32 |
* | - Remove some OBE comments regarding cpu_exit(). cpu_exit() is no longer | jhb | 2005-01-14 | 2 | -14/+0 |
* | - allow a device hint to disable probing a slot on a Uninorth PCI bus. | grehan | 2005-01-11 | 1 | -5/+12 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 97 | -109/+109 |
* | Return correct value in the lock routine. | grehan | 2005-01-07 | 1 | -2/+2 |
* | Correctly initialise the 2nd kernel segment, and don't | grehan | 2004-12-29 | 3 | -3/+9 |
* | Modify pmap_enter_quick() so that it expects the page queues to be locked | alc | 2004-12-23 | 3 | -6/+0 |
* | In the common case, pmap_enter_quick() completes without sleeping. | alc | 2004-12-15 | 3 | -0/+24 |
* | Create a new definition, PSL_KERNSET, which is used for setting the | grehan | 2004-11-30 | 1 | -1/+2 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 9 | -11/+6 |