summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Fix MCOUNT_ENTER() so it actually compiles in the profiling case.jhb2001-07-141-1/+1
* The #define for pcb_savefpu seems to do more harm than good.peter2001-07-121-1/+0
* Activate SSE/SIMD. This is the extra context switching support thatpeter2001-07-126-3/+49
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-292-3/+2
* Get kernel profiling on SMP systems closer to working by replacing thejhb2001-06-282-11/+6
* Provide access to the IA32 hardware debug registers from the ddbbsd2001-06-281-1/+64
* Merged from sys/i386/include/bus_at386.h revision 1.14.nyan2001-06-261-1/+1
* Include sys/pcpu.h to get the prototype for globaldata_register() to quietjhb2001-06-181-0/+1
* Fix "alignemnt" typo.alex2001-06-162-2/+2
* Fix style of defines.obrien2001-06-091-38/+38
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isjoerg2001-06-061-141/+0
* 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
OpenPOWER on IntegriCloud