summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Two changes:alc1999-03-211-19/+24
* Add cdev 120 as the audit device.jkh1999-03-212-4/+6
* Link the bb structures together as we find them.phk1999-03-213-6/+30
* Eliminate a pointless TLB flush from the SMP idle loop.alc1999-03-203-21/+3
* Revert bootinfo to 1.4 and use a different solution to NULL m_argsdcs1999-03-201-5/+5
* Fix a couple of nasty errors in the README.dcs1999-03-201-3/+3
* Turn on PCI bus mastering in driver attach routinewes1999-03-202-2/+20
* Sync with sys/i386/isa/if_ed.c revision 1.150.kato1999-03-191-14/+59
* Sync with sys/boot/i386/loader/version revision 1.4.kato1999-03-191-1/+3
* Sync with sys/boot/i386/libi386/bootinfo.c revision 1.18.kato1999-03-191-2/+3
* Don't lower the ipl for splsoftcam, splsoftvm and splsoftnet.dfr1999-03-191-5/+6
* Fixed a serious bug in rev.1.202. getnewbuf() sometimes didn'tbde1999-03-191-2/+2
* Define two superdevices for vinum(8), depending on whether they aregrog1999-03-191-3/+27
* VolState: return an enum volumestate, not a (non-existent) enum volstate.grog1999-03-191-1/+1
* Perform all of vinumstrategy at splbio. This doesn't appeargrog1999-03-191-6/+4
* Use microtime, not getmicrotime, to note the times in the malloc andgrog1999-03-191-2/+2
* Add debug flags DEBUG_BIGDRIVE, designed for testing only. Itgrog1999-03-191-3/+7
* Coalesce flags VINUM_DISKCONFIG and VINUM_READING_CONFIG. They didgrog1999-03-191-6/+6
* free_vinum: don't change loop bounds for deleting drives while in the loop.grog1999-03-191-12/+15
* Construct the free queue(s) in descending order (by physicalalc1999-03-191-2/+8
* Modify to compile with egcs.grog1999-03-188-21/+15
* Cast (u_char *) to (vm_offset_t) to silence compiler warnings.jlemon1999-03-181-6/+6
* Remove debugging printf that I overlooked.jlemon1999-03-181-2/+1
* Avoid copying m_args if none exists. (Perhaps this is a better solution,dcs1999-03-183-6/+9
* Install the manual page in sys/boot/i386/loader.kato1999-03-181-2/+3
* Don't choke in MOD_ARGS() if mp->m_args is NULL.dfr1999-03-181-4/+5
* Update to use the modified vm86_datacall interface.jlemon1999-03-181-21/+27
* Change the vm86_datacall interface so that callers are now responsiblejlemon1999-03-183-66/+157
* Change btrl/btsl to cmpl/movl, since each cpu now has their own copyjlemon1999-03-183-15/+15
* This is a temporary README file, to help those trying to experimentchuckr1999-03-171-0/+246
* Version bump: kvm & dictionary size.dcs1999-03-171-1/+3
* Disable trace! until it gets fixed.dcs1999-03-171-2/+2
* Change copyright in kernel output at booting timewosch1999-03-171-5/+5
* MF22... add bridging support to the device drivers. Without thisluigi1999-03-178-74/+306
* Sync with sys/i386/conf/options.i386 revision 1.110.kato1999-03-172-2/+12
* Sync with sys/i386/conf/majors.i386 revision up to 1.68.kato1999-03-171-7/+16
* Sync with sys/i386/conf/files.i386 revision 1.229.kato1999-03-172-4/+4
* Sync with sys/i386/conf/devices.i386 revision 1.16.kato1999-03-171-1/+2
* Sync with sys/i386/conf/GENERIC revision 1.155.kato1999-03-172-4/+4
* Prep for 1080/1240 support. Those fine h/w engineers at Qlogicmjacob1999-03-172-160/+370
* A wad of changes- prepping for 1080/1240 support (which caused a massivemjacob1999-03-179-350/+2918
* describe new ISP optionsmjacob1999-03-173-3/+33
* Add options to turn off support for Qlogic 1020/1040, Qlogic 1080/1240,mjacob1999-03-171-1/+6
* Don't call int15:820, it's not allowed to be called from vm86 mode.msmith1999-03-161-30/+1
* Look for the right ACPI table signature.msmith1999-03-162-4/+4
* Remove old reference to needing 'make clean' for QUOTAS - that is noeivind1999-03-163-15/+6
* Rewert the atapi CDROM driver's name to wcd.sos1999-03-1613-130/+130
* Add majors for new ATA/ATAPI driver.sos1999-03-163-15/+34
* Fix a dummynet bug caused by passing a bad next hop address (theluigi1999-03-161-5/+5
* Minor adjustments to make LINT compile again (thanks to phk for reminding me).hm1999-03-165-34/+37
OpenPOWER on IntegriCloud