| Commit message (Expand) | Author | Age | Files | Lines |
* | Work-in-progress for the 'Kauai' ATA device in Mac notebooks. The | grehan | 2004-02-12 | 1 | -0/+190 |
* | Add sys file required for IEEE fp functions. | grehan | 2004-02-12 | 1 | -0/+37 |
* | Interrupt statistics, vmstat -i now works. | grehan | 2004-02-11 | 5 | -26/+59 |
* | Clean up header files, which fixes compile warning. | grehan | 2004-02-11 | 1 | -10/+1 |
* | - constify devinfo strings to eliminate compile warning | grehan | 2004-02-11 | 2 | -18/+18 |
* | - fix compile warnings | grehan | 2004-02-11 | 2 | -52/+10 |
* | - fixed trailing whitespace and indentation | grehan | 2004-02-11 | 1 | -11/+10 |
* | Fix compile warning | grehan | 2004-02-11 | 1 | -0/+1 |
* | - remove trailing whitespace | grehan | 2004-02-11 | 1 | -11/+13 |
* | Cleaned up param.h: | grehan | 2004-02-11 | 12 | -30/+28 |
* | Invalide pcb's fpu cpu # by setting it to INT_MAX, not NULL. | grehan | 2004-02-11 | 1 | -4/+5 |
* | Add sysctl hw.uma_mdpages to track how many pages have been allocated | grehan | 2004-02-11 | 2 | -0/+18 |
* | Correctly create interrupt key for PCI, which is the OpenFirmware | grehan | 2004-02-10 | 1 | -11/+17 |
* | Disable branch-target instruction cache on MPC7457 as outlined | grehan | 2004-02-09 | 1 | -2/+3 |
* | Recognize MPC7547 (aka G4+) | grehan | 2004-02-09 | 1 | -1/+7 |
* | Definitions for MPC7457 CPU type and HID0 bits | grehan | 2004-02-09 | 2 | -35/+42 |
* | - add a description of what .gdbinit should contain. | grehan | 2004-02-04 | 1 | -9/+25 |
* | Remove pmap_pvo_allocf zone alloc function. It was a way of | grehan | 2004-02-04 | 3 | -81/+12 |
* | Major overhaul of common trap code | grehan | 2004-02-04 | 2 | -1616/+710 |
* | - remove unused trap definitions | grehan | 2004-02-04 | 2 | -12/+22 |
* | - Lots more symbols required by the new trap_subr code | grehan | 2004-02-04 | 1 | -0/+40 |
* | - Add definition for GET_CPUINFO, required by new trap_subr code | grehan | 2004-02-04 | 2 | -12/+8 |
* | Move temporary register save area from exception-vector memory to | grehan | 2004-02-04 | 1 | -3/+15 |
* | Allow child devices to set the OpenFirmware device node ivar | grehan | 2004-02-04 | 2 | -4/+10 |
* | - removed debug printf that was a false positive on non-OpenPIC systems | grehan | 2004-02-04 | 1 | -7/+5 |
* | Use device alias "mpic" to locate the macio OpenPIC. This works | grehan | 2004-02-03 | 1 | -6/+5 |
* | When UMA_MD_SMALL_ALLOC is defined, pmap_kextract will be called | grehan | 2004-01-29 | 3 | -0/+30 |
* | Implement UMA_MD_SMALL_ALLOC, since the BAT registers allow direct | grehan | 2004-01-29 | 3 | -0/+170 |
* | - Recruit some new ULE users by making it the default scheduler in GENERIC. | jeff | 2004-01-24 | 1 | -1/+1 |
* | Add PFIL_HOOKS to the GENERIC kernel configuration, primarily so | nectar | 2004-01-24 | 1 | -0/+1 |
* | Add syscons options and enable USB, since there is no conflict between | grehan | 2004-01-21 | 1 | -12/+21 |
* | - Catch up with panic __LINE__/__FILE__ changes by moving panic calls | grehan | 2004-01-21 | 4 | -24/+16 |
* | A syscons implementation using the 8-bit framebuffer set up by | grehan | 2004-01-21 | 6 | -0/+927 |
* | Update 128-bit long double constants to match what is expected | grehan | 2004-01-21 | 1 | -9/+10 |
* | Catch up with ATA UMA changes | grehan | 2004-01-15 | 2 | -0/+2 |
* | Use a device identify entry point to attach to nexus, since the | grehan | 2004-01-13 | 1 | -9/+27 |
* | Make the OpenPic driver bus-independent, with attachments for | grehan | 2004-01-13 | 4 | -164/+557 |
* | Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probe | grehan | 2004-01-13 | 3 | -110/+133 |
* | Catch up with ATA changes by including <sys/sema.h> | grehan | 2004-01-13 | 2 | -0/+2 |
* | Make sigaltstack as per-threaded, because per-process sigaltstack state | davidxu | 2004-01-03 | 2 | -10/+10 |
* | Track three new sendfile-related statistics: | silby | 2003-12-28 | 2 | -0/+2 |
* | Move the declaration of sfbufspeak and sfbufsused to mbuf.h, | silby | 2003-12-28 | 2 | -4/+2 |
* | Track current and peak sfbuf usage, export the values via sysctl. | silby | 2003-12-27 | 2 | -0/+8 |
* | GC the unused <machine/kse.h> file. | peter | 2003-12-24 | 1 | -38/+0 |
* | Add an additional field to the elf brandinfo structure to support | peter | 2003-12-23 | 1 | -2/+17 |
* | Disable the per-vm_page PTE cache. This was not being invalidated | grehan | 2003-12-16 | 3 | -0/+6 |
* | imac revA-D and beige G3 OpenFirmware uses the "ide" string for | grehan | 2003-12-10 | 1 | -1/+2 |
* | - removed obsolete ppc_exit/ppc_boot functions | grehan | 2003-12-10 | 3 | -38/+122 |
* | Remove redundant declaration of ddb_trap | gallatin | 2003-12-09 | 1 | -1/+0 |
* | pmap_query_bit() should return false if the bit is not set. | gallatin | 2003-12-09 | 3 | -3/+3 |