summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Properly wrap mtx_intr_enable() macro in "do $bla while (0)"phk2001-06-021-1/+1
* This file is not needed any more, the definitions and declarations ittmm2001-06-011-13/+0
* Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi)hm2001-05-252-14/+21
* Convert npx interrupts into traps instead of vice versa. This is muchbde2001-05-222-0/+2
* Make _BSD_TIME_T_ (time_t) an `int' rather than `long'. This will helpobrien2001-05-181-1/+1
* Style changes -- revert ordering to mostly two revs ago.obrien2001-05-181-51/+51
* Consistently define the rune types.obrien2001-05-161-1/+19
* Move the int typedefs to the top so they can be used in defining other types.obrien2001-05-161-30/+30
* "Sir, the deorbit burn completed succesfully."jhb2001-05-151-45/+0
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-151-1/+0
* Implement a few more floppy ioctl commands and IO options, namely:joerg2001-05-141-2/+18
* - Use sched_lock and critical regions to ensure that LDT updates are threadjhb2001-05-101-0/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-10/+10
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-276-598/+75
* Make the ap_boot_mtx mutex static.jhb2001-04-201-1/+1
* Back out 1.103. It wasn't approved by the owner of the file andimp2001-04-181-45/+45
* Blow away the panic mutex in favor of using a single atomic_cmpset() on ajhb2001-04-171-4/+0
* Back out wrapping the asm ... ; bits in #ifndef lint macros. Theremarkm2001-04-141-6/+0
* Make this more lint-friendly. This file seems to be invoked in justmarkm2001-04-131-4/+10
* Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is justjhb2001-04-112-18/+18
* Remove constants defining the bitmasks of the old giant kernel lock.jhb2001-04-102-10/+0
* Remove the old APIC I/O higher level IPI API in favor of the newer MIjhb2001-04-101-46/+0
* Remove the BETTER_CLOCK #ifdef's. The code is on by default and is herejhb2001-04-103-38/+5
* Add an MI API for sending IPI's. I used the same API present on the alphajhb2001-04-102-12/+74
* 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
OpenPOWER on IntegriCloud