summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix kern_lock so that it will work. Additionally, clean-up some of thedyson1997-08-181-132/+144
* Take verbal beating by wollman into account and fix DIAGNOSTIC test.julian1997-08-181-11/+10
* 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
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-168-433/+222
* Dejulianize DIAGNOSTIC panic code. The types are wrong; probably there'swollman1997-08-161-4/+6
* The promised "better fix" for "Trap 9 When Boot SMP" problem.fsmp1997-08-152-29/+18
* setitimer: if it_value == 0 clear it_interval nowache1997-08-141-2/+6
* Cheap TEMPORARY fix for "Trap 9 When Boot SMP" problem.fsmp1997-08-131-1/+10
* 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
* Back out a part of the disk scheduling "improvements" :-(. Let me knowdyson1997-08-121-2/+2
* Cheap fix for kern/4255.fsmp1997-08-101-4/+10
* Some fixes towards making "default configs" work again.fsmp1997-08-091-13/+15
* Modify the scheduling policy to take into account disk I/O waitsdyson1997-08-093-3/+24
* Teach both disk drivers how to cope with a hardware watchdogjulian1997-08-091-1/+3
* Use up 4 precious bytes to give the kernel a hook tojulian1997-08-091-1/+22
* VM86 kernel support.dyson1997-08-091-5/+20
* Make the scheduler quantum a tunable parameterjulian1997-08-081-2/+26
* Make a function static to quieten gccjulian1997-08-081-3/+3
* Clean up the console muting functionality.julian1997-08-081-15/+107
* Fixes kern/3835: SMP kernel crash on enable "dumps on wd0"fsmp1997-08-071-4/+12
* Another attempt at cleaning up the new memory allocator.dyson1997-08-051-3/+2
* 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-053-3/+28
* pushed down "volatility" of simplelock to actual int inside the struct.fsmp1997-08-041-5/+5
* 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
* Fixed security hole with sharing the file descriptor table (via rfork)dg1997-08-041-10/+18
* Fixed syscall arg checking in clock_settime(). Stack garbage wasbde1997-08-031-2/+2
* Removed unused #includes.bde1997-08-0221-92/+21
* Converted the TEST_LOPRIO code to default.fsmp1997-07-311-2/+2
* fix a few problems with pty. warn about how if you only have 1 ptyjmg1997-07-301-13/+16
* Modified the PEND_INTS algorithm to fix the ISA INT loss problem.fsmp1997-07-281-4/+4
* mpapic.c & mp_machdep:fsmp1997-07-261-13/+2
* New simple_lock code in asm:fsmp1997-07-231-10/+22
* Cleaned up the FPU init.fsmp1997-07-221-8/+2
* SMP code initializes the FPU of APs.fsmp1997-07-211-4/+14
* Developed a new strategy for handling the 8254/8259/APIC issue.fsmp1997-07-201-3/+5
* Minor cleanup.fsmp1997-07-201-3/+3
* Removed unused #includes.bde1997-07-202-11/+2
* Remove sonewconn() macro kludge, introduced in 4.3-Reno to catch argumentfenner1997-07-192-10/+4
* Added code to support #define APIC_PIN0_TIMER.fsmp1997-07-191-2/+6
* Split TEST_CPUSTOP code into CPUSTOP_ON_DDBBREAK and mainline code.fsmp1997-07-181-34/+3
* printf cleanup.fsmp1997-07-181-3/+3
* Hopefully fix a few problems that could cause hangs in SMP mode.dyson1997-07-171-1/+5
* Merge WebNFS support from NetBSDdfr1997-07-174-4/+196
* Clean up some lint associated with the AIO code.dyson1997-07-172-5/+8
* Minor cleanup.fsmp1997-07-151-10/+1
* Use the correct size for a sector in the search for a label inbde1997-07-131-3/+3
OpenPOWER on IntegriCloud