summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Cleanup.fsmp1997-09-011-8/+10
* Move closer to supporting VM86 under SMP.bde1997-09-011-1/+9
* Fixed options SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME which were brokenbde1997-08-311-1/+3
* Change the 0xdeadb hack to a flag called VDOOMED.phk1997-08-313-117/+140
* Debug version of simple_lock. This will store the CPU id of thefsmp1997-08-311-20/+11
* Another round of lock pushdown.fsmp1997-08-301-3/+19
* Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>.kato1997-08-301-1/+3
* Added a sysctl arg, hw.machine_arch. The hw.machine_arch is "ibm-pc"kato1997-08-291-1/+5
* Remove the vm86 support as an LKM, and link it directly into the kerneljlemon1997-08-281-4/+5
* Correct some things I forgot about until it was too late with smp_active.peter1997-08-262-9/+11
* Clean up the SMP AP bootstrap and eliminate the wretched idle procs.peter1997-08-264-376/+147
* Restored rev.1.92 which was clobbered by the previous commit.bde1997-08-262-2/+6
* Uncut&paste cache_lookup().phk1997-08-261-1/+84
* Back out some incorrect changes that was worse than the original bug.dyson1997-08-263-47/+37
* Don't return EINVAL for negative timespecs in the nanosleep functions.bde1997-08-261-12/+9
* Finished staticizing.bde1997-08-261-3/+5
* Fixed some formatting and style bugs.bde1997-08-261-7/+5
* Print more info in the "calcru: negative time" message.bde1997-08-261-2/+3
* Fixed some gratuitous ANSIisms.bde1997-08-263-14/+21
* 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
OpenPOWER on IntegriCloud