summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/amd64
AgeCommit message (Expand)Author
2015-05-31Fix write(2) size argument (int -> size_t).njoly
2015-03-14Support Linux MAP_LOCKED mmap flag.njoly
2015-03-07regenchristos
2015-03-07Add systrace output filechristos
2015-03-07fix inconsistent nameschristos
2014-11-22Regen for ppoll signature fixnjoly
2014-11-22Fix ppoll signature (int ->u_int)njoly
2014-06-25Add a few missing open(2) flags (LINUX_O_*). Fix alpha wrong values.njoly
2014-05-31Regen for munmap(2) signature.njoly
2014-05-31Fix munmap(2) signature.njoly
2014-05-29Regen for utimes(2) change.njoly
2014-05-29For utimes(2), use compat_50_sys_utimes() instead of local version.njoly
2014-05-20Regen for getgroups/setgroups update.njoly
2014-05-20Fix getgroups/setgroups signature.njoly
2014-05-17Regen for fadvise64 offset types changes.njoly
2014-05-17Fix fadvise64 syscalls to use 64bit offset types.njoly
2014-05-04Regen for pread/pwrite 64bit offset argument.njoly
2014-05-04Fix pread/pwrite syscalls which need a 64bit offset argument.njoly
2014-04-08Regen.njoly
2014-04-08Adjust read/write/readv/writev signature to match native versions.njoly
2014-04-08Do not include bsd.kinc.mk in each arch Makefile, it's already pullednjoly
2014-02-23Use cprng_strong32 for LINUX_AT_RANDOM on amd64 too.njoly
2014-02-21Increase LINUX32_ELF_AUX_ENTRIES to avoid overrun in linux32/. Also,maxv
2014-02-19Don't rely on pcb.h including x86/include/sysarch.hdsl
2014-02-15Remove all references to MDL_USEDFPU and deferred fpu initialisation.dsl
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-25Update linux socket socket options (SO_*). Add common version to itsnjoly
2014-01-04Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the sizedsl
2013-12-17Cleanup compat linux errnos by adding generic errnos in a single file.njoly
2013-12-08Regen.njoly
2013-12-08Sprinkle a few more linux_umode_t where appropriate.njoly
2013-12-01revert fpu/pcu changes until we figure out what's wrong; they cause randomchristos
2013-11-18regenchs
2013-11-18implement the *at() syscalls.chs
2013-11-18initialize %ds to something valid to help ptrace().chs
2013-11-18implement AT_RANDOM.chs
2013-11-07Regen for dup/dup2/dup3 argument types fix.njoly
2013-11-07Fix dup/dup2/dup3 argument types (u_int -> int).njoly
2013-10-23Use the MI "pcu" framework for bookkeeping of npx/fpu states on x86.drochner
2013-09-24Regen for utimensat(2).njoly
2013-09-24Add utimensat(2) for compat linux.njoly
2013-04-08regen for utimespooka
2013-04-08support utimes on non-alpha linux platformspooka
2012-09-19regen for ppoll (and, apparently, SYCALL_ARG_PTR)pooka
2012-09-19emulate ppoll which is essentially our polltspooka
2012-07-08The MDP_USEDFPU (amd64 and sh3) and MDP_SSTEP (sh3) are lwp flags notdsl
2012-02-03Add a hook for freeing an ep_emul_arg. Add a wrapper routinematt
2011-11-18- add sigtimedwait support.christos
2011-11-18add sigtimedwaitchristos