summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* It is too much work convincing lint why we would want empty structures,phk2002-10-012-0/+6
* Use long long to indicate 64bitness in #ifdef lint.phk2002-10-011-1/+6
* A more lint friendly #ifdef lint section.phk2002-10-011-19/+13
* Turn back on the "SMP: AP CPU #N Launched!" message on normal boots.obrien2002-09-301-2/+1
* Only print out the "SMP: AP CPU #N Launched!" message on verbose boots.obrien2002-09-301-4/+4
* There is no need for start/num to be signed in i386_ldt_args.peter2002-09-281-2/+2
* ISMEMSDP(), IS286GDP(), IS386GDP(), ISGDP(), ISSDP() and ISSYSSDP() arepeter2002-09-261-20/+0
* Fix a declaration that is actually supposed to be a macro definition.markm2002-09-251-0/+1
* use __packed.alfred2002-09-232-16/+16
* Update the nexus driver for the addition of the legacy driver:jhb2002-09-231-43/+0
* Add a new legacy(4) device driver for use on machines that do not havejhb2002-09-231-9/+9
* PIC_GOTOFF is OBE.peter2002-09-231-2/+0
OpenPOWER on IntegriCloud