| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops, I accidently merged a whitespace error from the original commit. | peter | 2001-11-16 | 1 | -1/+1 |
* | Merge rev 1.264 from i386/pmap.c (tegge via alfred): | peter | 2001-11-16 | 1 | -1/+4 |
* | Merge rev 1.202 from i386/pmap.c (back in 1998 by John Dyson): | peter | 2001-11-16 | 1 | -0/+3 |
* | Merge rev 1.293 of i386/pmap.c - skip PG_UNMANAGED in pmap_collect() | peter | 2001-11-16 | 1 | -1/+1 |
* | Converge with i386/pmap.c - dont refer to curproc, use curthread. | peter | 2001-11-16 | 1 | -2/+2 |
* | As part of a general cleanup and reconvergence of related pmap code, | peter | 2001-11-16 | 1 | -22/+1 |
* | Implement eficlock_set() to set hardware clock. | peter | 2001-11-12 | 1 | -1/+13 |
* | o os_boot_rendez is responsible for clearing the IRR bit by | marcel | 2001-11-12 | 4 | -37/+69 |
* | Invoke trap() for the alt. ITLB and alt. DTLB interrrupts when | marcel | 2001-11-12 | 2 | -2/+16 |
* | Remove #if 0'ed code that was replaced by vm_ksubmap_init() and GC'ed | peter | 2001-11-12 | 1 | -126/+0 |
* | Avoid using the .align directive to skip to the next vector offset. | marcel | 2001-11-10 | 2 | -426/+144 |
* | * Make sure we increment pm_stats.resident_count in pmap_enter_quick | dfr | 2001-11-09 | 2 | -198/+305 |
* | Raise SIGILL for General Exceptions - its closer to the correct meaning. | dfr | 2001-11-09 | 1 | -0/+7 |
* | Reserve more space for phys_avail. Really need to be more careful about | dfr | 2001-11-09 | 1 | -1/+1 |
* | Teach DDB about branch registers. | dfr | 2001-11-09 | 1 | -1/+12 |
* | Define PS and VE fields of region register correctly. | dfr | 2001-11-09 | 1 | -2/+2 |
* | Implement os_boot_rendez. Application processors are initialized | marcel | 2001-11-09 | 3 | -46/+143 |
* | Don't pass os_boot_rendez directly to SAL_SET_VECTORS, because it's | marcel | 2001-11-05 | 1 | -1/+2 |
* | Implement <machine/ieeefp.h> | dfr | 2001-11-03 | 1 | -14/+36 |
* | Implement i386/i386/pmap.c 1.292 for alpha, ia64 (avoid free | dillon | 2001-11-03 | 1 | -1/+17 |
* | o Add new header <sys/stdint.h>. | mike | 2001-11-02 | 4 | -0/+470 |
* | Call ast() from exception_restore when we are restoring to user mode. | dfr | 2001-11-02 | 2 | -16/+24 |
* | Use static storage for the unwind state so that we can still get backtraces | dfr | 2001-11-02 | 1 | -4/+22 |
* | Remember to actually free the pv_entry in pmap_remove_entry(). | dfr | 2001-11-02 | 1 | -0/+1 |
* | argh! cut/paste typo. :-( | peter | 2001-11-02 | 1 | -1/+1 |
* | "Fix" a problem that got copied from alpha to ia64 and broke there. | peter | 2001-11-02 | 1 | -1/+3 |
* | Experiment with rewriting the syscall() wrapper using explicit bundling | dfr | 2001-10-31 | 2 | -378/+508 |
* | Add TF_AR_FPSR, the offset of ar.fpsr in a trapframe. | dfr | 2001-10-31 | 1 | -0/+1 |
* | Print the bundle template name on the first slot of the bundle. | dfr | 2001-10-31 | 1 | -0/+39 |
* | * Factor out common code for manipulating the RSE backing store. | dfr | 2001-10-29 | 7 | -136/+1689 |
* | Make the various bits of SMP code conditional on SMP so that I can still | dfr | 2001-10-29 | 4 | -0/+14 |
* | Various fixes to make stack traces using the unwind tables work properly. | dfr | 2001-10-29 | 7 | -10/+242 |
* | Fix disassembly of 'add a=b,c,1' and make the disassembly of the various | dfr | 2001-10-29 | 1 | -3/+3 |
* | The size of the ELF hash table changed from 64 bits in the prototype | peter | 2001-10-29 | 1 | -1/+1 |
* | o Send a test IPI from the BSP to itself at the same time APs | marcel | 2001-10-29 | 2 | -10/+14 |
* | Add an IPI used for testing proper operation of delivering IPIs. | marcel | 2001-10-29 | 1 | -1/+2 |
* | Make the clock vector 255 instead of 240. On Lion boxes, 240 is | marcel | 2001-10-29 | 2 | -3/+3 |
* | Small correction in the LOCAL_SAPIC structure. The Flags field | marcel | 2001-10-29 | 1 | -3/+2 |
* | o Do not parse the MADT as a side-effect in AcpiOsGetRootPointer, | marcel | 2001-10-29 | 8 | -165/+359 |
* | Add APM compatibility feature to ACPI. | iwasaki | 2001-10-26 | 1 | -0/+48 |
* | Add a per-thread ucred reference for syscalls and synchronous traps from | jhb | 2001-10-26 | 1 | -0/+18 |
* | * Clear the TLB on boot. | dfr | 2001-10-24 | 1 | -4/+7 |
* | If we get an unhandled page fault in kernel mode, either panic (if | dfr | 2001-10-24 | 1 | -1/+14 |
* | Remove call to cninit_finish. This is part of the multiple | marcel | 2001-10-24 | 1 | -2/+0 |
* | Add parse functions for local APIC and I/O APIC entries. | marcel | 2001-10-24 | 1 | -7/+31 |
* | Fix RAW dependency violation when compiled with gcc-3 | peter | 2001-10-23 | 1 | -1/+1 |
* | Turn off the single-user override. We've been running multi-user | peter | 2001-10-23 | 1 | -5/+0 |
* | Add data serialisations after ptc and mov to rr[] instructions. | dfr | 2001-10-23 | 1 | -5/+6 |
* | Remove funky right justification. | mike | 2001-10-23 | 1 | -9/+9 |
* | In the signal trampoline, flush the register stack before calling | dfr | 2001-10-22 | 2 | -2/+4 |