summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Add a macro mtx_intr_enable() to alter a spin lock such that interruptsjhb2001-02-101-0/+1
* Woops, remove an obsolete reference to gd_cpu_lockid.jhb2001-02-091-1/+0
* Axe gd_cpu_lockid as it is no longer used.jhb2001-02-092-2/+0
* Change and clean the mutex lock interface.bmilekic2001-02-095-41/+84
* Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+1
* Zap last remaining references to (and a use use of) of simple_locks.peter2001-01-311-10/+0
* Remove some leftovers from the CMAP* stuff in globaldata and thepeter2001-01-303-21/+6
* Move the setting of curproc to idleproc up earlier in ap_init(). Thebmilekic2001-01-281-6/+6
* Defer assignment of low level interrupt handlers for PCI interruptstegge2001-01-282-37/+49
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.hm2001-01-261-3/+4
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-244-85/+43
* Remove unused locks: cpl, fast_intr, intr, mpintr.jhb2001-01-241-4/+0
* - Proc locking.jhb2001-01-241-4/+7
* - Remove Xforward_irq, cpl_lock, and fast_intr_lock.jhb2001-01-241-3/+1
* - Relocate portions of this file to get it into an order closer to that ofjhb2001-01-241-171/+153
* Use queue macros.jhb2001-01-241-1/+1
* Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutexjasone2001-01-211-0/+6
* 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
OpenPOWER on IntegriCloud