| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | Use the "shut-down" and "reset-all" Forth procedures to halt and | gallatin | 2003-12-09 | 5 | -2/+42 |
* | Make breakpoint() actually break into ddb. | gallatin | 2003-12-09 | 1 | -5/+6 |
* | - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still called | jhb | 2003-11-21 | 1 | -0/+5 |
* | Widen the enable/disable helper function's argument in line with the | peter | 2003-11-17 | 4 | -13/+13 |
* | - Remove unnecessary synchronization from sf_buf_init(). (There is only | alc | 2003-11-16 | 2 | -4/+0 |
* | - Modify alpha's sf_buf implementation to use the direct virtual-to- | alc | 2003-11-16 | 3 | -2/+58 |
* | Change the clear_ret argument of get_mcontext() to be a flags argument. | marcel | 2003-11-09 | 2 | -2/+2 |
* | Add a stub cpu_idle() function for sparc64, alpha, powerpc. This is a | peter | 2003-10-19 | 2 | -0/+12 |
* | Move pmap_resident_count() from the MD pmap.h to the MI pmap.h. | bms | 2003-10-06 | 1 | -1/+0 |
* | Migrate pmap_prefault() into the machine-independent virtual memory layer. | alc | 2003-10-03 | 3 | -24/+39 |
* | DELAY must be a routine, not a macro definition. | grehan | 2003-09-26 | 4 | -6/+4 |
* | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | peter | 2003-09-25 | 2 | -13/+2 |
* | _MACHINE/_MACHINE_ARCH shouldn't be quoted. Found by trying to | grehan | 2003-09-24 | 1 | -2/+2 |
* | Soften assert in pmap_remove_all. | grehan | 2003-09-22 | 3 | -12/+75 |
* | ATAng requires <sys/taskqueue.h> | grehan | 2003-09-22 | 2 | -0/+2 |
* | Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_ | kan | 2003-09-01 | 1 | -3/+3 |
* | Migrate the sf_buf allocator that is used by sendfile(2) and zero-copy | alc | 2003-08-29 | 2 | -0/+202 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -3/+3 |
* | Fixup the ELF branding information to point to the new home of rtld. | gordon | 2003-08-17 | 1 | -1/+1 |
* | In vm_thread_swap{in|out}(), remove the alpha specific conditional | marcel | 2003-08-16 | 2 | -14/+18 |
* | Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI | marcel | 2003-08-16 | 2 | -4/+6 |