| Commit message (Expand) | Author | Age | Files | Lines |
* | It is possible for a TCP callout to be removed from the timing wheel, | jlemon | 2000-09-16 | 1 | -5/+5 |
* | Remove some commented out cruft. | jhb | 2000-09-15 | 1 | -7/+0 |
* | - Add a new process flag P_NOLOAD that marks a process that should be | jhb | 2000-09-15 | 5 | -1/+8 |
* | Idle processes are always runnable, so let them state at SRUN. | jhb | 2000-09-15 | 2 | -3/+1 |
* | Release Giant before starting up init. | jhb | 2000-09-15 | 1 | -1/+3 |
* | Use driver_intr_t instead of the now defunct inthand2_t. | jhb | 2000-09-15 | 1 | -1/+1 |
* | examined the gateway (from the routing table) only when the address | ume | 2000-09-15 | 1 | -0/+10 |
* | Add -Wmissing-prototypes. | ru | 2000-09-15 | 2 | -5/+8 |
* | Reserve major number 156 for uscanner | n_hibma | 2000-09-15 | 1 | -0/+1 |
* | Factorize, reorganize, and move code around. | dcs | 2000-09-15 | 2 | -116/+152 |
* | Start countdown only _after_ the kernel was loaded. Not very fair otherwise. | dcs | 2000-09-15 | 1 | -4/+4 |
* | Merged from sys/isa/fd.c revision 1.187. | kato | 2000-09-15 | 2 | -2/+10 |
* | Merged from sys/i386/isa/sio.c revision 1.314. | kato | 2000-09-15 | 2 | -0/+2 |
* | Merged from sys/i386/isa/clock.c revision 1.157. | kato | 2000-09-15 | 3 | -21/+21 |
* | Merged from sys/i386/i386/machdep.c revision 1.408. | kato | 2000-09-15 | 2 | -12/+12 |
* | Moved the fe driver from the compat section to the correct section. | nyan | 2000-09-15 | 2 | -4/+4 |
* | 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 |