summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include
AgeCommit message (Expand)Author
2014-02-20This doesn't need fpu.h, but should include ucontext.hdsl
2014-02-20Move the amd64 and i386 pcb to the bottom of the uarea, and move thedsl
2014-02-18Copy fpu.h to releasedsl
2014-02-18It seems that firefox includes machine/fpu.h on amd64.dsl
2014-02-15Load and save the fpu registers (for copies to/from userspace) usingdsl
2014-02-15Remove all references to MDL_USEDFPU and deferred fpu initialisation.dsl
2014-02-12Add definitions of the default control words directly to this filedsl
2014-02-11Move sys/arch/amd64/amd64/fpu.c and sys/arch/amd64/include/fpu.hdsl
2014-02-07Convert the amd64 build to use x86/cpu_extended_state.h so that the fpudsl
2014-01-25delete VM_DEFAULT_ADDRESS; some of those should be GC'ed because they matchchristos
2014-01-25provide propert address defaults for topdown and bottomup allocationchristos
2014-01-19Remove the unused 'struct md_coredump'.dsl
2014-01-04Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the sizedsl
2013-12-11Remove the fields that were used to save the i387 fp state on interrupt.dsl
2013-12-01revert fpu/pcu changes until we figure out what's wrong; they cause randomchristos
2013-11-18implement the *at() syscalls.chs
2013-11-17Always define SLJIT_CACHE_FLUSH(), start include guards with '_' and use _LP6...alnsn
2013-11-11NetBSD 6.99.26: Switch i386 and amd64 to the x87 default control wordjoerg
2013-10-23Use the MI "pcu" framework for bookkeeping of npx/fpu states on x86.drochner
2013-10-17add missing _christos
2013-10-17we need to return something here.christos
2013-10-17use the parameter for instruction macroschristos
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2013-06-25Fix header guards.joerg
2013-06-22Define IDTVEC_END(), from i386/asm.h.uebayasi
2013-06-21Add END(y) as i386/asm.h does.uebayasi
2013-04-11add missing SSIZE_MINchristos
2013-01-07rearrange the LDT entries so that (32-bit) COMPAT_10 binaries work again.chs
2013-01-02This is included into user-programs by signal.h, it shouldn't bedsl
2012-12-31Move the two fields used to save some i387 state on the last fpu trapdsl
2012-12-15Remove the incorrect comment about a (now deleted) pad field addeddsl
2012-12-15Add the offsets and comments for the members of 'struct fxsave64.dsl
2012-11-13bump VM_PHYSSEG_MAX to 32, we've seen a system where 16 wasn't enough.chs
2012-11-05Build sljit test when MKSLJIT != no and set MKSLJIT to yes on amd64 and i386.alnsn
2012-10-13Enable sljit in amd64 kernel and modules.alnsn
2012-08-15Bump VM_PHYSSEG_MAX to 16 from 10. Modern IBM hardware requiressborrill
2012-08-08on x86, <machine/cpufunc.h> only pulls in <x86/cpufunc.h>. The latterdrochner
2012-07-15Rename MDP_IRET to MDL_IRET since it is an lwp flag, not a proc one.dsl
2012-07-08The MDP_USEDFPU (amd64 and sh3) and MDP_SSTEP (sh3) are lwp flags notdsl
2012-06-30Extend the xpmap API, as described in [1]. This change is mechanical andjym
2012-06-16memseg_baseaddr() is only called from valid_user_selector() anddsl
2012-06-11allow more space for modules.chs
2012-06-11make dtrace work on amd64.chs
2012-05-21Calling _lwp_create() with a bogus ucontext could trigger a kernelmartin
2012-05-17Let the user of INTRENTRY_L() place a label on the 'swapgs' useddsl
2012-05-07Add a ';' that got deleted in a slight tidyup.dsl
2012-05-07Move all the XEN differences to a single conditional.dsl
2012-05-07Raise per-image text size limit to 256MB. 64MB has seen already, sojoerg
2012-04-20- Convert x86 MD code, mainly pmap(9) e.g. TLB shootdown code, to usermind
2012-03-28- Normalize inclusion protection (remove)christos