summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* - Rename VM_MEMATTR_UNCACHED to VM_MEMATTR_WEAK_UNCACHEABLE on x86 tojhb2012-03-291-1/+1
* Add software PMC support.fabient2012-03-281-10/+19
* Handle spurious page faults that may occur in no-fault sections of thealc2012-03-221-0/+1
* Copy amd64 sysarch.h to x86 and merge with i386 sysarch.h. Replacetijl2012-03-191-101/+3
* Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. Replacetijl2012-03-191-627/+3
* Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.tijl2012-03-191-81/+3
* Move userland bits (and some common kernel bits) from amd64 and i386tijl2012-03-191-175/+1
* Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98tijl2012-03-181-171/+3
* Use exact width integer types in amd64/i386 reg.h to prepare for a merge.tijl2012-03-181-28/+30
* Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h.tijl2012-03-161-121/+1
* Use exact width integer types instead of long in struct env87 intijl2012-03-161-8/+8
* Remove prototypes of _amd64_get_fsbase et al. The functions were removedtijl2012-03-161-11/+0
* Allow a native i386 kernel to be built with 'nodevice atpic'. Just as onjhb2012-03-091-0/+3
* Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. Replacetijl2012-03-041-40/+3
* Copy amd64 trap.h to x86 and replace amd64/i386/pc98 trap.h with stubs.tijl2012-03-041-92/+3
* Copy amd64 float.h to x86 and merge with i386 float.h. Replacetijl2012-03-041-91/+3
* Copy amd64 stdarg.h to x86 and replace amd64/i386/pc98 stdarg.h with stubs.tijl2012-02-281-87/+3
* Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.tijl2012-02-281-47/+3
* Copy amd64 endian.h to x86 and merge with i386 endian.h. Replacetijl2012-02-281-142/+3
* Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. Replacetijl2012-02-281-168/+3
* Copy amd64 _limits.h to x86 and merge with i386 _limits.h. Replacetijl2012-02-281-84/+3
* Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existingtijl2012-02-281-125/+3
* Remove completely duplicate '#ifdef XEN' section.jhb2012-02-271-30/+0
* Resort the IDT_DTRACE_RET constant after it was changed to be less thanjhb2012-02-271-1/+1
* Fix the netback driver build for i386.ken2012-02-022-10/+7
* Synchronize the struct sigcontext definitions on x86 with mcontext_t.kib2012-01-301-2/+5
* Add C11 macros describing subnormal numbers to float.h.das2012-01-231-0/+16
* Add support for the extended FPU states on amd64, both for nativekib2012-01-214-10/+22
* Add definitions for the FPU extended state header, legacy extendedkib2012-01-171-0/+27
* Add definitions related to XCR0.kib2012-01-171-0/+1
* Convert files to UTF-8uqs2012-01-151-1/+1
* Also import WEAK_ALIAS() from the MIPS code.ed2012-01-051-0/+7
* Add support for strong aliasing of symbols in i386 assembly.ed2012-01-031-0/+7
* Make the comment in i386/include/ucontext.h identical to the one inkib2011-12-311-3/+4
* Replace __signed by signed.ed2011-12-131-1/+1
* Avoid the possibility of integer overflow in the calculation ofalc2011-12-101-3/+4
* Attempt to improve formatting and content of several comments forkib2011-11-092-10/+11
* Fix the DTrace pid return trap interrupt vector. Previously we were usingrstone2011-11-072-3/+3
* People porting FreeBSD to new architectures ought not have todas2011-10-211-3/+2
* Remove unused define.kib2011-10-071-2/+0
* Add the possibility to specify from kernel configs MAXCPU value.attilio2011-07-191-0/+2
* Correct cpu_monitor() and cpu_mwait() for amd64. These instructions takejkim2011-07-051-5/+7
* Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h tojhb2011-06-222-50/+4
* Oops, missed these in 223424.jhb2011-06-221-0/+1
* remove code for dynamic offlining/onlining of CPUs on x86avg2011-06-081-1/+0
* Reintroduce the lazypmap infrastructure and convert it to usingattilio2011-05-201-1/+3
* MFCattilio2011-05-181-1/+12
* MFCattilio2011-05-131-0/+2
* MFCattilio2011-05-091-1/+0
* MFCattilio2011-05-061-0/+2
OpenPOWER on IntegriCloud