| Commit message (Expand) | Author | Age | Files | Lines |
* | Check to see if we actually have an interrupt descriptor and an interrupt | jhb | 2000-09-15 | 2 | -0/+42 |
* | Add acpi_send_pm_event() to inform all devices that the system is | iwasaki | 2000-09-14 | 2 | -3/+63 |
* | Enforce process limit policy in one place to keep proccnt from diverging | truckman | 2000-09-14 | 1 | -2/+2 |
* | Add pmtimer instance. | iwasaki | 2000-09-14 | 2 | -0/+4 |
* | Add Timer device driver for power management events. | iwasaki | 2000-09-14 | 6 | -160/+154 |
* | Grab the scheduler lock before calling setrunqueue() and mi_switch(). | jhb | 2000-09-14 | 1 | -0/+2 |
* | With the help of 'Eric Christeson <echriste@ssesco.com>', determined | mjacob | 2000-09-14 | 1 | -1/+1 |
* | m_cat() can free its second argument, so collect the checksum information | jlemon | 2000-09-14 | 1 | -1/+1 |
* | Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, just | jhb | 2000-09-14 | 18 | -316/+311 |
* | Pipes are not writeable while a direct write is in progress. However, | jlemon | 2000-09-14 | 1 | -1/+1 |
* | Take out the RANDOMDEV option. The entropy device is a (pseudo-)device | markm | 2000-09-14 | 1 | -1/+0 |
* | Add function comments for functions missing them | eivind | 2000-09-14 | 2 | -2/+58 |
* | Blow away COMPAT_43 support for mount | eivind | 2000-09-14 | 2 | -42/+0 |
* | GC vax-only code | eivind | 2000-09-14 | 1 | -47/+0 |
* | Install the kernel KLM as "kernel" by default. | obrien | 2000-09-14 | 4 | -4/+4 |
* | Follow the hints from PHK's new messages- only make_dev for a device | mjacob | 2000-09-14 | 1 | -12/+12 |
* | Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time. | ru | 2000-09-14 | 12 | -24/+9 |
* | Change "KTR_COMPILE & m" to "KTR_COMPILE & (m)" to allow more flexible | dfr | 2000-09-14 | 1 | -12/+12 |
* | Don't release Giant for db_nofault exceptions since it isn't held when | dfr | 2000-09-14 | 1 | -1/+0 |
* | - Newbus'ify and bus_space'ify. | nyan | 2000-09-14 | 11 | -6833/+3045 |
* | - Changed the structure name (struct disk -> struct softc). | nyan | 2000-09-14 | 1 | -420/+61 |
* | Add Quicknet LineJACK and PhoneJACK cards | roger | 2000-09-14 | 1 | -0/+1 |
* | Activate the rest of the aac driver, otherwise even GENERIC fails to build. | peter | 2000-09-13 | 1 | -0/+3 |
* | - Remove the inthand2_t type and use the equivalent driver_intr_t type from | jhb | 2000-09-13 | 32 | -285/+208 |
* | - Fix spinlock exiting to handle recursion properly and only enable | jhb | 2000-09-13 | 2 | -10/+14 |
* | - Fix spinlock exits to properly handle the recursion count and only | jhb | 2000-09-13 | 1 | -43/+59 |
* | Import the global sched_lock variable instead of using a private copy. This | jhb | 2000-09-13 | 1 | -0/+1 |
* | Fix a comment, we have mutexes now instead of a single lock. | jhb | 2000-09-13 | 1 | -1/+1 |
* | Add back in obtaining/releasing Giant around interrupt handlers. | jhb | 2000-09-13 | 1 | -0/+10 |
* | Be more careful about cleaning up the stack after function calls early | bde | 2000-09-13 | 3 | -33/+48 |
* | Fixed hang on booting with -d. mtx_enter() was called on an uninitialized | bde | 2000-09-13 | 5 | -24/+18 |
* | Merged from sys/isa/sio.c revision 1.312. | kato | 2000-09-13 | 2 | -0/+18 |
* | Merged from sys/i386/conf/GENERIC revision 1.275. | kato | 2000-09-13 | 1 | -1/+1 |
* | Merged from sys/i386/conf/GENERIC revision 1.274. | kato | 2000-09-13 | 1 | -1/+1 |
* | Unlock current directory when calling VFS_ROOT() because underlying | bp | 2000-09-13 | 1 | -3/+10 |
* | Add ID for 3C1. It is a etherlink iii in a CompactFlash form factor. | imp | 2000-09-13 | 1 | -1/+4 |
* | A new driver for PCI:SCSI RAID controllers based on the Adaptec FSA | msmith | 2000-09-13 | 17 | -1/+4787 |
* | Take out some unneeded debugging code and re-enable panic()'ing if we spin | jhb | 2000-09-13 | 1 | -14/+6 |
* | Merge changes from the i386 port to allow userret() to be called both | dfr | 2000-09-12 | 1 | -11/+37 |
* | * Redo the cmpset inlines to use one less register. This incidentally | dfr | 2000-09-12 | 1 | -22/+156 |
* | Really disable interrupts for spin mutexes instead of just pretending. | dfr | 2000-09-12 | 2 | -16/+12 |
* | Use size_t instead of u_int for 4th argument to copyinstr(). | jhb | 2000-09-12 | 1 | -1/+1 |
* | New world order wrt to kernel location and name. This doesn't actually | dcs | 2000-09-12 | 1 | -2/+2 |
* | Clean up process accounting some more. Unfortunately, it is still not | jhb | 2000-09-12 | 8 | -140/+110 |
* | Quick fix for hang on booting with -d. mtx_enter() was called before | bde | 2000-09-12 | 3 | -6/+12 |
* | Fixed some serious bugs in ext2_readdir(): | bde | 2000-09-12 | 2 | -22/+44 |
* | Add VOP_*VOBJECT vops, because MFS requires explicit vop specification. | bp | 2000-09-12 | 1 | -0/+3 |
* | Don't panic for delivery of a multiplexed SWI. Most SWI handlers | bde | 2000-09-12 | 2 | -2/+8 |
* | Turn the /dev/random device into a (pseudo-)device, not an option. | markm | 2000-09-12 | 8 | -13/+13 |
* | The "struct proc" argument to read_random was ill-conceived, and a | markm | 2000-09-12 | 5 | -7/+5 |