| Commit message (Expand) | Author | Age | Files | Lines |
| * | Recognize new Pentium III Xeon (stepping A0). | KATO Takenori | 2000-09-26 | 1 | -0/+1 |
| * | Fix the assmebly mutex macros to handle saving/restoring interrupt state | John Baldwin | 2000-09-24 | 1 | -7/+21 |
| * | Move MAXCPU from machine/smp.h to machine/param.h to fix breakage | Paul Saab | 2000-09-23 | 1 | -10/+0 |
| * | #include <sys/proc.h> in order to get curproc. This seems to be the lesser | Jason Evans | 2000-09-23 | 1 | -3/+2 |
| * | Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, | Paul Saab | 2000-09-22 | 13 | -162/+175 |
| * | Teach MTX_EXIT_RECURSE that the recursion count is a 32-bit integer, | John Baldwin | 2000-09-22 | 1 | -3/+3 |
| * | Implement halt-on-idle in the !SMP case, which should significantly | Mike Smith | 2000-09-22 | 3 | -20/+37 |
| * | Add a couple of debug register helper functions to assist in setting | Brian S. Dean | 2000-09-21 | 2 | -0/+10 |
| * | Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters. | Bill Paul | 2000-09-20 | 1 | -0/+1 |
| * | Better error message when booting an SMP kernel on an UP system. | Eivind Eklund | 2000-09-19 | 1 | -1/+1 |
| * | Make LINT compile. | Poul-Henning Kamp | 2000-09-16 | 1 | -1/+1 |
| * | - Add a new process flag P_NOLOAD that marks a process that should be | John Baldwin | 2000-09-15 | 1 | -0/+1 |
| * | Moved the fe driver from the compat section to the correct section. | Yoshihiro Takahashi | 2000-09-15 | 1 | -2/+2 |
| * | Check to see if we actually have an interrupt descriptor and an interrupt | John Baldwin | 2000-09-15 | 1 | -0/+21 |
| * | Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, just | John Baldwin | 2000-09-14 | 2 | -27/+25 |
| * | - Remove the inthand2_t type and use the equivalent driver_intr_t type from | John Baldwin | 2000-09-13 | 8 | -127/+64 |
| * | Be more careful about cleaning up the stack after function calls early | Bruce Evans | 2000-09-13 | 2 | -22/+32 |
| * | Fixed hang on booting with -d. mtx_enter() was called on an uninitialized | Bruce Evans | 2000-09-13 | 2 | -10/+8 |
| * | A new driver for PCI:SCSI RAID controllers based on the Adaptec FSA | Mike Smith | 2000-09-13 | 1 | -0/+1 |
| * | Clean up process accounting some more. Unfortunately, it is still not | John Baldwin | 2000-09-12 | 3 | -54/+42 |
| * | Quick fix for hang on booting with -d. mtx_enter() was called before | Bruce Evans | 2000-09-12 | 1 | -2/+4 |
| * | Don't panic for delivery of a multiplexed SWI. Most SWI handlers | Bruce Evans | 2000-09-12 | 1 | -1/+4 |
| * | Turn the /dev/random device into a (pseudo-)device, not an option. | Mark Murray | 2000-09-12 | 1 | -1/+1 |
| * | Move tx to the list of drivers that now require miibus. | Bill Fumerola | 2000-09-11 | 1 | -1/+1 |
| * | When doing statistics for statclock on other CPU's, use the other CPUs' | John Baldwin | 2000-09-11 | 3 | -9/+9 |
| * | Style cleanups. No functional changes. | Jason Evans | 2000-09-09 | 1 | -42/+37 |
| * | Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, since | Jason Evans | 2000-09-09 | 1 | -14/+14 |
| * | Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cpp | Jason Evans | 2000-09-08 | 1 | -68/+80 |
| * | Remove an unneeded extern declaration of cp_time. | John Baldwin | 2000-09-08 | 3 | -6/+0 |
| * | Really fix USER_LDT. (Don't use currentldt as an L-value.) | Jake Burkholder | 2000-09-08 | 4 | -5/+5 |
| * | Don't use currentldt as an L-value. | Jake Burkholder | 2000-09-07 | 1 | -1/+1 |
| * | Test for both SMP and I386_CPU being set before generating an error. | John Baldwin | 2000-09-07 | 1 | -1/+1 |
| * | Don't assume that address of I/O address table increase (PC-98 only). | Yoshihiro Takahashi | 2000-09-07 | 1 | -2/+2 |
| * | Major update to the way synchronization is done in the kernel. Highlights | Jason Evans | 2000-09-07 | 43 | -2160/+2596 |
| * | Add KTR, a facility that logs kernel events in order to to facilitate | Jason Evans | 2000-09-07 | 1 | -6/+115 |
| * | Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng a | Poul-Henning Kamp | 2000-09-06 | 2 | -0/+73 |
| * | Teach the NFS && NFS_ROOT case how to pick up information left by the | Mike Smith | 2000-09-05 | 1 | -0/+174 |
| * | Catch a few more bogosities in certain chipsets before they mess us up. | Peter Wemm | 2000-09-05 | 2 | -36/+176 |
| * | Complain if we cannot find loader(8) metadata. | Peter Wemm | 2000-09-03 | 1 | -0/+2 |
| * | Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT). | Mike Smith | 2000-09-01 | 1 | -1/+2 |
| * | Take a shot at fixing multiple pci busses on i386. | Peter Wemm | 2000-08-31 | 2 | -20/+100 |
| * | Merge rest piece of ACPI driver.To activate acpi driver ,add | Takanori Watanabe | 2000-08-31 | 2 | -3/+39 |
| * | Improved Cyrix 486DX supports for NEC PC-98. | KATO Takenori | 2000-08-31 | 1 | -0/+15 |
| * | * Completely rewrite the alpha busspace to hide the implementation from | Doug Rabson | 2000-08-28 | 2 | -96/+168 |
| * | Comment out the static wiring of hints for GENERIC - the release process | Peter Wemm | 2000-08-24 | 1 | -1/+2 |
| * | Add entries for the 'mly' driver. Re-group 'mly' and 'dpt' into a new | Mike Smith | 2000-08-23 | 1 | -1/+4 |
| * | Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c) | Poul-Henning Kamp | 2000-08-20 | 1 | -0/+1 |
| * | Replace the mbuf external reference counting code with something | David Malone | 2000-08-19 | 1 | -7/+5 |
| * | Increase the default NAPIC from 1 to 2 as a bandaid until we allocate | Mike Smith | 2000-08-18 | 1 | -1/+1 |
| * | Don't let an illegal value for dr7 get set, which can lead to an | Brian S. Dean | 2000-08-17 | 1 | -0/+18 |