| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'. | cvs2svn | 2003-12-07 | 1 | -385/+0 |
| * | - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still called | John Baldwin | 2003-11-21 | 1 | -2/+8 |
| * | Set the ACPI processor Id in the PCPU structure so that CPU idling | Marcel Moolenaar | 2003-11-20 | 1 | -1/+1 |
| * | Widen the enable/disable helper function's argument in line with the | Peter Wemm | 2003-11-17 | 1 | -1/+1 |
| * | Fixed a pedantic syntax error (a stray semicolon at the end of | Bruce Evans | 2003-11-17 | 1 | -1/+1 |
| * | - Remove unnecessary synchronization from sf_buf_init(). (There is only | Alan Cox | 2003-11-16 | 1 | -2/+0 |
| * | - Modify alpha's sf_buf implementation to use the direct virtual-to- | Alan Cox | 2003-11-16 | 2 | -2/+58 |
| * | Add the pc_acpi_id PCPU member. The new acpi_cpu driver uses this to | Nate Lawson | 2003-11-15 | 2 | -1/+3 |
| * | Remove ia64_highfp_load() now that it's unused. | Marcel Moolenaar | 2003-11-12 | 2 | -15/+0 |
| * | Further work-out the handling of the high FP registers. The most | Marcel Moolenaar | 2003-11-12 | 3 | -67/+48 |
| * | Save and restore the high FP registers in {g|s}_mcontext(). Note | Marcel Moolenaar | 2003-11-11 | 1 | -2/+9 |
| * | Fix a nasty bug that got exposed when the sendsig() and sigreturn() | Marcel Moolenaar | 2003-11-11 | 2 | -4/+26 |
| * | In get_mcontext(), do not update bspstore and ndirty in the trapframe. | Marcel Moolenaar | 2003-11-10 | 1 | -5/+9 |
| * | When a thread is being swapped-out, save the high FP registers. We | Marcel Moolenaar | 2003-11-09 | 1 | -0/+2 |
| * | Use get_mcontext() to construct the signal context in sendsig() and | Marcel Moolenaar | 2003-11-09 | 3 | -109/+50 |
| * | Change the clear_ret argument of get_mcontext() to be a flags argument. | Marcel Moolenaar | 2003-11-09 | 1 | -2/+2 |
| * | Remove the atkbd, psm, sc and vga devices. Most ia64 boxes out there | Marcel Moolenaar | 2003-11-08 | 2 | -16/+0 |
| * | Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() in | Scott Long | 2003-11-07 | 1 | -0/+4 |
| * | Regen. | John Baldwin | 2003-11-07 | 3 | -12/+12 |
| * | Sync with global syscalls.master. ptrace(), dup(), pipe(), ktrace(), | John Baldwin | 2003-11-07 | 1 | -9/+9 |
| * | Add support for unaligned ld2, st2, st4 and st8. While here, make | Marcel Moolenaar | 2003-11-06 | 1 | -1/+33 |
| * | Handle unaligned 4-byte loads. While in the neighborhood, remove the | Marcel Moolenaar | 2003-11-03 | 1 | -10/+7 |
| * | Add a bogus definition of __va_list for use by lint. Make it visible | Marcel Moolenaar | 2003-11-03 | 1 | -1/+5 |
| * | Remove headers copied from i386 and either useless or wrong on ia64. | Marcel Moolenaar | 2003-11-02 | 3 | -311/+0 |
| * | When switching the RSE to use the kernel stack as backing store, keep | Marcel Moolenaar | 2003-10-28 | 7 | -59/+59 |
| * | The previous commit removed both clause 3 and clause 4 from the UCB | Marcel Moolenaar | 2003-10-27 | 2 | -6/+8 |
| * | Add support for userland to access I/O port space. This is primarily | Marcel Moolenaar | 2003-10-27 | 2 | -40/+83 |
| * | Remove unused header. See also ia64/disasm/disasm.h. | Marcel Moolenaar | 2003-10-24 | 1 | -1178/+0 |
| * | Remove ia64_pack_bundle() and ia64_unpack_bundle(). They are not | Marcel Moolenaar | 2003-10-24 | 1 | -25/+0 |
| * | Remove unused file. db_disasm() has been implemented in db_interface.c | Marcel Moolenaar | 2003-10-24 | 1 | -2909/+0 |
| * | Implement db_disasm() by using the new disassembler. Temporarily | Marcel Moolenaar | 2003-10-24 | 1 | -60/+79 |
| * | Use a TR of size 1 << IA64_ID_PAGE_SHIFT instead of 16M to avoid | Arun Sharma | 2003-10-24 | 1 | -2/+1 |
| * | Don't use fuword() or suword() unconditionally. They explicitly | Marcel Moolenaar | 2003-10-24 | 1 | -4/+21 |
| * | Remove two unused fields in the operand structure (o_read & o_write). | Marcel Moolenaar | 2003-10-24 | 1 | -2/+0 |
| * | Cleanup. Remove the md_flags for threads. It's not used. The flags | Marcel Moolenaar | 2003-10-23 | 1 | -35/+21 |
| * | Reimplement unaligned_fixup() using the new disassembler and a | Marcel Moolenaar | 2003-10-23 | 1 | -578/+132 |
| * | Remove unused include of <machine/inst.h> | Marcel Moolenaar | 2003-10-23 | 1 | -1/+0 |
| * | Remove prototype of unaligned_fixup() and fix a nearby style(9) | Marcel Moolenaar | 2003-10-23 | 1 | -3/+1 |
| * | Add prototypes for spillfd() and unaligned_fixup(). | Marcel Moolenaar | 2003-10-23 | 1 | -0/+2 |
| * | Add spillfd(). This function loads a double-precision FP register | Marcel Moolenaar | 2003-10-23 | 1 | -0/+10 |
| * | Add a new disassembler that improves over the previous disassembler | Marcel Moolenaar | 2003-10-23 | 5 | -0/+5915 |
| * | Remove md_bspstore from the MD fields of struct thread. Now that | Marcel Moolenaar | 2003-10-21 | 2 | -3/+2 |
| * | Put the RSE backing store at a fixed address. This change is triggered | Marcel Moolenaar | 2003-10-20 | 1 | -0/+2 |
| * | Add the cpu_idle_hook() function pointer so that other idlers can be | Nate Lawson | 2003-10-18 | 1 | -2/+11 |
| * | Implement cpu_idle() on ia64. We put the processor in a lightweight | Marcel Moolenaar | 2003-10-17 | 1 | -1/+9 |
| * | Implement preliminary support for the PT_SYSCALL command to ptrace(2). | Robert Drehmel | 2003-10-09 | 1 | -0/+6 |
| * | With BETA 5 of libuwx some of the application registers are renamed | Marcel Moolenaar | 2003-10-09 | 1 | -3/+3 |
| * | Include <sys/smp.h> for the prototype of smp_rendezvous(). | Marcel Moolenaar | 2003-10-08 | 1 | -0/+1 |
| * | Move pmap_resident_count() from the MD pmap.h to the MI pmap.h. | Bruce M Simpson | 2003-10-06 | 1 | -1/+0 |
| * | Migrate pmap_prefault() into the machine-independent virtual memory layer. | Alan Cox | 2003-10-03 | 1 | -95/+17 |