| Commit message (Expand) | Author | Age | Files | Lines |
* | Identify the Deerfield processor. Deerfield is a low-voltage variant | marcel | 2004-03-10 | 1 | -12/+25 |
* | Retire pmap_pinit2(). Alpha was the last platform that used it. However, | alc | 2004-03-07 | 1 | -11/+0 |
* | Integrate the code from pmap_pinit2() into pmap_pinit(), leaving | alc | 2004-03-07 | 1 | -5/+1 |
* | Remove unused declarations. (Some time ago, these variables became fields | alc | 2004-03-07 | 1 | -2/+0 |
* | Fix syntax errors and wrong function prototypes in several MD header | le | 2004-03-05 | 1 | -2/+2 |
* | Do not pre-map the I/O port space. On the Intel Tiger 4 this conflicts | marcel | 2004-02-22 | 3 | -35/+0 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 2 | -2/+4 |
* | Device megapatch 3/6: | phk | 2004-02-21 | 1 | -3/+1 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 1 | -2/+0 |
* | Change the disk(9) API in order to make device removal more robust. | phk | 2004-02-18 | 1 | -10/+13 |
* | Sort PFIL_HOOKS. | marcel | 2004-01-27 | 1 | -1/+1 |
* | - Recruit some new ULE users by making it the default scheduler in GENERIC. | jeff | 2004-01-24 | 1 | -1/+1 |
* | Add PFIL_HOOKS to the GENERIC kernel configuration, primarily so | nectar | 2004-01-24 | 1 | -0/+1 |
* | Fix handling of FP traps: | marcel | 2004-01-20 | 1 | -24/+23 |
* | s/framep/tf/g -- this normalizes on the use of tf to point to the | marcel | 2004-01-20 | 2 | -89/+89 |
* | Whitespace nit. | des | 2004-01-13 | 1 | -1/+1 |
* | 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 |