summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix consistency test to not fail on pre PCI 2.0 motherboardsse1997-04-096-12/+12
* Added lnc driver.kato1997-04-082-2/+4
* Enables lnc driver on PC-98 to support NEC SV-98/2-B06 PCI card.kato1997-04-084-4/+10
* Fix an infinite loop caused by calling ahc_run_done queue while thegibbs1997-04-071-3/+32
* Lower the spl() of the new process from splhigh() right away, sincepeter1997-04-073-6/+27
* Synchronize with sys/i386/i386{machdep.c,trap.c} revisions 1.236 andkato1997-04-073-36/+69
* Synchronize with sys/i386/isa/clock.c revision 1.80.kato1997-04-073-15/+30
* Remove explicit zero of p_vmspace on creation, it's now in the startzeropeter1997-04-071-6/+1
* Move p_vmspace into the startzero section since we've just changed thingspeter1997-04-071-2/+3
* Use UPAGES_HOLE instead of UPAGES in case it's changed some time.peter1997-04-074-10/+10
* Define UPAGES_HOLE at 2 (same as current UPAGES) in case UPAGES changespeter1997-04-071-1/+3
* Clean up some dead wood. Kill the page table page for mapping thepeter1997-04-073-72/+6
* The biggie: Get rid of the UPAGES from the top of the per-process addresspeter1997-04-0731-340/+531
* No longer use an i386tss as the basis of our pcb - it wasn't particularlypeter1997-04-079-116/+68
* Documented new serial console flags.bde1997-04-073-15/+69
* Commit a typo fix that's been sitting in my tree for ages, quite forgotten.peter1997-04-061-2/+2
* Fixes to ibcs2_getdents, including using struct dirent instead ofdfr1997-04-061-27/+101
* Prevent wedging of the stat clock because of missed interrupts.mckay1997-04-065-25/+50
* Synchronize with sys/i386/i386/trap.c revision 1.89.kato1997-04-061-7/+7
* Make MOD_* macros almost consistent:dufault1997-04-0614-63/+93
* Make MOD_* macros almost consistent:dufault1997-04-0611-31/+33
* Remove dependancy on UFS' DIRBLKSIZ definition.dfr1997-04-062-12/+4
* Make vm_map_protect be more complete about map simplification. Thisdyson1997-04-061-2/+4
* Correction to the prototype for vm_fault.dyson1997-04-061-2/+2
* Fix the gdb executable modify problem. Thanks to the detective workdyson1997-04-069-198/+146
* Instead of testing for both SELDI and SELDO in SSTAT0 in the poll for workgibbs1997-04-051-5/+5
* Fix a bug in the selection timeout handler that was introduced when thegibbs1997-04-051-38/+52
* Change IPX to use the pr_usrreqs structure.jhay1997-04-055-414/+565
* Synchronize with sys/i386/conf/options.i386 revision 1.39.kato1997-04-052-8/+8
* Synchronize with sys/i386/isa/sioreg.h revision 1.8.kato1997-04-051-15/+1
* Synchronize with sys/i386/isa/sio.c revision 1.162.kato1997-04-052-46/+106
* Fix linux_getdents so that it can cope with filesystems which translatedfr1997-04-052-20/+92
* Moved COMCONSOLE, CONADDR and CONUNIT to defunct options.bde1997-04-052-8/+8
* Removed defaults for dead options CONADDR and CONUNIT.bde1997-04-053-45/+3
* Use device flags instead of options for serial console configurationbde1997-04-053-69/+159
* Support NFS cookies in VOP_READDIR, allowing ext2fs filesystems to bedfr1997-04-052-0/+52
* Recognize ZNYX 314 cards that have a MAC address with the low bit set.phk1997-04-052-4/+4
* Implement dkstats for worm devices so they show up in iostat et al.jkh1997-04-041-1/+22
* Add a 1ms delay in the XS_BUSY case. This is the same error code returnedgibbs1997-04-041-1/+6
* Now that we use AAP, we have to explicitly unpause the sequencer whengibbs1997-04-041-2/+11
* Add missing Id that was lost when the sequencer file format changed.gibbs1997-04-041-0/+2
* Eliminate some function calls when locale not usedache1997-04-041-6/+4
* Speedup in case locale not usedache1997-04-041-2/+6
* Fix various bugs in the locking protocol, allowing proper shared locksdfr1997-04-0410-48/+14
* [Previous comment was incorrect for these files]dfr1997-04-044-4/+4
* Add a function vop_sharedlock which a copy of vop_nolock without thedfr1997-04-046-8/+194
* Add some debugging macros for tracing VFS locking bugs.dfr1997-04-041-1/+40
* Deleted <pc98/pc98/pc98_device.h>.kato1997-04-042-10/+2
* Synchronize with sys/i386/isa/syscons.c revision 1.208.kato1997-04-041-1/+4
* Synchronize with sys/i386/isa/wd.c revision 1.128.kato1997-04-041-5/+48
OpenPOWER on IntegriCloud