summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Axe the per-cpu variable witness_spin_check as it was replaced by thejhb2001-04-062-2/+0
* De __P() while I'm here. Done as a separate commit since it is justimp2001-04-031-45/+45
* Make this file C++ safe. It defines many useful functions (inb, outb)imp2001-04-031-0/+4
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-283-0/+3
* - Switch from using save/disable/restore_intr to using critical_enter/exitjhb2001-03-281-5/+5
* - Add the new critical_t type used to save state inside of criticaljhb2001-03-282-15/+21
* Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames andtmm2001-03-231-0/+13
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).peter2001-03-171-1/+1
* Kill the 4MB kernel limit dead. [I hope :-)].peter2001-03-151-3/+9
* Fix mtx_legal2block. The only time that it is bad to block on a mutex isjhb2001-03-091-1/+0
* Spell what was originally "unsigned long" as "unsigned long" again,dwmalone2001-03-061-4/+4
* Merged from sys/i386/include/bus_at386.h revision 1.13.kato2001-03-021-1/+0
* version 1.7 made some changes to correct problems identifed by compilingmdodd2001-03-022-2/+0
* Always use the ELF naming after the demise of asnames.h.peter2001-02-251-5/+0
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-254-329/+4
* - Rename the lcall system call handler from Xsyscall to Xlcall_syscalljake2001-02-251-1/+1
* Activate USER_LDT by default. The new thread libraries are going topeter2001-02-235-11/+2
* GC unused and now obsolete assertion macros.jhb2001-02-221-8/+0
* - Don't call clear_resched() in userret(), instead, clear the resched flagjhb2001-02-201-1/+0
* Removed all traces of T_ASTFLT (except for gaps where it was). It becamebde2001-02-191-1/+0
* Changed the aston() family to operate on a specified process instead ofbde2001-02-191-1/+1
* Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declarebde2001-02-191-4/+1
* Fixed disordering in previous commit. "Fixed" a null comment in previousbde2001-02-171-1/+1
* Correct 2nd argument of getnameinfo(3) to socklen_t.ume2001-02-151-0/+1
* RIP <machine/lock.h>.markm2001-02-114-91/+57
* - Make astpending and need_resched process attributes rather than CPUjhb2001-02-104-40/+8
* 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
OpenPOWER on IntegriCloud