| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix StallOp implementaion. I've noticed that StallOp corresponds to | iwasaki | 2000-10-02 | 1 | -4/+10 |
* | Move the i386 PCI attachment code out of i386/isa back into i386/pci. | msmith | 2000-10-02 | 1 | -0/+5 |
* | Put on my nuclear-grade asbestos suit and cvs rm the old, broken, sound | peter | 2000-10-02 | 1 | -122/+0 |
* | Remove ACPI_NO_OSDFUNC_INLINE option from kernel configuration. Now | iwasaki | 2000-10-01 | 1 | -4/+1 |
* | One more update against header file name changing. | iwasaki | 2000-10-01 | 1 | -2/+2 |
* | - Add acpi_disable_events() and set it with EVENTHANDLER_REGISTER in order to | iwasaki | 2000-09-30 | 1 | -56/+55 |
* | More updates to the ACPI code: | msmith | 2000-09-30 | 1 | -0/+13 |
* | First shot at identifying the Pentum 4 acording to our reading of the | peter | 2000-09-29 | 1 | -2/+3 |
* | Get out the roto-rooter and clean up the abuse of nexus ivars by the | peter | 2000-09-28 | 2 | -0/+110 |
* | Fix the assmebly mutex macros to handle saving/restoring interrupt state | jhb | 2000-09-24 | 1 | -7/+21 |
* | Move MAXCPU from machine/smp.h to machine/param.h to fix breakage | ps | 2000-09-23 | 3 | -15/+5 |
* | #include <sys/proc.h> in order to get curproc. This seems to be the lesser | jasone | 2000-09-23 | 1 | -3/+2 |
* | Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, | ps | 2000-09-22 | 3 | -59/+65 |
* | Teach MTX_EXIT_RECURSE that the recursion count is a 32-bit integer, | jhb | 2000-09-22 | 1 | -3/+3 |
* | Add a couple of debug register helper functions to assist in setting | bsd | 2000-09-21 | 2 | -0/+10 |
* | Make LINT compile. | phk | 2000-09-16 | 1 | -1/+1 |
* | Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, just | jhb | 2000-09-14 | 1 | -25/+23 |
* | - Remove the inthand2_t type and use the equivalent driver_intr_t type from | jhb | 2000-09-13 | 1 | -1/+0 |
* | Clean up process accounting some more. Unfortunately, it is still not | jhb | 2000-09-12 | 1 | -18/+14 |
* | When doing statistics for statclock on other CPU's, use the other CPUs' | jhb | 2000-09-11 | 1 | -3/+3 |
* | Style cleanups. No functional changes. | jasone | 2000-09-09 | 1 | -42/+37 |
* | Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, since | jasone | 2000-09-09 | 1 | -14/+14 |
* | Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cpp | jasone | 2000-09-08 | 1 | -68/+80 |
* | Remove an unneeded extern declaration of cp_time. | jhb | 2000-09-08 | 1 | -2/+0 |
* | Really fix USER_LDT. (Don't use currentldt as an L-value.) | jake | 2000-09-08 | 1 | -1/+1 |
* | Test for both SMP and I386_CPU being set before generating an error. | jhb | 2000-09-07 | 1 | -1/+1 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 13 | -134/+1016 |
* | Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng a | phk | 2000-09-06 | 1 | -0/+72 |
* | Add ACPI_BUS_SPACE stuff definitions in acpi_machdep.h. | iwasaki | 2000-09-02 | 2 | -2/+36 |
* | Modified PCI config space access code via pcib_if rather than using | iwasaki | 2000-08-31 | 1 | -27/+36 |
* | A lot of changes on acpi driver code. | iwasaki | 2000-08-29 | 1 | -2/+4 |
* | Another file needed for ACPI,I forgot to commit. | takawata | 2000-08-25 | 1 | -0/+309 |
* | Increase the default NAPIC from 1 to 2 as a bandaid until we allocate | msmith | 2000-08-18 | 1 | -1/+1 |
* | Prepare for a cleanup of pmap module API pollution introduced by the | tegge | 2000-08-16 | 1 | -0/+1 |
* | Add output of per battery information to apm(1). | ume | 2000-08-13 | 1 | -1/+24 |
* | Clean up some low level bootstrap code: | peter | 2000-08-11 | 3 | -12/+3 |
* | Don't skip IOAPIC id conflict detection when only one pci bus is present. | tegge | 2000-08-10 | 1 | -6/+4 |
* | Be more verbose when changing APIC ID on an IO APIC. | tegge | 2000-08-06 | 2 | -2/+143 |
* | Cleanup debug messages and Add some enhancements from linux on | iwasaki | 2000-08-04 | 1 | -0/+1 |
* | Fixed syntax errors and style bugs in previous commit. The syntax | bde | 2000-06-14 | 3 | -6/+6 |
* | Further fixes for multiple-IO-APIC systems from Tor Egge: | msmith | 2000-05-31 | 2 | -7/+3 |
* | Bump the default NBUS value to 8, in lieu of actually sizing it | msmith | 2000-05-31 | 1 | -1/+1 |
* | Pack the SWI bits to save some time and space. | bde | 2000-05-31 | 1 | -2/+2 |
* | Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use a | bde | 2000-05-31 | 1 | -12/+12 |
* | Sync with sys/i386/include/bus_at386.h revision 1.9. | nyan | 2000-05-31 | 1 | -4/+15 |
* | Add taskqueue system for easy-to-use SWIs among other things. | dfr | 2000-05-28 | 1 | -0/+3 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -4/+4 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -4/+4 |
* | Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly | peter | 2000-05-21 | 1 | -3/+3 |
* | We use a MI version of this now, which is mostly this file repo copied to | obrien | 2000-05-19 | 1 | -24/+0 |