| Commit message (Expand) | Author | Age | Files | Lines |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 3 | -6/+3 |
* | Clean up some leftovers from the root mount cleanup that was done some | peter | 2001-02-04 | 4 | -10/+1 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 5 | -38/+40 |
* | 'device agp' was missing | peter | 2001-02-04 | 1 | -0/+4 |
* | Remove the LABPC driver. | phk | 2001-02-04 | 3 | -1098/+0 |
* | Use macro API to <sys/queue.h> | phk | 2001-02-04 | 1 | -1/+1 |
* | This commit represents work mainly submitted by Tor and slightly modified | dillon | 2001-02-04 | 1 | -0/+1 |
* | Unbreak test coverage of cy driver. | bde | 2001-02-01 | 1 | -7/+7 |
* | Implement preemptive scheduling of hardware interrupt threads. | jake | 2001-02-01 | 2 | -2/+11 |
* | Remove count for NSIO. The only places it was used it were incorrect. | peter | 2001-01-31 | 1 | -8/+0 |
* | Add hpfs and the config glue for it. It was being skipped from test | peter | 2001-01-31 | 1 | -0/+1 |
* | Zap last remaining references to (and a use use of) of simple_locks. | peter | 2001-01-31 | 1 | -10/+0 |
* | As the default MAXDSIZ and DFLDSIZ is 512MB, bump the example values | tanimura | 2001-01-31 | 1 | -4/+4 |
* | Added used include of <sys/mutex.h>. The SMP case was broken by | bde | 2001-01-30 | 1 | -0/+1 |
* | The ar and sr devices have moved to sys/dev/. | jhay | 2001-01-30 | 6 | -6337/+0 |
* | This include file has found a new home in sys/dev/ic/. | jhay | 2001-01-30 | 1 | -372/+0 |
* | Style (whitespace) nit. | peter | 2001-01-30 | 1 | -4/+4 |
* | Remove some leftovers from the CMAP* stuff in globaldata and the | peter | 2001-01-30 | 5 | -35/+10 |
* | Remove unused GD_CPU_LOCKID, GD_OTHER_CPUS, PS_IDLESTACK and | peter | 2001-01-30 | 1 | -4/+0 |
* | Remove unnecessary locking to protect the p_upages_obj and p_addr | jhb | 2001-01-30 | 1 | -6/+0 |
* | Add text for option ATA_ENABLE_WC. | sos | 2001-01-29 | 1 | -0/+4 |
* | Stop counting sppp interfaces, we were just testing its presence to give | peter | 2001-01-29 | 2 | -14/+0 |
* | Convert mca (microchannel bus support) from something that we count | peter | 2001-01-29 | 4 | -16/+16 |
* | Send "#if NISA > 0" to the bit-bucket and replace it with an option. | peter | 2001-01-29 | 6 | -23/+18 |
* | Gag. These compiled because I had a stray "eisa.h" in my config dir. | peter | 2001-01-29 | 1 | -2/+0 |
* | Remove stray #include "isa.h" | peter | 2001-01-29 | 1 | -2/+0 |
* | change 'count eisa' to 'optional eisa' and update the only consumer | peter | 2001-01-29 | 1 | -307/+12 |
* | Remove an outdated DEVFS non-description. | phk | 2001-01-28 | 1 | -4/+0 |
* | Clear intr_nesting_level when an interrupt thread has no more | jake | 2001-01-28 | 2 | -0/+2 |
* | Move the setting of curproc to idleproc up earlier in ap_init(). The | bmilekic | 2001-01-28 | 3 | -18/+18 |
* | Defer assignment of low level interrupt handlers for PCI interrupts | tegge | 2001-01-28 | 5 | -182/+230 |
* | Turn DEVFS on by default. | phk | 2001-01-27 | 1 | -1/+1 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 2 | -29/+7 |
* | Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards. | hm | 2001-01-26 | 1 | -0/+3 |
* | Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards. | hm | 2001-01-26 | 1 | -3/+4 |
* | Push Giant down into the trap handlers that need it, instead of | jake | 2001-01-26 | 1 | -15/+44 |
* | Whitespace fix: convert code indented 6 spaces to use tabs instead. | jhb | 2001-01-25 | 1 | -6/+6 |
* | Add some description and clarification as to the use of the tdfx device. | cokane | 2001-01-25 | 1 | -0/+9 |
* | Disable cy - it is now completely broken and needs non-trivial work. | peter | 2001-01-25 | 1 | -7/+7 |
* | - Change fork_exit() to take a pointer to a trapframe as its 3rd argument | jhb | 2001-01-24 | 1 | -1/+2 |
* | Newbusify ar(4). | jhay | 2001-01-24 | 2 | -177/+342 |
* | Convert all simplelocks to mutexes and remove the simplelock implementations. | jasone | 2001-01-24 | 8 | -462/+114 |
* | Remove the Xforward_irq IPI. | jhb | 2001-01-24 | 1 | -4/+0 |
* | - Remove all the #if 0'd code that used to implement IRQ forwarding. | jhb | 2001-01-24 | 2 | -170/+0 |
* | Remove unused locks: cpl, fast_intr, intr, mpintr. | jhb | 2001-01-24 | 1 | -4/+0 |
* | - Proc locking. | jhb | 2001-01-24 | 1 | -4/+7 |
* | - Remove Xforward_irq, cpl_lock, and fast_intr_lock. | jhb | 2001-01-24 | 1 | -3/+1 |
* | Setup the return values for a child process in the trapframe when we setup | jhb | 2001-01-24 | 1 | -0/+4 |
* | - Kill the have_giant parameter to userret() along with all instances of | jhb | 2001-01-24 | 1 | -99/+74 |
* | - Proc locking. | jhb | 2001-01-24 | 2 | -7/+48 |