| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use get_mcontext() to construct the signal context in sendsig() and | marcel | 2003-11-09 | 3 | -109/+50 |
* | Change the clear_ret argument of get_mcontext() to be a flags argument. | marcel | 2003-11-09 | 1 | -2/+2 |
* | Remove the atkbd, psm, sc and vga devices. Most ia64 boxes out there | marcel | 2003-11-08 | 2 | -16/+0 |
* | Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() in | scottl | 2003-11-07 | 1 | -0/+4 |
* | Regen. | jhb | 2003-11-07 | 3 | -12/+12 |
* | Sync with global syscalls.master. ptrace(), dup(), pipe(), ktrace(), | jhb | 2003-11-07 | 1 | -9/+9 |
* | Add support for unaligned ld2, st2, st4 and st8. While here, make | marcel | 2003-11-06 | 1 | -1/+33 |
* | Handle unaligned 4-byte loads. While in the neighborhood, remove the | marcel | 2003-11-03 | 1 | -10/+7 |
* | Add a bogus definition of __va_list for use by lint. Make it visible | marcel | 2003-11-03 | 1 | -1/+5 |
* | Remove headers copied from i386 and either useless or wrong on ia64. | marcel | 2003-11-02 | 3 | -311/+0 |
* | When switching the RSE to use the kernel stack as backing store, keep | marcel | 2003-10-28 | 7 | -59/+59 |
* | The previous commit removed both clause 3 and clause 4 from the UCB | marcel | 2003-10-27 | 2 | -6/+8 |
* | Add support for userland to access I/O port space. This is primarily | marcel | 2003-10-27 | 2 | -40/+83 |
* | Remove unused header. See also ia64/disasm/disasm.h. | marcel | 2003-10-24 | 1 | -1178/+0 |
* | Remove ia64_pack_bundle() and ia64_unpack_bundle(). They are not | marcel | 2003-10-24 | 1 | -25/+0 |
* | Remove unused file. db_disasm() has been implemented in db_interface.c | marcel | 2003-10-24 | 1 | -2909/+0 |
* | Implement db_disasm() by using the new disassembler. Temporarily | marcel | 2003-10-24 | 1 | -60/+79 |
* | Use a TR of size 1 << IA64_ID_PAGE_SHIFT instead of 16M to avoid | arun | 2003-10-24 | 1 | -2/+1 |
* | Don't use fuword() or suword() unconditionally. They explicitly | marcel | 2003-10-24 | 1 | -4/+21 |
* | Remove two unused fields in the operand structure (o_read & o_write). | marcel | 2003-10-24 | 1 | -2/+0 |
* | Cleanup. Remove the md_flags for threads. It's not used. The flags | marcel | 2003-10-23 | 1 | -35/+21 |
* | Reimplement unaligned_fixup() using the new disassembler and a | marcel | 2003-10-23 | 1 | -582/+136 |
* | Remove unused include of <machine/inst.h> | marcel | 2003-10-23 | 1 | -1/+0 |
* | Remove prototype of unaligned_fixup() and fix a nearby style(9) | marcel | 2003-10-23 | 1 | -3/+1 |
* | Add prototypes for spillfd() and unaligned_fixup(). | marcel | 2003-10-23 | 1 | -0/+2 |
* | Add spillfd(). This function loads a double-precision FP register | marcel | 2003-10-23 | 1 | -0/+10 |
* | Add a new disassembler that improves over the previous disassembler | marcel | 2003-10-23 | 5 | -0/+5915 |
* | Remove md_bspstore from the MD fields of struct thread. Now that | marcel | 2003-10-21 | 2 | -3/+2 |
* | Put the RSE backing store at a fixed address. This change is triggered | marcel | 2003-10-20 | 1 | -0/+2 |
* | Add the cpu_idle_hook() function pointer so that other idlers can be | njl | 2003-10-18 | 1 | -2/+11 |
* | Implement cpu_idle() on ia64. We put the processor in a lightweight | marcel | 2003-10-17 | 1 | -1/+9 |
* | Implement preliminary support for the PT_SYSCALL command to ptrace(2). | robert | 2003-10-09 | 1 | -0/+6 |
* | With BETA 5 of libuwx some of the application registers are renamed | marcel | 2003-10-09 | 1 | -3/+3 |
* | Include <sys/smp.h> for the prototype of smp_rendezvous(). | marcel | 2003-10-08 | 1 | -0/+1 |
* | 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 | 1 | -95/+17 |
* | Swap the syscall caller frame info (i.e. the return pointer and | marcel | 2003-10-03 | 3 | -40/+37 |
* | Drop any and all support for varargs. There's no history to worry | marcel | 2003-09-28 | 1 | -14/+1 |
* | Set cn_name, not cn_dev | phk | 2003-09-26 | 1 | -1/+1 |
* | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | peter | 2003-09-25 | 4 | -15/+6 |
* | Implement the bus_space_map() function to allocate resources and initialize | nyan | 2003-09-23 | 1 | -5/+12 |
* | Fix the last remaining problem encountered by KSE: apparently it is | marcel | 2003-09-20 | 1 | -1/+5 |
* | Move uma_small_alloc() and uma_small_free() to uma_machdep.c. These | marcel | 2003-09-20 | 2 | -77/+104 |
* | Fix the most significant KSE breakage caused by not restoring the | marcel | 2003-09-19 | 1 | -4/+12 |
* | Revamp trap(): make it more explicit which kinds of traps/faults we | marcel | 2003-09-19 | 1 | -264/+304 |
* | Change TRAPF_USERMODE and CLOCKF_USERMODE to not test for CPL == 3, | marcel | 2003-09-19 | 1 | -2/+2 |
* | Include "opt_kstack_pages.h". We export KSTACK_PAGES to assembly and | marcel | 2003-09-19 | 1 | -0/+2 |
* | Add a new parameter to pmap_extract_and_hold() that is needed to eliminate | alc | 2003-09-12 | 1 | -2/+3 |
* | Rewrite the SAPIC initialization to always program the RTEs with what | marcel | 2003-09-10 | 4 | -47/+99 |
* | Move the definitions for ACPI MADT table entries not present in the ACPICA | jhb | 2003-09-10 | 1 | -62/+1 |