summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* new code to control other CPUs: stop_cpus()/restart_cpus()/_Xstopcpufsmp1997-07-131-64/+23
* Cleanup old stop_cpus/restart_cpus() cruft.fsmp1997-07-131-3/+15
* Adds sysctl int for shutdown timeout.davidn1997-07-101-1/+5
* Back out changes for 'conflicts' with IRQ, remove intr_registered()ache1997-07-091-7/+1
* General cleanup of APIC code.fsmp1997-07-081-44/+46
* Reordered call to apic_initialize and setting invltlb_ok.fsmp1997-07-081-4/+15
* stop_cpus(), currently BROKEN! (turned off in smptests.h by default).fsmp1997-07-071-10/+59
* This is an upgrade so that the kernel supports the AIO calls fromdyson1997-07-064-84/+1009
* Removed extra definition of constty. It is defined in subr_prf.c.bde1997-07-011-3/+1
* Updated generated files (makesyscalls.sh changed). Only sysproto.hbde1997-06-292-2/+2
* Don't generate unused nested #include of <sys/aio.h>.bde1997-06-291-2/+1
* Initialize private variable other_cpus during AP boot.fsmp1997-06-271-1/+4
* Added POST code output to various points of the startup code.fsmp1997-06-271-20/+173
* Program lint1 to handle NMIs.fsmp1997-06-271-2/+24
* Fill in some extra fields in the eproc structure. gdb uses this informationtegge1997-06-271-1/+5
* Don't accept insane values for SO_(SND|RCV)BUF, and the low water marks.peter1997-06-271-4/+27
* Merged/renamed functions:fsmp1997-06-251-82/+56
* Don't ever allow lowering the securelevel at all. Allowing it doesjoerg1997-06-251-2/+2
* Add tickadj to struct clockinfo, like NetBSD and OpenBSD.jhay1997-06-244-5/+7
* Ensure that the boot CPU honours write protection in kernel mode.tegge1997-06-241-1/+9
* Killed bogus kernacc() call in malloc() DIAGNOSTIC code. kernacc() bydg1997-06-241-8/+1
* Fix calculation of initial mplock value.fsmp1997-06-241-2/+2
* Fixed breakage for "default" configurations in mptable_pass1().fsmp1997-06-241-2/+2
* Preliminary support for per-cpu data pages.peter1997-06-227-100/+165
* Remove a window during running down a file vnode. Also, the OBJ_DEADdyson1997-06-222-30/+48
* Modifications to existing files to support the initial AIO/LIO anddyson1997-06-168-6/+98
* Add initial AIO/LIO kernel thread support files. This is preliminary, anddyson1997-06-162-0/+432
* Fix a problem with the VN device. Specifically, the VN device candyson1997-06-152-39/+236
* When APM is configured, turn off the power when halting for good.wollman1997-06-151-1/+2
* Removed unused #includes.bde1997-06-141-12/+1
* Fixed livelock in getnewbuf().bde1997-06-131-3/+5
* Disabled the kern.vnode sysctl variable. It's causing system crashes ondg1997-06-102-2/+16
* Add safety check in case "conflicts" keyword specified more times thanache1997-06-081-1/+7
OpenPOWER on IntegriCloud