| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm | nectar | 2004-01-09 | 1 | -0/+1 |
* | Make sigaltstack as per-threaded, because per-process sigaltstack state | davidxu | 2004-01-03 | 1 | -8/+8 |
* | Track three new sendfile-related statistics: | silby | 2003-12-28 | 1 | -0/+1 |
* | Move the declaration of sfbufspeak and sfbufsused to mbuf.h, | silby | 2003-12-28 | 1 | -2/+1 |
* | Track current and peak sfbuf usage, export the values via sysctl. | silby | 2003-12-27 | 1 | -0/+4 |
* | Don't use NULL with integral types. | marcel | 2003-12-24 | 1 | -6/+6 |
* | Return AE_OK for stub functions returning ACPI_STATUS, not NULL | peter | 2003-12-24 | 1 | -2/+2 |
* | GC the unused <machine/kse.h> file. | peter | 2003-12-24 | 1 | -38/+0 |
* | Add an additional field to the elf brandinfo structure to support | peter | 2003-12-23 | 1 | -2/+17 |
* | Add missing #include "opt_compat.h" so that the compatability function | peter | 2003-12-18 | 1 | -0/+2 |
* | In set_mcontext(), take into account that kse_switchin(2) will | marcel | 2003-12-14 | 1 | -5/+10 |
* | Assimilate ia64 back into the fold with the common freebsd32/ia32 code. | peter | 2003-12-11 | 12 | -3758/+77 |
* | Fix last second typo. | peter | 2003-12-10 | 1 | -1/+1 |
* | Use gcc's superior ffs() builtin. | peter | 2003-12-10 | 1 | -0/+9 |
* | Use ffs(x) == popcnt(x ^ (x - 1)) to implement 64 bit ffsl(). gcc's | peter | 2003-12-10 | 1 | -8/+15 |
* | Don't panic for misalignment traps when the onfault handler is set. | marcel | 2003-12-09 | 1 | -1/+10 |
* | Use the ACPI-CA definitions for the various APIC tables instead of our | njl | 2003-12-09 | 1 | -45/+41 |
* | Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktr | obrien | 2003-12-08 | 2 | -475/+0 |
* | Simplify the contexts created by the kernel and remove the related | marcel | 2003-12-07 | 2 | -56/+29 |
* | Ooops. These are still used by the bktr driver. David O'Brien has | imp | 2003-12-07 | 1 | -0/+187 |
* | Remote meteor driver. It hasn't compiled in over 3 years. If someone | imp | 2003-12-07 | 1 | -187/+0 |
* | - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still called | jhb | 2003-11-21 | 1 | -2/+8 |
* | Set the ACPI processor Id in the PCPU structure so that CPU idling | marcel | 2003-11-20 | 1 | -1/+1 |
* | Widen the enable/disable helper function's argument in line with the | peter | 2003-11-17 | 1 | -1/+1 |
* | Fixed a pedantic syntax error (a stray semicolon at the end of | bde | 2003-11-17 | 1 | -1/+1 |
* | - Remove unnecessary synchronization from sf_buf_init(). (There is only | alc | 2003-11-16 | 1 | -2/+0 |
* | - Modify alpha's sf_buf implementation to use the direct virtual-to- | alc | 2003-11-16 | 2 | -2/+58 |
* | Add the pc_acpi_id PCPU member. The new acpi_cpu driver uses this to | njl | 2003-11-15 | 2 | -1/+3 |
* | Remove ia64_highfp_load() now that it's unused. | marcel | 2003-11-12 | 2 | -15/+0 |
* | Further work-out the handling of the high FP registers. The most | marcel | 2003-11-12 | 3 | -67/+48 |
* | Save and restore the high FP registers in {g|s}_mcontext(). Note | marcel | 2003-11-11 | 1 | -2/+9 |
* | Fix a nasty bug that got exposed when the sendsig() and sigreturn() | marcel | 2003-11-11 | 2 | -4/+26 |
* | In get_mcontext(), do not update bspstore and ndirty in the trapframe. | marcel | 2003-11-10 | 1 | -5/+9 |
* | When a thread is being swapped-out, save the high FP registers. We | marcel | 2003-11-09 | 1 | -0/+2 |
* | 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 |