| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the kernel-specific logic to adjust frompc from MI to MD. For | marcel | 2004-08-27 | 1 | -0/+14 |
* | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | andre | 2004-08-27 | 1 | -1/+0 |
* | Add pmap locking to many of the functions. | alc | 2004-08-26 | 4 | -48/+147 |
* | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | marius | 2004-08-16 | 17 | -22/+22 |
* | Add /dev/mem and /dev/kmem to powerpc. | ssouhlal | 2004-08-16 | 10 | -0/+300 |
* | Advertise that color is supported so that syscons doesn't come up | grehan | 2004-08-16 | 1 | -2/+2 |
* | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | marius | 2004-08-12 | 5 | -87/+79 |
* | - Use the rman_get_* functions instead of reaching into struct resource. | marius | 2004-08-11 | 8 | -20/+16 |
* | Add __elfN(dump_thread). This function is called from __elfN(coredump) | marcel | 2004-08-11 | 1 | -0/+8 |
* | Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EE | grehan | 2004-08-07 | 1 | -1/+1 |
* | In pmap_page_protect, clear the vm page's PG_WRITEABLE flag if | grehan | 2004-08-05 | 3 | -3/+21 |
* | - Push down the acquisition and release of Giant into pmap_enter_quick() | alc | 2004-08-04 | 3 | -0/+6 |
* | Making a loadable null.ko for /dev/(null|zero) proved rather | markm | 2004-08-03 | 1 | -1/+0 |
* | Instead of calling ia32_pause() conditionally on __i386__ or __amd64__ | mux | 2004-08-03 | 1 | -0/+1 |
* | Remove race condition between reading of MSR, setting md_savecrit, | grehan | 2004-08-03 | 1 | -6/+2 |
* | Remove 'device mem' from GENERIC, which markm@ mistakingly added. | ssouhlal | 2004-08-02 | 1 | -1/+0 |
* | Kernel traps were not being passed to trap_fatal in some | grehan | 2004-08-02 | 2 | -2/+4 |
* | Break out the MI part of the /dev/[k]mem and /dev/io drivers into | markm | 2004-08-01 | 1 | -1/+3 |
* | - Push down the acquisition and release of Giant into pmap_protect() on | alc | 2004-07-30 | 3 | -0/+12 |
* | Add comment explaining struct reg and struct fpreg must match the trapframe. | ssouhlal | 2004-07-29 | 1 | -0/+2 |
* | Implement MD parts of ptrace. | ssouhlal | 2004-07-29 | 2 | -26/+86 |
* | Pass a thread argument into cpu_critical_{enter,exit}() rather than | rwatson | 2004-07-27 | 1 | -6/+4 |
* | Properly implement kdb_cpu_{set|clear}_singlestep to allow DDB to | grehan | 2004-07-27 | 1 | -0/+4 |
* | Make sure icache is sync'd whenever memory is touched. It may | grehan | 2004-07-27 | 1 | -0/+2 |
* | Save DAR/DSISR in DDB regsave area when stack overflow detected. It's | grehan | 2004-07-27 | 2 | -0/+8 |
* | Improve boot-time debugging with DDB by extracting the ksym start/end | grehan | 2004-07-27 | 2 | -0/+18 |
* | Implement the protection check required by the pmap_extract_and_hold() | alc | 2004-07-26 | 3 | -9/+18 |
* | Let ddb know powerpc is big endian so as to make ddb output | gallatin | 2004-07-23 | 1 | -0/+2 |
* | Detect kernel stack excursion into guard pages. Drop into KDB | grehan | 2004-07-23 | 2 | -10/+72 |
* | Bring KDB stack size into line with thread stack size (4 pages). | grehan | 2004-07-23 | 2 | -2/+2 |
* | Allow DSI exceptions to invoke DDB. | grehan | 2004-07-23 | 2 | -2/+4 |
* | The ADDR16 relocations were assuming that non-local symbols had an | grehan | 2004-07-23 | 1 | -14/+24 |
* | Update the callframe structure to leave space for the frame pointer | grehan | 2004-07-22 | 6 | -2/+16 |
* | Make this compile: add sys/module.h and KDBify. | gallatin | 2004-07-22 | 1 | -5/+3 |
* | Unify db_stack_trace_cmd(). All it did was look up the thread given | marcel | 2004-07-21 | 1 | -14/+0 |
* | elf_cpu_load_file no longer has an __unused variable. Also, don't | grehan | 2004-07-20 | 1 | -3/+4 |
* | Properly obey PPC context synchronization rules when modifying | grehan | 2004-07-20 | 2 | -0/+4 |
* | Fix printing of long doubles to match the size that | gallatin | 2004-07-19 | 1 | -9/+9 |
* | Make FLT_ROUNDS correctly reflect the dynamic rounding mode. | das | 2004-07-19 | 1 | -1/+5 |
* | Use the version field to identify the partial context used by | grehan | 2004-07-19 | 1 | -0/+1 |
* | Empty GENERIC.hints file needed by make release. | grehan | 2004-07-19 | 1 | -0/+1 |
* | In -CURRENT pseudo devices are not statically assigned at compile time, | maxim | 2004-07-18 | 1 | -1/+1 |
* | Resurrect kld support. Support ADDR16_HA/LA relocations, and sync | grehan | 2004-07-17 | 1 | -43/+45 |
* | Push down the acquisition and release of the page queues lock into | alc | 2004-07-15 | 3 | -0/+12 |
* | Add ptrace_clear_single_step(), alpha already has it for years, the function | davidxu | 2004-07-13 | 2 | -0/+16 |
* | Rename low-level code ddb -> db. Use KDB instead of DDB. | grehan | 2004-07-12 | 2 | -72/+72 |
* | Bring into KDB new order. | grehan | 2004-07-12 | 2 | -18/+12 |
* | - DDB -> KDB, with kdb routines | grehan | 2004-07-12 | 2 | -46/+108 |
* | No need for ddb option. Never a need for ipkdb option. | grehan | 2004-07-12 | 2 | -4/+0 |
* | Catch up with gratuitous ddb -> db renaming | grehan | 2004-07-12 | 1 | -1/+1 |