summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386
Commit message (Expand)AuthorAgeFilesLines
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-217-17/+21
* Remove APIC_INTR_DIAGNOSTIC - this has been disabled for some time now.peter2001-01-213-120/+0
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexjasone2001-01-213-8/+8
* Remove the per-cpu pages used for copy and zero-ing pages of memoryjake2001-01-214-102/+5
* Rename the ASSYM MTX_RECURSE to MTX_RECURSECNT in order to not conflictjake2001-01-202-3/+3
* Simplify the i386 asm MTX_{ENTER,EXIT} macros to just call thejake2001-01-202-9/+2
* - Make npx_intr INTR_MPSAFE and move acquiring Giant into thejake2001-01-201-2/+0
* Convert apm from a bogus 'count' into a plain option. Clean out somepeter2001-01-191-3/+3
* Zap unused #include "apm.h"peter2001-01-191-1/+1
* Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.hpeter2001-01-197-36/+36
* EEK! vm86bios.s has got #if NNPX > 0 code without a correspondingpeter2001-01-191-0/+2
* Remove reference to splz_unpend - it is long gone.peter2001-01-191-1/+1
* Catch a few alternative names for the syscall entry frame, eg: post-ELFpeter2001-01-191-1/+4
* apic_itrace_splz[] is unusedpeter2001-01-192-2/+0
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-4/+4
* Protect p_stat and p_oncpu with sched_lock in forward_signal().jhb2001-01-182-4/+18
* Stop doing runtime checking on i386 cpus for cpu class. The cpu ispeter2001-01-164-61/+41
* Change return ??? to return -1 in some #if 0'ed code.jake2001-01-122-4/+4
* Remove unused per-cpu variables inside_intr and ss_eflags.jake2001-01-121-2/+0
* Remove useless include of sys/mbuf.h (no longer useful since thebmilekic2001-01-121-1/+0
* - Remove compatibility macros for accessing per-cpu variables.jake2001-01-112-212/+11
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-1011-116/+127
* Fix a warning. The type of globaldata.gd_prvspace has changed.jake2001-01-082-2/+4
* Correct typo.nyan2001-01-081-1/+1
* Use %fs to access per-cpu variables in uni-processor kernels the samejake2001-01-066-36/+18
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-231-0/+12
* Remove the "wd" driver.phk2000-12-181-1/+0
* Remove the "machine dependent" KTR trace buffer ddb commands. The code wasjhb2000-12-141-101/+0
* Use _lapic+offset to access the local apic from assembly languagejake2000-12-144-21/+28
* If we fail to emulate a vm86 trap in kernel mode, then we usejhb2000-12-131-0/+1
* - If swap metadata does not fit into the KVM, reduce the number oftanimura2000-12-131-4/+15
* Introduce a new potientially cleaner interface for accessing per-cpujake2000-12-136-99/+102
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadjake2000-12-131-3/+3
* Add in symbols needed in the WITNESS_ENTER and WITNESS_EXIT macros injhb2000-12-121-0/+5
* - Add code to detect if a system call returns with locks other than Giantjake2000-12-121-0/+10
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-087-21/+14
* Revert the previous change I made to cpu_switch. It doesn't help asjake2000-12-082-3/+5
* Staticize some malloc M_ instances.phk2000-12-082-4/+4
* This is kind of a nasty hack, but it appears to solve the Compaq DL360peter2000-12-062-4/+26
* Move io_apic_{read,write} from apic_ipl.s (where they do not belong) intopeter2000-12-061-0/+23
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-051-27/+0
* Cleanup some leftover lint from the old interrupt system.peter2000-12-044-13/+27
* Change cpu_switch to explicitly popl the callers program counter andjake2000-12-032-5/+3
* Namespace cleanup. Remove some #includes in favour of an explicitmarkm2000-12-021-0/+5
* Fix this slightly better by using NON_GPROF_RET instead of duplicatingjhb2000-12-011-1/+1
* Change doreti to take a trapframe instead of an intrframe.jake2000-12-013-10/+5
* Revert the previous change to this file. We have to hardcode in the opcodejhb2000-11-301-1/+1
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-5/+17
* Don't wait forever for CPUs to stop or restart. Instead, give up after ajhb2000-11-282-4/+38
* Use atomic ops to close a race condition on the in_Debugger variable usedjhb2000-11-281-4/+3
OpenPOWER on IntegriCloud