| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | Turn the /dev/random device into a (pseudo-)device, not an option. | markm | 2000-09-12 | 1 | -1/+1 |
* | Move tx to the list of drivers that now require miibus. | billf | 2000-09-11 | 1 | -1/+1 |
* | When doing statistics for statclock on other CPU's, use the other CPUs' | jhb | 2000-09-11 | 3 | -9/+9 |
* | 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 | 3 | -6/+0 |
* | Really fix USER_LDT. (Don't use currentldt as an L-value.) | jake | 2000-09-08 | 4 | -5/+5 |
* | Don't use currentldt as an L-value. | jake | 2000-09-07 | 1 | -1/+1 |
* | Test for both SMP and I386_CPU being set before generating an error. | jhb | 2000-09-07 | 1 | -1/+1 |
* | Don't assume that address of I/O address table increase (PC-98 only). | nyan | 2000-09-07 | 1 | -2/+2 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 43 | -2161/+2597 |
* | Add KTR, a facility that logs kernel events in order to to facilitate | jasone | 2000-09-07 | 1 | -6/+115 |
* | Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng a | phk | 2000-09-06 | 2 | -0/+73 |
* | Teach the NFS && NFS_ROOT case how to pick up information left by the | msmith | 2000-09-05 | 1 | -0/+174 |
* | Catch a few more bogosities in certain chipsets before they mess us up. | peter | 2000-09-05 | 2 | -38/+178 |
* | Complain if we cannot find loader(8) metadata. | peter | 2000-09-03 | 1 | -0/+2 |
* | Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT). | msmith | 2000-09-01 | 1 | -1/+2 |
* | Take a shot at fixing multiple pci busses on i386. | peter | 2000-08-31 | 2 | -20/+100 |
* | Merge rest piece of ACPI driver.To activate acpi driver ,add | takawata | 2000-08-31 | 2 | -3/+39 |
* | Improved Cyrix 486DX supports for NEC PC-98. | kato | 2000-08-31 | 1 | -0/+15 |
* | * Completely rewrite the alpha busspace to hide the implementation from | dfr | 2000-08-28 | 2 | -96/+168 |
* | Comment out the static wiring of hints for GENERIC - the release process | peter | 2000-08-24 | 1 | -1/+2 |
* | Add entries for the 'mly' driver. Re-group 'mly' and 'dpt' into a new | msmith | 2000-08-23 | 1 | -1/+4 |
* | Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c) | phk | 2000-08-20 | 1 | -0/+1 |
* | Replace the mbuf external reference counting code with something | dwmalone | 2000-08-19 | 1 | -7/+5 |
* | Increase the default NAPIC from 1 to 2 as a bandaid until we allocate | msmith | 2000-08-18 | 1 | -1/+1 |
* | Don't let an illegal value for dr7 get set, which can lead to an | bsd | 2000-08-17 | 1 | -0/+18 |
* | Prepare for a cleanup of pmap module API pollution introduced by the | tegge | 2000-08-16 | 2 | -9/+14 |
* | Include machine/cputypes.h so we get the cpu_class variable. This is needed | jhb | 2000-08-13 | 1 | -0/+1 |
* | Clean up some low level bootstrap code: | peter | 2000-08-11 | 9 | -131/+34 |
* | Don't skip IOAPIC id conflict detection when only one pci bus is present. | tegge | 2000-08-10 | 3 | -18/+12 |
* | Add workaround for livelock problem when starting APs. | tegge | 2000-08-07 | 1 | -0/+4 |
* | Change the behavior of isa_nmi to log an error message instead of | ps | 2000-08-06 | 3 | -45/+93 |
* | Be more verbose when changing APIC ID on an IO APIC. | tegge | 2000-08-06 | 4 | -6/+427 |
* | Handle write page faults (both write only or read-modify-write) as MI vm | luoqi | 2000-07-31 | 1 | -3/+3 |
* | Allow use of TSC even if APM is compiled in but disabled. | phk | 2000-07-30 | 2 | -2/+12 |
* | Revert previous commit. Not all RAID controllers are SCSI. | obrien | 2000-07-29 | 1 | -6/+5 |
* | Move the RAID controllers next to the SCSI controllers. | obrien | 2000-07-29 | 1 | -5/+6 |