summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use CS_SECURE macro.charnier1997-08-1816-39/+39
* Turn on the lockmanager by default for SMP.fsmp1997-08-181-1/+5
* Removed volatile from arg to simple_lock & friends.fsmp1997-08-183-12/+12
* Added includes of smp.h for SMP.fsmp1997-08-184-4/+20
* Fix kern_lock so that it will work. Additionally, clean-up some of thedyson1997-08-185-157/+232
* Take verbal beating by wollman into account and fix DIAGNOSTIC test.julian1997-08-181-11/+10
* Minor hack to also allow for syscons's "interesting" arrow keys.joerg1997-08-171-1/+13
* Delete a bit of debugging code that mistakenly crept in, and as a consequencewollman1997-08-171-7/+0
* Use KERNBASE, not 0xf0000000.tegge1997-08-171-2/+6
* To handle scsi RESERVATION CONFLICT properly in ahc driver.itojun1997-08-171-1/+6
* preparation for scsi device RESERVATION CONFLICT support.itojun1997-08-171-1/+2
* Added frequencies for north american HRC cable.fsmp1997-08-172-4/+38
* Synchronize with foolowing files in sys/i386/boot/netboot:kato1997-08-1710-188/+916
* Synchronize with sys/i386/i386/userconfig.c revision 1.88.kato1997-08-171-2/+3
* Synchronize with sys/i386/conf/majors.i386 revision 1.16.kato1997-08-171-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-1698-1581/+1694
* Enable hostcache code.wollman1997-08-161-0/+2
* Dejulianize DIAGNOSTIC panic code. The types are wrong; probably there'swollman1997-08-161-4/+6
* Add the 'ppc' ISA-bus parallel-port chipset driver.msmith1997-08-161-2/+3
* Use cdev major 82 instead of the (reserved-for-local-use) original 14msmith1997-08-161-3/+3
* Assign character major 82 to the 'ppi' Generic Parallel Port I/O device.msmith1997-08-162-2/+4
* Minor ppc_data structure tweak.msmith1997-08-163-9/+9
* Add new ppbus files.msmith1997-08-161-0/+2
* Sync with ppbus-970815 from the author :msmith1997-08-1610-245/+900
* Oops, reference the ppi and vpo drivers properly. Obviously nobody'smsmith1997-08-161-2/+2
* SMP Natoma motherboards cannot know if you are booting a UP or SMP OS. Thisdyson1997-08-161-1/+24
* Synchronize with sys/i386/conf/majors.i386 revision 1.15.kato1997-08-161-1/+2
* Synchronize with sys/i386/conf/files.i386 revision 1.171.kato1997-08-162-2/+4
* Map CSTATUS to ^T by default or it never noticed by novice usersache1997-08-151-2/+2
* Remove the bus settle delay after reset code. It could cause an infinitegibbs1997-08-152-168/+23
* Added DIAGNOSTIC routine to test inconsistency of vnode when cnpkato1997-08-152-2/+18
* Deleted unused code which adjust UN_UNLOCK flag.kato1997-08-152-34/+10
* The promised "better fix" for "Trap 9 When Boot SMP" problem.fsmp1997-08-153-6/+9
* The promised "better fix" for "Trap 9 When Boot SMP" problem.fsmp1997-08-152-29/+18
* Add support for the new Parallel-Port Bus and devices thereon.msmith1997-08-145-5/+73
* ISA Parallel-Port Bus chipset driver.msmith1997-08-146-0/+2703
* Add parallel-Port Bus drivers.msmith1997-08-141-0/+4
* New directory and drivers for Parallel Port Bus devices.msmith1997-08-148-0/+2597
* Fixed locking violation of vnode operation. VOP_READ, VOP_WRITE andkato1997-08-141-2/+7
* setitimer: if it_value == 0 clear it_interval nowache1997-08-141-2/+6
* Add the NetVin 5000 series NE2000 PCI card vendor and device IDs.danny1997-08-142-2/+4
* If the user doesn't have read permission, union_copyup should not copykato1997-08-142-2/+22
* Backed out part of previous change. The example of -b mount inkato1997-08-142-8/+4
* Cheap TEMPORARY fix for "Trap 9 When Boot SMP" problem.fsmp1997-08-131-1/+10
* Reserve major 81 for rocketport driver.jkh1997-08-132-2/+4
* add a diagnostic to catch some common cases of tsleep beingjulian1997-08-131-1/+8
* Bypass itimerfix 100000000 limit in nanosleep1 using loop through timeoutsache1997-08-131-46/+64
* Add a spin lock that prevents the sequencer from attempting to add angibbs1997-08-134-11/+61
* SUNIT: exchange up/down states tooache1997-08-131-1/+7
* Synchronize with sys/i386/isa/isa.c revision 1.100.kato1997-08-131-7/+7
OpenPOWER on IntegriCloud