summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+6
* Remove cpususpend IDT vector for XEN.iwasaki2012-05-201-0/+2
* Add SMP/i386 suspend/resume support.iwasaki2012-05-184-1/+19
* i386 bootinfo: re-arrange EFI fields for natural alignment and packingavg2012-05-131-4/+4
* Revert part of r234723 by re-enabling the SMP protection forattilio2012-05-031-0/+2
* Add a convenience macro for the returns_twice attribute, and apply it todim2012-04-291-1/+1
* Clean up the intr* MD KPI from the SMP dependency, removing a cause ofattilio2012-04-261-4/+0
* bump INTRCNT_COUNT values to reflect actual numbers of IPI countersavg2012-04-131-2/+2
* Move the legacy(4) driver to x86.jhb2012-03-301-63/+0
* Use a more proper fix for enabling HT MSI mapping windows on Host-PCIjhb2012-03-291-1/+7
* - 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
OpenPOWER on IntegriCloud