| Commit message (Expand) | Author | Age | Files | Lines |
* | Only remove the handler if we installed it. | njl | 2004-01-12 | 1 | -2/+4 |
* | Clean up the probe message and sort the function table according to | njl | 2004-01-12 | 1 | -3/+3 |
* | Update list of device drivers that support polling. | ale | 2004-01-11 | 1 | -2/+2 |
* | Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output, | njl | 2004-01-11 | 1 | -0/+485 |
* | Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output, | njl | 2004-01-11 | 1 | -0/+4 |
* | Include "opt_cpu.h" and related #ifdef's for SSE so that pagezero() | alc | 2004-01-11 | 1 | -0/+8 |
* | Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm | nectar | 2004-01-09 | 1 | -0/+1 |
* | Fix a long-standing bug that had been introduced in rev 1.24 with the | joerg | 2004-01-07 | 1 | -1/+4 |
* | - Use i8259A register defines from shared sys/dev/ic/i8259.h rather than | jhb | 2004-01-06 | 2 | -67/+20 |
* | Use ANSI C function definition for `_mcount' and remove `static' | nectar | 2004-01-06 | 1 | -1/+0 |
* | Add struct definition of the Elan MMCR registers (from jb@) | phk | 2004-01-05 | 4 | -38/+331 |
* | Attempt to make the proper changes here for the proc.h commit: | obrien | 2004-01-05 | 1 | -5/+5 |
* | Make sigaltstack as per-threaded, because per-process sigaltstack state | davidxu | 2004-01-03 | 1 | -2/+2 |
* | Hook the CPU_GEODE option up. | phk | 2004-01-03 | 1 | -0/+4 |
* | Make sigaltstack as per-threaded, because per-process sigaltstack state | davidxu | 2004-01-03 | 2 | -31/+31 |
* | Use <machine/asmacros.h> since <machine/asm.h> is a userland-only header | njl | 2004-01-01 | 1 | -3/+3 |
* | Replace an outb() during the test for configuration mechanism #1 with a | jhb | 2003-12-31 | 2 | -2/+2 |
* | Garbage-collected CLK_USE_TSC_CALIBRATION. | bde | 2003-12-30 | 1 | -7/+6 |
* | Sorted includes. Removed duplicates exposed by this. | bde | 2003-12-29 | 1 | -12/+9 |
* | Sorted includes. | bde | 2003-12-29 | 1 | -13/+12 |
* | Don't bother clearing PG_ZERO on the page table page in _pmap_allocpte(); | alc | 2003-12-28 | 1 | -1/+0 |
* | Track three new sendfile-related statistics: | silby | 2003-12-28 | 1 | -0/+1 |
* | Don't bother clearing and setting PG_BUSY on page table directory pages. | alc | 2003-12-28 | 1 | -4/+0 |
* | Move the declaration of sfbufspeak and sfbufsused to mbuf.h, | silby | 2003-12-28 | 1 | -3/+2 |
* | Track current and peak sfbuf usage, export the values via sysctl. | silby | 2003-12-27 | 1 | -0/+8 |
* | GC the unused <machine/kse.h> file. | peter | 2003-12-24 | 1 | -49/+0 |
* | GC unused 'syshide' override to /dev/null. This was here to disable | peter | 2003-12-24 | 4 | -4/+0 |
* | Oops, remove references to namespc column in comment (I'm not going to | peter | 2003-12-24 | 1 | -2/+1 |
* | Regen. (This should have been a NOP except it hasn't been regenerated | peter | 2003-12-24 | 8 | -317/+351 |
* | GC namespc column and unwrap long lines that now fit. | peter | 2003-12-24 | 3 | -234/+222 |
* | Regen (should be a NOP except for rcsid changes) | peter | 2003-12-23 | 3 | -3/+3 |
* | GC unused third namespace column. | peter | 2003-12-23 | 1 | -311/+268 |
* | Add an additional field to the elf brandinfo structure to support | peter | 2003-12-23 | 2 | -4/+21 |
* | - Significantly reduce the number of preallocated pv entries in | alc | 2003-12-22 | 1 | -14/+1 |
* | MFamd64: Remove i386_protection_init() and the protection_codes[] array | jhb | 2003-12-18 | 1 | -43/+3 |
* | Hey, how about we NOT make modules crash 486s? | green | 2003-12-17 | 1 | -1/+1 |
* | - Call mp_topology() after all CPUs have been probed. | jeff | 2003-12-11 | 1 | -0/+4 |
* | - Add the mp_topology() function to mp_machdep.c. This function builds up | jeff | 2003-12-11 | 2 | -3/+44 |
* | Delete old and unused APIC_IRQ defines. | jhb | 2003-12-10 | 1 | -32/+0 |
* | Use NAPICID for the maximum number of local APICs rather than MAXCPU when | jhb | 2003-12-10 | 1 | -2/+2 |
* | Correct usage of MAXCPU. The MAXCPU value itself is not a valid CPU ID | jhb | 2003-12-10 | 1 | -2/+2 |
* | Add just enough of i386/include/pcvt_ioctl.h to amd64/include/pcvt_ioctl.h | obrien | 2003-12-10 | 1 | -4/+0 |
* | Use the ACPI-CA definitions for the various APIC tables instead of our | njl | 2003-12-09 | 1 | -59/+55 |
* | Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktr | obrien | 2003-12-08 | 2 | -445/+36 |
* | Don't remove the virtual-to-physical mapping when an sf_buf is freed. | alc | 2003-12-07 | 2 | -9/+11 |
* | 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 |
* | The dgb driver is redundant with the digi driver in the tree. It uses | imp | 2003-12-07 | 1 | -15/+0 |
* | First part of the removal of drivers for hardware that isn't relevant | imp | 2003-12-07 | 2 | -637/+0 |
* | File forgotten in the cx shuffle. | imp | 2003-12-05 | 1 | -484/+0 |