summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-214-6/+4
* Remove APIC_INTR_DIAGNOSTIC - this has been disabled for some time now.peter2001-01-212-111/+0
* Remove the MAYBE_PANIC and GUARD_CPU macros - unused.peter2001-01-211-34/+0
* Remove the per-cpu pages used for copy and zero-ing pages of memoryjake2001-01-213-30/+0
* Implement optimized PCPU accessors. These are necessary to support ajake2001-01-211-15/+90
* Simplify the i386 asm MTX_{ENTER,EXIT} macros to just call thejake2001-01-201-102/+16
* - Make npx_intr INTR_MPSAFE and move acquiring Giant into thejake2001-01-201-2/+0
* EEK! I missed a couple of places with the 24->32 interrupt change.peter2001-01-191-0/+16
* Remove #defines for the old lock function names and spl0/splzpeter2001-01-191-7/+0
* apic_itrace_splz[] is unusedpeter2001-01-191-1/+0
* Remove the static splXXX functions and replace them by static __inlinepeter2001-01-191-7/+0
* Protect p_stat and p_oncpu with sched_lock in forward_signal().jhb2001-01-181-2/+9
* - Sort of lie and say that %eax is an output only and not an input for thejhb2001-01-171-2/+2
* These files have been on deathrow for a couple of months, no appeal.phk2001-01-162-8/+0
* Argh, disable the micro-ops again. I didn't test these adequately andjhb2001-01-161-1/+2
* - Use "+a" instead of "=&a" for several constraints. This should fixjhb2001-01-161-25/+19
* - Fix atomic_load_* and atomic_store_* to generate functions for atomic.cjhb2001-01-161-168/+123
* Revert the previous revision now that atomic_store_rel_ptr() actuallyjhb2001-01-141-4/+0
* Fix the atomic_load_acq() and atomic_store_rel() functions to properlyjhb2001-01-141-5/+43
* Work around the broken atomic_store_rel_ptr() on the i386 arch by justjhb2001-01-141-0/+4
* Change return ??? to return -1 in some #if 0'ed code.jake2001-01-121-2/+2
* Remove unused per-cpu variables inside_intr and ss_eflags.jake2001-01-122-4/+0
* - Remove compatibility macros for accessing per-cpu variables.jake2001-01-112-67/+0
* Add infrastructure to support the ISDN itjc hardware driver.hm2001-01-111-7/+7
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-102-22/+22
* Send the old if_wl in the old location to the Attic after a repo copy topeter2001-01-091-321/+0
* Fix a warning. The type of globaldata.gd_prvspace has changed.jake2001-01-081-1/+2
* Implement accessors for per-cpu variables which don't depend on thejake2001-01-063-155/+49
* Use %fs to access per-cpu variables in uni-processor kernels the samejake2001-01-064-14/+7
* Add PECOFF (WIN32 Execution file format) support.takawata2000-12-201-0/+60
* Introduce a new potientially cleaner interface for accessing per-cpujake2000-12-131-0/+6
* Fix the assembly mutex macros to call the appropriate witness functions ifjhb2000-12-121-3/+38
* Fix a jump to the wrong label, <sigh>. Put a period at the end of ajake2000-12-081-2/+2
* Argh, revert the clobber changes. Since %ecx and %edx aren't call safe,jhb2000-12-081-9/+9
* Change the calling conventions of the MTX_ENTER macro to matchjake2000-12-081-11/+13
* Well, the previous commit wasn't entirely correct either. For now, justjhb2000-12-081-1/+2
* Move extern tsc_present outside function to quelch a warning.phk2000-12-071-1/+4
* Fix broken register restraints that needlessly clobbered registers %ecxjhb2000-12-071-13/+13
* This is kind of a nasty hack, but it appears to solve the Compaq DL360peter2000-12-061-2/+13
* Move io_apic_{read,write} from apic_ipl.s (where they do not belong) intopeter2000-12-061-4/+3
* GC unused assembler function apic_eoi()peter2000-12-061-1/+0
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-052-3/+0
* Cleanup some leftover lint from the old interrupt system.peter2000-12-042-7/+2
* (1) Allow a stray lock prefix to be compiled out with thejake2000-12-041-16/+24
* Namespace cleanup. Remove some #includes in favour of an explicitmarkm2000-12-021-3/+2
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-1/+2
* Increase NKPT from 17 to 30. This fixes the 4GB ram boot panic on bothpeter2000-11-301-1/+1
* Don't wait forever for CPUs to stop or restart. Instead, give up after ajhb2000-11-281-2/+19
* These files are mpsafe.alfred2000-11-251-0/+4
* Assembler fixes.markm2000-11-211-4/+4
OpenPOWER on IntegriCloud