summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Modify the scheduling policy to take into account disk I/O waitsdyson1997-08-095-5/+52
* Synchronize with sys/i386/isa/wd.c revision 1.135.kato1997-08-091-2/+11
* Disabled SW_VGA_MODEX when PC98 is defined.kato1997-08-091-2/+2
* A couple of missing doscmd header files. Messed up again. Now candyson1997-08-093-0/+203
* Synchronize with sys/i386/conf/options.i386 revision 1.55.kato1997-08-092-2/+4
* Synchronize with sys/i386/i386/trap.c revisino 1.102.kato1997-08-091-5/+20
* Synchronize with sys/i386/i386/machdep.c revision 1.255.kato1997-08-092-88/+218
* Synchronize with sys/i386/isa/npx.c revision 1.50.kato1997-08-091-2/+2
* Synchronize with sys/i386/isa/syscons.c revision 1.229.kato1997-08-091-6/+56
* Teach both disk drivers how to cope with a hardware watchdogjulian1997-08-093-5/+25
* Add the code that represents most of the interface between the VM86dyson1997-08-091-0/+434
* Use up 4 precious bytes to give the kernel a hook tojulian1997-08-092-2/+33
* Add VM86 to the lkm build.dyson1997-08-091-2/+2
* Add VM86 to the options.dyson1997-08-092-2/+4
* VM86 kernel support.dyson1997-08-0941-245/+987
* Yeah I'm back hacking syscons !!sos1997-08-085-20/+178
* Make the scheduler quantum a tunable parameterjulian1997-08-081-2/+26
* Add ID's for 5 VLSI chips. They're not very friendly, so this info wasphk1997-08-081-1/+12
* Make a function static to quieten gccjulian1997-08-082-6/+6
* Clean up the console muting functionality.julian1997-08-082-30/+214
* Support interface names up to 15 characters in length. In order toalex1997-08-081-3/+5
* Fixes kern/3835: SMP kernel crash on enable "dumps on wd0"fsmp1997-08-071-4/+12
* Don't use /sys.bde1997-08-072-4/+4
* Fix the DDB breakpoint code when using the 4MB page support.dyson1997-08-075-25/+60
* More vm_zone cleanup. The sysctl now accounts for items better, anddyson1997-08-074-9/+19
* Remove two features that have been reported to cause problems withse1997-08-061-2/+3
* printf does not understand %hd in the kernelpeter1997-08-062-10/+14
* Synchronize with sys/i386/i386/machdep.c revision 1.254.kato1997-08-062-2/+6
* Synchronize with sys/i386/isa/sio.c revision 1.174.kato1997-08-062-4/+6
* Synchronize with sys/i386/isa/wd.c revision 1.134.kato1997-08-061-1/+4
* Add exposure of some vm_zone allocation stats by sysctl. Also, changedyson1997-08-063-6/+77
* PR: kern/4117itojun1997-08-061-2/+2
* Ensure that the interface name is terminated.alex1997-08-061-1/+2
* Fixed the commit botch that was causing crashes soon after systemdyson1997-08-052-2/+4
* Another attempt at cleaning up the new memory allocator.dyson1997-08-056-331/+239
* Fix some bugs, document vm_zone better. Add copyright to vm_zone.h. Usedyson1997-08-054-76/+256
* memcmp -> bmcpmsmith1997-08-052-4/+4
* Modify pmap to use our new memory allocator. Also, change the vm_map_entrydyson1997-08-052-4/+6
* Modify pmap to use our new memory allocator.dyson1997-08-052-252/+70
* Slightly reorder some operations so that the main processor gets globaldyson1997-08-052-64/+68
* Remove the PMAP_PVLIST conditionals in pmap.*, and another unneeded define.dyson1997-08-054-48/+4
* A very simple zone allocator.dyson1997-08-052-0/+309
* Fix up come cruft that I left on a previous commit.dyson1997-08-051-10/+1
* Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu ofdyson1997-08-0513-169/+84
* pushed down "volatility" of simplelock to actual int inside the struct.fsmp1997-08-042-12/+14
* Added include of intr_machdep.h to eliminate compiler warning for APIC_IO.fsmp1997-08-043-6/+9
* pushed down "volatility" of simplelock to actual int inside the struct.fsmp1997-08-043-15/+15
* Eliminate frequent silo overflows by restoring the TEST_LOPRIO code.fsmp1997-08-048-23/+127
* Fix a problem with the vfs vnode caching that it doesn't grow quicklydyson1997-08-042-32/+42
* remove unused MAXVNODEUSE macro.phk1997-08-041-2/+1
OpenPOWER on IntegriCloud