| Commit message (Expand) | Author | Age | Files | Lines |
* | Sort PFIL_HOOKS. | Marcel Moolenaar | 2004-01-27 | 1 | -1/+1 |
* | - Recruit some new ULE users by making it the default scheduler in GENERIC. | Jeff Roberson | 2004-01-24 | 1 | -1/+1 |
* | Add PFIL_HOOKS to the GENERIC kernel configuration, primarily so | Jacques Vidrine | 2004-01-24 | 1 | -0/+1 |
* | Fix handling of FP traps: | Marcel Moolenaar | 2004-01-20 | 1 | -24/+23 |
* | s/framep/tf/g -- this normalizes on the use of tf to point to the | Marcel Moolenaar | 2004-01-20 | 2 | -89/+89 |
* | Whitespace nit. | Dag-Erling Smørgrav | 2004-01-13 | 1 | -1/+1 |
* | Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm | Jacques Vidrine | 2004-01-09 | 1 | -0/+1 |
* | Make sigaltstack as per-threaded, because per-process sigaltstack state | David Xu | 2004-01-03 | 1 | -8/+8 |
* | Track three new sendfile-related statistics: | Mike Silbersack | 2003-12-28 | 1 | -0/+1 |
* | Move the declaration of sfbufspeak and sfbufsused to mbuf.h, | Mike Silbersack | 2003-12-28 | 1 | -2/+1 |
* | Track current and peak sfbuf usage, export the values via sysctl. | Mike Silbersack | 2003-12-27 | 1 | -0/+4 |
* | Don't use NULL with integral types. | Marcel Moolenaar | 2003-12-24 | 1 | -6/+6 |
* | Return AE_OK for stub functions returning ACPI_STATUS, not NULL | Peter Wemm | 2003-12-24 | 1 | -2/+2 |
* | GC the unused <machine/kse.h> file. | Peter Wemm | 2003-12-24 | 1 | -38/+0 |
* | Add an additional field to the elf brandinfo structure to support | Peter Wemm | 2003-12-23 | 1 | -2/+17 |
* | Add missing #include "opt_compat.h" so that the compatability function | Peter Wemm | 2003-12-18 | 1 | -0/+2 |
* | In set_mcontext(), take into account that kse_switchin(2) will | Marcel Moolenaar | 2003-12-14 | 1 | -5/+10 |
* | Assimilate ia64 back into the fold with the common freebsd32/ia32 code. | Peter Wemm | 2003-12-11 | 12 | -3758/+77 |
* | Fix last second typo. | Peter Wemm | 2003-12-10 | 1 | -1/+1 |
* | Use gcc's superior ffs() builtin. | Peter Wemm | 2003-12-10 | 1 | -0/+9 |
* | Use ffs(x) == popcnt(x ^ (x - 1)) to implement 64 bit ffsl(). gcc's | Peter Wemm | 2003-12-10 | 1 | -8/+15 |
* | Don't panic for misalignment traps when the onfault handler is set. | Marcel Moolenaar | 2003-12-09 | 1 | -1/+10 |
* | Use the ACPI-CA definitions for the various APIC tables instead of our | Nate Lawson | 2003-12-09 | 1 | -45/+41 |
* | Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktr | David E. O'Brien | 2003-12-08 | 2 | -475/+0 |
* | Simplify the contexts created by the kernel and remove the related | Marcel Moolenaar | 2003-12-07 | 2 | -56/+29 |
* | Ooops. These are still used by the bktr driver. David O'Brien has | Warner Losh | 2003-12-07 | 1 | -0/+187 |
* | Remote meteor driver. It hasn't compiled in over 3 years. If someone | Warner Losh | 2003-12-07 | 1 | -187/+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 |