| Commit message (Expand) | Author | Age | Files | Lines |
* | Check to see if we actually have an interrupt descriptor and an interrupt | jhb | 2000-09-15 | 1 | -0/+21 |
* | Add pmtimer instance. | iwasaki | 2000-09-14 | 1 | -0/+2 |
* | Add Timer device driver for power management events. | iwasaki | 2000-09-14 | 5 | -160/+153 |
* | Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, just | jhb | 2000-09-14 | 3 | -37/+35 |
* | - Newbus'ify and bus_space'ify. | nyan | 2000-09-14 | 2 | -4398/+0 |
* | - Remove the inthand2_t type and use the equivalent driver_intr_t type from | jhb | 2000-09-13 | 10 | -129/+65 |
* | Be more careful about cleaning up the stack after function calls early | bde | 2000-09-13 | 1 | -11/+16 |
* | 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 | 2 | -0/+6 |
* | Take out some unneeded debugging code and re-enable panic()'ing if we spin | jhb | 2000-09-13 | 1 | -14/+6 |
* | 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 | 3 | -3/+3 |
* | Move tx to the list of drivers that now require miibus. | billf | 2000-09-11 | 1 | -1/+1 |
* | Sign tx driver as using miibus code. | semenu | 2000-09-11 | 1 | -2/+2 |
* | When doing statistics for statclock on other CPU's, use the other CPUs' | jhb | 2000-09-11 | 3 | -9/+9 |
* | Provide keyboard entropy harvesting for PCVT users. | markm | 2000-09-10 | 2 | -0/+5 |
* | 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 |
* | Add a comment, that a LINT file can be produced from NOTES via | alex | 2000-09-09 | 1 | -0/+3 |
* | Remove unused variables. | des | 2000-09-09 | 1 | -1/+0 |
* | Add stat, uptime and version. | des | 2000-09-09 | 4 | -22/+151 |
* | Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cpp | jasone | 2000-09-08 | 2 | -69/+81 |
* | Remove an unneeded extern declaration of cp_time. | jhb | 2000-09-08 | 3 | -6/+0 |
* | Fixed the softintr macro which directly accessed ipending. | kato | 2000-09-08 | 1 | -6/+6 |
* | 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 |
* | Close PR #20963. Do not pass encryption keys back to the caller via | wpaul | 2000-09-07 | 1 | -0/+3 |
* | Pierre Beyssac originally derived linprocfs from procfs, and I've made (and | des | 2000-09-07 | 5 | -0/+10 |
* | 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 | 55 | -2819/+3418 |
* | 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 |
* | When sigaltstack is called with a stack size that's not smaller | marcel | 2000-09-06 | 2 | -1/+5 |
* | 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 | 4 | -76/+356 |
* | Remove obsolete comment (see rev 1.84 of procfs_vnops.c) | des | 2000-09-04 | 1 | -8/+0 |
* | Add device list supported by `sym' | groudier | 2000-09-03 | 1 | -0/+4 |
* | Complain if we cannot find loader(8) metadata. | peter | 2000-09-03 | 1 | -0/+2 |
* | Add ACPI_BUS_SPACE stuff definitions in acpi_machdep.h. | iwasaki | 2000-09-02 | 3 | -2/+38 |
* | Document the tap driver | nsayer | 2000-09-01 | 1 | -0/+2 |
* | o Synchronize linprocfs authorization with procfs authorization improvements | rwatson | 2000-09-01 | 1 | -38/+29 |
* | Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT). | msmith | 2000-09-01 | 2 | -1/+8 |
* | Take a shot at fixing multiple pci busses on i386. | peter | 2000-08-31 | 4 | -40/+200 |
* | Cleanup after repo copy of sys/svr4 to sys/compat/svr4. | obrien | 2000-08-31 | 4 | -10/+10 |
* | Merge rest piece of ACPI driver.To activate acpi driver ,add | takawata | 2000-08-31 | 3 | -3/+46 |
* | Modified PCI config space access code via pcib_if rather than using | iwasaki | 2000-08-31 | 1 | -27/+36 |
* | Improved Cyrix 486DX supports for NEC PC-98. | kato | 2000-08-31 | 1 | -0/+15 |