| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Setup for a 200MB FS -- 209715200/512= 409600 sectors. | obrien | 2001-10-22 | 1 | -1/+1 |
* | Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to | des | 2001-10-21 | 1 | -160/+0 |
* | [partially forced commit due to pilot error in earlier commit attempt] | des | 2001-10-21 | 2 | -4/+10 |
* | {set,fill}_{,fp,db}regs() fixup: | des | 2001-10-21 | 1 | -1/+14 |
* | Add some more names for bits of trapframe. | dfr | 2001-10-21 | 1 | -6/+15 |
* | We need to save a bit more information in the partial syscall trapframe | dfr | 2001-10-21 | 2 | -30/+90 |
* | Set ar.fpsr to something sane before trying to handle a trap - the user | dfr | 2001-10-21 | 1 | -0/+6 |
* | Use ia64_set_fpsr() instead of __asm to set ar.fpsr. | dfr | 2001-10-21 | 1 | -1/+1 |
* | Add ia64_set_fpsr(). | dfr | 2001-10-21 | 1 | -0/+9 |
* | Implement the IPI send functions. No mapping between IPI message | marcel | 2001-10-21 | 1 | -6/+41 |
* | Add define for the PIB default address and include a reference to | marcel | 2001-10-21 | 1 | -1/+6 |
* | Remove wx. | mjacob | 2001-10-20 | 1 | -1/+0 |
* | Reserve space for signal state. | dfr | 2001-10-20 | 1 | -1/+4 |
* | Save the AP wake-up vector from the SAL descriptor under SMP. | marcel | 2001-10-20 | 1 | -5/+25 |
* | Make this compile under option SMP. | marcel | 2001-10-20 | 2 | -6/+9 |
* | Make a start at an unaligned trap handler. Only integer loads and stores | dfr | 2001-10-19 | 2 | -76/+619 |
* | Translate various userland traps into SIGBUS (instead of just panicing). | dfr | 2001-10-19 | 1 | -0/+10 |
* | Try two on the preprocessing logic. | ru | 2001-10-19 | 1 | -1/+1 |
* | Remove unneeded sys/mutex.h includes. | jhb | 2001-10-19 | 1 | -1/+0 |