summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/arch
AgeCommit message (Expand)Author
2014-05-04Fix pread/pwrite syscalls which need a 64bit offset argument.njoly
2014-05-04Remove now unneeded bsd.kinc.mk.njoly
2014-02-21Increase LINUX32_ELF_AUX_ENTRIES to avoid overrun in linux32/. Also,maxv
2014-02-19Explicitly include x86/fpu.h instead of relying in x86/frame.h including it.dsl
2014-02-15Remove all references to MDL_USEDFPU and deferred fpu initialisation.dsl
2014-02-09account for the 16 bytes of AT_RANDOM data in the stack setup. fixes PR 48518.chs
2014-02-07Convert the amd64 build to use x86/cpu_extended_state.h so that the fpudsl
2013-12-01revert fpu/pcu changes until we figure out what's wrong; they cause randomchristos
2013-11-18Regenchristos
2013-11-18Fix extended attribute syscalls to use the proper types and call their netbsd32christos
2013-11-18regenchs
2013-11-18implement the *at() syscalls.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
2012-07-15Rename MDP_IRET to MDL_IRET since it is an lwp flag, not a proc one.dsl
2012-07-13regenchristos
2012-07-13add xattr stubschristos
2012-07-08The MDP_USEDFPU (amd64 and sh3) and MDP_SSTEP (sh3) are lwp flags notdsl
2012-05-10regenchristos
2012-05-10Fix rt_sigtimedwait():christos
2011-11-18regenchristos
2011-11-18add sigtimedwait supportchristos
2011-05-30Regenerate files to pick up correct RCS Ids. Suggested by Chris Badura.alnsn
2011-05-30Add fadvise64 and fadvise64_64 syscalls to compat_linux and compat_linux32.alnsn
2011-04-10Regen: XXX: produces errors because of rump changes!christos
2011-04-10add pipe2 and dup3christos
2011-03-04Refactor ps_strings access. Based on PK_32, write either the normaljoerg
2011-02-07move macros for validating fs/gs to segments.h and use themchs
2010-11-02regenchs
2010-11-02implement the following syscalls for linux32:chs
2010-07-12fix debugging build.christos
2010-07-07Add missing includes to bring the linux_semun type needed byjmmv
2010-07-07regenchs
2010-07-07many changes for COMPAT_LINUX:chs
2010-04-18This patch fixes the NX regression issue observed on amd64 kernels, wherejym
2009-11-24Regen for personality(2) update.njoly
2009-11-24Update personality(2) to match Linux definition where the argument is annjoly
2009-11-23Use lwp_getpcb() in compat code, clean from struct user.rmind
2009-06-08Fix defines against multiple inclusion protection (s/I386/AMD64).njoly
2009-06-08Regen for rt_queueinfo addition.njoly
2009-06-08Add rt_queueinfo(2) support.njoly
2009-06-05Regen for fstatfs.njoly
2009-06-05Add fstatfs syscall.njoly
2009-06-04Regen for stat/lstat/fstat syscalls.njoly
2009-06-04Add stat/lstat/fstat syscalls.njoly
2009-06-02Regen for siggetmask/sigsetmask.njoly
2009-06-02Add siggetmask/sigsetmask syscalls.njoly
2009-05-29Add native to linux siginfo si_status translation, used on i386 andnjoly
2009-03-15ansify function definitionscegger