summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch
AgeCommit message (Expand)Author
2014-11-22Regen for ppoll signature fixnjoly
2014-11-22Fix ppoll signature (int ->u_int)njoly
2014-11-09Do not uselessly include <sys/malloc.h>.maxv
2014-09-26set error return on error (from max)christos
2014-09-21fix leakchristos
2014-06-25Add a few missing open(2) flags (LINUX_O_*). Fix alpha wrong values.njoly
2014-06-01Cleanup pipe(2) flags, now that native handle them.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-23Add missing specific LINUX_SOCK_NONBLOCK value for alpha.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-06Regen for mknod device argument type change.njoly
2014-05-06Reduce diffs between archs; make mknod device argument unsigned.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-15There are two times the same branches.maxv
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-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