summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has beenpeter2003-02-181-2/+0
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Implement fpclassify():mike2003-02-082-0/+4
* i386/i386/tsc.c was repo-copied from i386/isa/clock.c.phk2003-02-051-0/+1
* Make get_cyclecount() use binuptime() when no tsc is available: it is cheaper.phk2003-02-051-4/+4
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-033-12/+13
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-011-1/+2
* Make tsc_freq a 64bit quantity.phk2003-01-291-1/+1
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asscottl2003-01-291-0/+6
* Remove BDE_DEBUGGER.jake2003-01-281-4/+0
* Fix KSE related patch.julian2003-01-261-2/+1
* Clean up some junk defines, and GC the TPR options.peter2003-01-231-23/+0
* Nuke CHEAP_TPR stuff, including LOPRIO_LEVEL (bogus) and ALLHWI_LEVELpeter2003-01-232-34/+0
* - Move enable_sse()'s prototype to machine/md_var.h.jhb2003-01-222-4/+3
* Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename thisjhb2003-01-222-2/+2
* Bah, add in a missing space char I noticed when MFC'ing this.jhb2003-01-221-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* o Move the contents of <machine/floatingpoint.h> over tomarcel2003-01-192-88/+80
* A driver for the System Management Application Programmdodd2003-01-171-0/+91
* Rework part of the previous processor name changes so that we readjhb2003-01-091-1/+0
* - Add a cpu_exthigh variable to hold the highest extended cpuid valuejhb2003-01-081-0/+2
* Enumerate logical hyperthread CPUs manually if they aren't already listedjhb2003-01-081-0/+80
* Add a cpuid_cpuinfo variable to hold the results of %ebx from cpuid withjhb2003-01-081-0/+1
* - Fix the name of the hyperthreading cpuid feature flag to be HTT insteadjhb2003-01-081-1/+9
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-4/+4
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-222-2/+0
* Align the FPU state in the ucontext and sigcontext to 16 bytesdeischen2002-12-022-6/+8
* Fix for non-GCC compilers.obrien2002-11-271-4/+3
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-162-12/+5
* Properly parenthesize the DBREG_DRX macro's variables to allow foralfred2002-11-071-1/+1
* 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code,davidxu2002-11-072-1/+2
* Note that the sched_lock protects md_ldt of struct mdproc.jhb2002-10-251-1/+1
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-254-4/+54
* Use the correct values for LDBL_*. Libc doesn't completely supportimp2002-10-251-9/+10
* Very minor whitespace/style nit.markm2002-10-231-2/+1
* Change the definition of the debugging registers to be an array, sophk2002-10-201-9/+6
* Add the !define(COMPILING_LINT)pirzyk2002-10-171-1/+1
* put an #error directive when SMP and CPU_DISABLE_CMPXCHG are setpirzyk2002-10-171-0/+3
* Be consistent about functions being static.phk2002-10-161-1/+1
* The a.out md_coredump stuff isn't referenced anywhere anymore, andpeter2002-10-151-10/+0
* Add a knob to turn on and off the CMPXCHG instruction on > i386 IA32 systems.pirzyk2002-10-141-1/+1
* Add standards visibility conditionals. Change any uses of sigset_t tomike2002-10-131-4/+8
* Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-0/+4
* o Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-4/+10
* Fix namespace issues by using visibility conditionals frommike2002-10-051-1/+3
* style(9) <machine/setjmp.h> headers so they look mostly the same.mike2002-10-041-5/+10
* New bus_dma interfaces for use by crypto device drivers:sam2002-10-041-0/+23
* Add another temporary hack to allow running older i386 binaries.deischen2002-10-041-6/+6
* Removed bits related to MBRs now that they have a proper home inbde2002-10-021-20/+0
OpenPOWER on IntegriCloud