| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce IA64_ID_PAGE_{MASK|SHIFT|SIZE} and LOG2_ID_PAGE_SIZE. The | marcel | 2003-09-09 | 1 | -0/+11 |
* | Fix a place where I forgot to change the code that checks whether | marcel | 2003-09-05 | 1 | -1/+1 |
* | Remove PAGE_SIZE_4K, PAGE_SIZE_8K and PAGE_SIZE_16K and replace them | marcel | 2003-08-23 | 1 | -16/+4 |
* | Undo the mistake made in revision 1.77 of trap.c and which was the | marcel | 2003-08-20 | 1 | -11/+6 |
* | Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI | marcel | 2003-08-16 | 2 | -29/+23 |
* | Add an instruction group break after the move to application register | marcel | 2003-08-15 | 1 | -2/+2 |
* | Introduce two machine specific ptrace(2) requests: PT_GETKSTACK and | marcel | 2003-08-15 | 1 | -2/+8 |
* | Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's | imp | 2003-08-12 | 1 | -2/+24 |
* | Cleanup prototypes in cpu.h, including fswintrberr and any references | marcel | 2003-08-12 | 2 | -20/+6 |
* | Cleanup and style(9) fixes. No functional change. | marcel | 2003-08-11 | 1 | -7/+4 |
* | Consistently use the BSD u_int and u_short instead of the SYSV uint and | jhb | 2003-08-07 | 1 | -1/+1 |
* | Better define the flags in the mcontext_t and properly set the flags | marcel | 2003-08-07 | 1 | -2/+52 |
* | - Since td_critnest is now initialized in MI code, it doesn't have to be | jhb | 2003-08-04 | 1 | -2/+0 |
* | Cleanup the clock code. This includes: | marcel | 2003-08-04 | 3 | -25/+16 |
* | Style sync. | obrien | 2003-08-03 | 1 | -8/+9 |
* | Don't use uint64_t. Use unsigned long instead. One is supposed to use | marcel | 2003-08-02 | 1 | -2/+2 |
* | Deal with 'options KSTACK_PAGES' being a global option. | peter | 2003-07-31 | 1 | -0/+2 |
* | - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'ed | mux | 2003-07-27 | 1 | -0/+1 |
* | Remove prototype of ia64_pa_access(). The function has been moved to | marcel | 2003-07-26 | 1 | -1/+0 |
* | Avoid using __aligned(16). Instead define the jmp_buf in terms of | marcel | 2003-07-26 | 1 | -9/+11 |
* | Unbreak ia64 builds now -Werror is enabled again. Avoid obsolete | marcel | 2003-07-26 | 1 | -6/+6 |
* | Revert previous commit. We don't use setjmp()/longjmp() for context | marcel | 2003-07-25 | 1 | -2/+1 |
* | Remove __aligned(16) from the definition of struct _ia64_fpreg. It's | marcel | 2003-07-25 | 1 | -128/+129 |
* | We sloppily created an array for the high FP registers (f32-f127), | marcel | 2003-07-23 | 1 | -2/+96 |
* | Enable the high FP registers when we call the FPSWA handler and disable | marcel | 2003-07-13 | 1 | -1/+13 |
* | Add logic to trace across/over a trapframe. We have ABI markers in | marcel | 2003-07-12 | 1 | -0/+1 |
* | Don't call malloc() and free() while in the debugger and unwinding | marcel | 2003-07-05 | 1 | -13/+14 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -1/+17 |
* | Add TLS related relocation. | marcel | 2003-06-19 | 1 | -0/+17 |
* | Migrate the thread stack management functions from the machine-dependent | alc | 2003-06-14 | 1 | -0/+1 |
* | Have TRAPF_USERMODE() take into account that the gateway page is not | marcel | 2003-06-06 | 1 | -2/+8 |
* | Make the regset pointers const pointers for the context restore functions. | marcel | 2003-05-31 | 1 | -3/+3 |
* | Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT. | hmp | 2003-05-30 | 1 | -1/+1 |
* | Move the sysctls of the misalignment handler to where they belong | marcel | 2003-05-29 | 1 | -11/+5 |
* | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | scottl | 2003-05-27 | 1 | -1/+2 |
* | Be more careful how we restore interrupts. Don't rewrite most of the | marcel | 2003-05-24 | 1 | -3/+4 |
* | Consistently us the same metric to differentiate between kernel mode | marcel | 2003-05-24 | 1 | -2/+1 |
* | Fix an alpha inheritance bug: | marcel | 2003-05-24 | 1 | -1/+1 |
* | sys/sys/limits.h: | kan | 2003-05-19 | 2 | -3/+3 |
* | pmap_install() needs to be atomic WRT to context switching. Protect | marcel | 2003-05-19 | 1 | -1/+1 |
* | Remove unused files. cpu_switch() and cpu_throw(), normally in swtch.s, | marcel | 2003-05-17 | 1 | -35/+0 |
* | Revamp of the syscall path, exception and context handling. The | marcel | 2003-05-16 | 12 | -290/+142 |
* | This file creates register sets based on the runtime specification. | marcel | 2003-05-15 | 1 | -0/+180 |
* | Style fixes. | kan | 2003-05-04 | 1 | -8/+11 |
* | Kill MID_MACHINE, its a.out specific, the only platform that supports | marcel | 2003-04-30 | 1 | -1/+0 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -62/+7 |
* | Revamp the newbus functions: | marcel | 2003-04-29 | 2 | -984/+652 |
* | Add a new sys/limits.h file which in turn depends on machine/_limits.h | kan | 2003-04-23 | 1 | -52/+39 |
* | Don't use the tpa instruction to implement pmap_kextract. The tpa | marcel | 2003-04-22 | 1 | -8/+1 |
* | I deserve a big pointy hat for having missed all those references | mux | 2003-04-10 | 1 | -9/+5 |