| Commit message (Expand) | Author | Age | Files | Lines |
* | (mostly) fix ordering. | peter | 1999-06-29 | 1 | -152/+151 |
* | Save common_tssd before it's loaded and the busy bit set. | luoqi | 1999-06-28 | 1 | -3/+3 |
* | Fix page fault in visual userconfig's save code. (I only use normal | peter | 1999-06-28 | 1 | -3/+5 |
* | Use the same -UKERNEL strategy as the alpha to avoid the inlines etc. | peter | 1999-06-28 | 2 | -3/+6 |
* | Don't #include i386/isa/isa_dma.h - it's in isa/isavar.h now. This | peter | 1999-06-28 | 1 | -2/+1 |
* | Tweak include ordering so sys/systm.h is before sys/buf.h to keep buf.h's | peter | 1999-06-28 | 1 | -2/+2 |
* | Hmm, might as well make all of BEFORE_DEPEND first in case make depend | phk | 1999-06-28 | 1 | -2/+2 |
* | Also make pci_if.h early if make depend wasn't run. | phk | 1999-06-28 | 1 | -2/+2 |
* | Make bus_if.h and device_if.h as early as possible if make depend hasn't | phk | 1999-06-28 | 1 | -2/+2 |
* | An SMP-specific change: Remove an unnecessary lock acquire and release | alc | 1999-06-27 | 1 | -5/+13 |
* | add description of Qlogic ISP FC Full Duplex option | mjacob | 1999-06-27 | 2 | -2/+14 |
* | Shut up gcc. | peter | 1999-06-27 | 2 | -2/+6 |
* | Quieten some warnings as a result of changes in ls_items[] constness over | peter | 1999-06-26 | 1 | -4/+3 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -3/+3 |
* | Fix warning message; that was 4GB, not 2GB. I apparently can't do | jlemon | 1999-06-24 | 1 | -2/+2 |
* | Explicitly ignore any memory > 2GB, we don't support it yet. | jlemon | 1999-06-24 | 1 | -1/+7 |
* | Only include AMD wt_alloc routines if I586_CPU is defined. Fixes | jlemon | 1999-06-24 | 1 | -2/+2 |
* | Add ida/id lines | jlemon | 1999-06-24 | 2 | -2/+20 |
* | This commit gives support for the Rise mP6 CPU. It has two changes: | green | 1999-06-24 | 3 | -12/+26 |
* | Compaq Smart RAID driver for -current. Based on the original ida.c | jlemon | 1999-06-24 | 1 | -1786/+0 |
* | From the submitter: | msmith | 1999-06-24 | 1 | -2/+2 |
* | Changes in the way that the APs are started appears to have removed the | msmith | 1999-06-23 | 3 | -33/+9 |
* | Do not setup 4M pdir until all APs are up. | luoqi | 1999-06-23 | 5 | -64/+44 |
* | Remove an unnecessary panic when sparse PCI bus numbering is encountered. | msmith | 1999-06-22 | 3 | -9/+3 |
* | The second phase of syscons reorganization. | yokota | 1999-06-22 | 9 | -777/+665 |
* | Handle suspend/resume methods | peter | 1999-06-22 | 1 | -1/+3 |
* | Correct description of Vinum. | grog | 1999-06-20 | 1 | -3/+3 |
* | Clean up some of the documentation at the top. | jkh | 1999-06-20 | 1 | -8/+12 |
* | Goodbye to vaules, becasue, similiar, backgroud, aquired, freelisat, etc. | rnordier | 1999-06-19 | 2 | -26/+26 |
* | K6-family MTRR support | green | 1999-06-18 | 2 | -1/+194 |
* | Harmless change to prevent possible problems in the future. I made | green | 1999-06-18 | 1 | -2/+4 |
* | Changed the global `idt' from an array to a pointer so that npx.c | bde | 1999-06-18 | 4 | -19/+16 |
* | Add a kernel config for PC-Card machines. This is part of the | markm | 1999-06-17 | 1 | -0/+220 |
* | Clean up bitrot in interrupt tracing code. | tegge | 1999-06-16 | 2 | -6/+6 |
* | Add a couple of command definitions. | julian | 1999-06-15 | 1 | -67/+74 |
* | Kill option FAILSAFE. | des | 1999-06-15 | 5 | -23/+10 |
* | Use pmap_kenter instead of pmap_enter to map the message buffer. | alc | 1999-06-13 | 1 | -3/+2 |
* | Change variable used for calculating ending address of physical memory | jlemon | 1999-06-10 | 1 | -2/+2 |
* | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() to allocate | dt | 1999-06-08 | 1 | -2/+2 |
* | The FD options are now in /sys/conf/options so need to duplicate them | steve | 1999-06-06 | 1 | -4/+1 |
* | Small optimization: use wi_seek() in wi_read_record() and wi_write_record() | wpaul | 1999-06-06 | 1 | -27/+9 |
* | Reserve cdev major 126 for sync support. | phk | 1999-06-06 | 1 | -1/+2 |
* | Fix an accounting problem when prefaulting 4M pages. | luoqi | 1999-06-05 | 1 | -2/+2 |
* | Fixed null setting of `rc_started'. This was fixed for the | bde | 1999-06-04 | 1 | -7/+2 |
* | Really fix cy-driver-related panics when SMP is configured. Rev.1.88 only | bde | 1999-06-04 | 1 | -3/+5 |
* | Remove a rather bogus search path reference.. | peter | 1999-06-03 | 1 | -1/+1 |
* | Quieten the bt_isa_probe() messages since they get a bit much when | peter | 1999-06-03 | 1 | -3/+4 |
* | remove references to isa_device, it's no longer associated with interrupts. | peter | 1999-06-03 | 1 | -5/+1 |
* | Back out last commit (did I get all of them?) | newton | 1999-06-02 | 2 | -0/+6 |
* | Unbreak memory sizing for SMP. | jlemon | 1999-06-01 | 2 | -12/+18 |