summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic adjustment for the trap/double fault/panic cpu id listing.peter1997-09-052-10/+14
* sonewconn no longer passes curproc to the protocol attach methodtegge1997-09-042-4/+4
* Revert to the previous hashing, double the hashtable size instead.phk1997-09-041-4/+7
* Hmm, this is hopefully better.phk1997-09-032-14/+6
* Use 2^N hash sizes rather than primesize, this replaces a divisionphk1997-09-031-12/+10
* Revert the v_usecount handling in relation to VOP_INACTIVE.phk1997-09-032-14/+4
* Removed unused #includes.bde1997-09-0239-178/+39
* 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
OpenPOWER on IntegriCloud