| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring the 'twe' driver back now that we think it should work. | msmith | 2000-10-12 | 1 | -0/+1 |
* | When testing for PCI bus overlap with another enumerator, make sure we | msmith | 2000-10-11 | 1 | -1/+1 |
* | Unremoved used include of <machine/ipl.h>. Removing it in rev.1.95 | bde | 2000-10-09 | 2 | -0/+2 |
* | Only attach "legacy" PCI busses if none have been attached via any other | msmith | 2000-10-09 | 1 | -3/+23 |
* | Work around a bug by adding struct tags. gcc-2.95 apparently gets the | bde | 2000-10-06 | 1 | -2/+2 |
* | - Change fast interrupts on x86 to push a full interrupt frame and to | jhb | 2000-10-06 | 17 | -411/+170 |
* | currentldt is now a "special" global-data variable, and as such, there | jhb | 2000-10-06 | 1 | -3/+0 |
* | Interrupt frames don't include the saved cpl anymore since cpl is dead. | jhb | 2000-10-06 | 1 | -2/+0 |
* | Various whitespace cleanups after the SMPng commit, which jumbled things | jhb | 2000-10-06 | 1 | -19/+19 |
* | Don't treat a kernel stack fault the same as a general protect fault or | jhb | 2000-10-06 | 1 | -0/+3 |
* | Remove an unnecessary sti and spl0() in fork_trampoline. Interrupts | jhb | 2000-10-06 | 2 | -4/+0 |
* | - Heavyweight interrupt threads on the alpha for device I/O interrupts. | jhb | 2000-10-05 | 17 | -253/+23 |
* | Replace loadandclear() with atomic_readandclear_int(). | jhb | 2000-10-05 | 2 | -13/+2 |
* | Add atomic_readandclear_int and atomic_readandclear_long. | jhb | 2000-10-05 | 1 | -2/+34 |
* | Make the gd_currentldt member in struct globaldata unconditional so | jhb | 2000-10-05 | 1 | -3/+1 |
* | Reduce userland namespace polution. | jasone | 2000-10-04 | 1 | -1/+4 |
* | Fix a cosmetic sign problem on machines with 4G of ram. | peter | 2000-10-02 | 1 | -1/+1 |
* | Move the i386 PCI attachment code out of i386/isa back into i386/pci. | msmith | 2000-10-02 | 3 | -1028/+260 |
* | Fix the no-pci case of attaching isa, eisa and mca devices. | peter | 2000-10-01 | 2 | -14/+6 |
* | More updates to the ACPI code: | msmith | 2000-09-30 | 3 | -49/+17 |
* | Big mbuf subsystem diff #1: incorporate mutexes and fix things up somewhat | bmilekic | 2000-09-30 | 1 | -13/+2 |
* | Ansify and fix warnings. | dfr | 2000-09-29 | 1 | -14/+6 |
* | This is the first snapshot of the FreeBSD/ia64 kernel. This kernel will | dfr | 2000-09-29 | 2 | -0/+329 |
* | Fill in some more missing bits from cpu_features according to the Intel | peter | 2000-09-29 | 1 | -10/+10 |
* | First shot at identifying the Pentum 4 acording to our reading of the | peter | 2000-09-29 | 2 | -2/+8 |
* | Get out the roto-rooter and clean up the abuse of nexus ivars by the | peter | 2000-09-28 | 5 | -44/+153 |
* | Fix spelling of Katmai [Katami]. | asmodai | 2000-09-27 | 1 | -1/+1 |
* | Since the nexus is responsible for creating the I/O resources (ports, memory) | msmith | 2000-09-27 | 2 | -4/+296 |
* | Recognize new Pentium III Xeon (stepping A0). | kato | 2000-09-26 | 1 | -0/+1 |
* | 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 | 1 | -10/+0 |
* | #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 | 13 | -162/+175 |
* | Teach MTX_EXIT_RECURSE that the recursion count is a 32-bit integer, | jhb | 2000-09-22 | 1 | -3/+3 |
* | Implement halt-on-idle in the !SMP case, which should significantly | msmith | 2000-09-22 | 3 | -20/+37 |
* | Add a couple of debug register helper functions to assist in setting | bsd | 2000-09-21 | 2 | -0/+10 |
* | Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters. | wpaul | 2000-09-20 | 1 | -0/+1 |
* | Better error message when booting an SMP kernel on an UP system. | eivind | 2000-09-19 | 1 | -1/+1 |
* | Make LINT compile. | phk | 2000-09-16 | 1 | -1/+1 |
* | - Add a new process flag P_NOLOAD that marks a process that should be | jhb | 2000-09-15 | 1 | -0/+1 |
* | Moved the fe driver from the compat section to the correct section. | nyan | 2000-09-15 | 1 | -2/+2 |
* | Check to see if we actually have an interrupt descriptor and an interrupt | jhb | 2000-09-15 | 1 | -0/+21 |
* | Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, just | jhb | 2000-09-14 | 2 | -27/+25 |
* | - Remove the inthand2_t type and use the equivalent driver_intr_t type from | jhb | 2000-09-13 | 8 | -127/+64 |
* | Be more careful about cleaning up the stack after function calls early | bde | 2000-09-13 | 2 | -22/+32 |
* | Fixed hang on booting with -d. mtx_enter() was called on an uninitialized | bde | 2000-09-13 | 2 | -10/+8 |
* | A new driver for PCI:SCSI RAID controllers based on the Adaptec FSA | msmith | 2000-09-13 | 1 | -0/+1 |
* | Clean up process accounting some more. Unfortunately, it is still not | jhb | 2000-09-12 | 3 | -54/+42 |
* | Quick fix for hang on booting with -d. mtx_enter() was called before | bde | 2000-09-12 | 1 | -2/+4 |
* | Don't panic for delivery of a multiplexed SWI. Most SWI handlers | bde | 2000-09-12 | 1 | -1/+4 |