summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Removed some stale comments.bde1997-08-261-4/+4
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).bde1997-08-262-8/+2
* Removed a bogus comment.bde1997-08-251-2/+2
* Add a new vnode op (cachedlookup) so that filesystems can plug intophk1997-08-251-1/+13
* A clean fix for the spl "deadlock before smp_active" problem.fsmp1997-08-241-1/+3
* Print a warning if an unsupported (under SMP) shared address space forkpeter1997-08-221-2/+5
* typo in comment.phk1997-08-221-2/+2
* This is a trial improvement for the vnode reference count while on the vnodedyson1997-08-222-32/+38
* #include <machine/limits.h> explicitly in the few places that it is required.bde1997-08-218-8/+19
* Added a half dozen casts to eliminate annoying warnings.fsmp1997-08-211-7/+7
* Revert my previous commit about using CS_SECURE macro.charnier1997-08-211-5/+5
* Made PEND_INTS default.fsmp1997-08-211-1/+13
* Some corrections to the anonymous page managment.dyson1997-08-211-5/+5
* Preperation for moving cpl into critical region access.fsmp1997-08-202-2/+29
* Moved splq() to isa/ipl_funcs.c for SMP only.fsmp1997-08-201-2/+4
* Implement XPG/SYSV-style getpgid()/getsid() syscalls. getpgid() uses thepeter1997-08-191-1/+50
* Regeneratepeter1997-08-192-6/+6
* SVR4/XPG-style getpgid()/getsid() syscalls.peter1997-08-191-3/+3
* Allow lockmgr to work without a current process. Disallowing thatdyson1997-08-191-3/+4
* Use CS_SECURE macro.charnier1997-08-181-5/+5
* Added includes of smp.h for SMP.fsmp1997-08-181-1/+5
* 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
OpenPOWER on IntegriCloud