summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch
AgeCommit message (Expand)Author
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-19Add explicit #include <x86/fpu.h> instead of relying on pcb.h including it.dsl
2014-02-19Don't rely on pcb.h including x86/include/sysarch.hdsl
2014-02-15Regen.njoly
2014-02-15Reduce diffs between archs, add mincore/madvise to m68k.njoly
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-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
2014-01-26Remove support for 'external' floating point units and the MS-DOSdsl
2014-01-25Update linux socket socket options (SO_*). Add common version to itsnjoly
2014-01-25More alignment spellosskrll
2014-01-19Flatten the floating point register structures bu moving thedsl
2014-01-13Regen.njoly
2014-01-13Cleanup, and reduce diffs between arches. Make alpha usenjoly
2014-01-04Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the sizedsl
2013-12-27Regen.njoly
2013-12-27Add struct linux_stat64 definition for alpha, and enable syscalls thatnjoly
2013-12-24Regen for fcntl64().njoly
2013-12-24Reduce diffs between arches, add fcntl64() to m68k.njoly
2013-12-17Cleanup compat linux errnos by adding generic errnos in a single file.njoly
2013-12-10Regen.njoly
2013-12-10Add *at() syscalls like other arches.njoly
2013-12-09Missing change to the fxsave structure renamedsl
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-19regenchs
2013-11-19add the *at() syscalls.chs
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-09-15Regen.njoly
2013-09-15Make alpha use linux_sys_utimes() just like other archs.njoly
2013-08-18Use <arm/locore.h>matt
2013-08-11regenpooka
2013-08-11Linux treats the data parameter as a pointer/long too. The commentspooka
2013-08-11regenpooka
2013-08-11Use long instead of int for ptrace addr. This makes things compilepooka
2013-04-08regen for utimespooka
2013-04-08support utimes on non-alpha linux platformspooka
2013-03-21Fix stat64 by making it match i386. Other archs might still be broken,pooka
2013-01-27exitting -> exiting.mbalmer