summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/common/linux32_unistd.c
AgeCommit message (Expand)Author
2013-11-18implement the *at() syscalls.chs
2011-04-10implement pipe2 and dup3christos
2009-11-11- selcommon/pollcommon: drop redundant l argument.rmind
2009-06-02Make nice(2) return EPERM on error, not EACCES (from sys_setpriority).njoly
2009-03-29Move the internal poll/select related API's to use timespec insteadchristos
2009-03-15ansify function definitionscegger
2009-01-16Update some syscalls that now needs compat50 timeval structure.njoly
2008-12-29s/syscallcarg/syscallarg/ in comments.njoly
2008-12-06Cleanup; kill netbsd32_caddr_t use.njoly
2008-12-06Small setres{uid,gid} cleanup; there is no need to use a specificnjoly
2008-12-05Add getres{uid,gid} syscalls.njoly
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-10-03Compat linux/linux32 nice(2) fix. The syscall argument is an incrementnjoly
2008-09-22Kill a few linux32 syscalls identical to netbsd32 ones.njoly
2008-04-15Make linux32_sys_nice call sys_setpriority directly instead ofnjoly
2008-02-17pread/pwrite fixes: use SCARG_P32 to access pointers, and updatenjoly
2008-02-02Impletemt pread() and pwrite().dsl
2008-01-15compat linux (and linux32) uid16 functions cleanup and fixes.njoly
2007-12-21- Fix setfsuid to return uid on success.njoly
2007-12-20Convert all the system call entry points from:dsl
2007-12-15s/netbsd32_void */netbsd32_caddr_t/njoly
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-11-16Update, for linux_sys_readlink() removal.njoly
2007-11-07Remove remaining 64-bit compat linux syscalls linux_sys_xxx() (exceptnjoly
2007-10-31compat linux32 syscalls cleanup.njoly
2007-10-27Add missing chown's syscalls family members.njoly
2007-06-16Remove a spare 'timeval' structure - makes this version of this functiondsl
2007-04-22Change the way that emulations locate files within the emulation root todsl
2007-04-02Fix select() behaviour with NULL timeout, to blocks indefinitelynjoly
2007-03-18Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx).dsl
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-09-13Jumbo COMPAT_LINUX/COMPAT_LINUX32 bugfix, with the help of Nicolas Jolymanu
2006-09-06Fix linux32_sys_setres{uid|gid}: -1 does not means the same thing on i386manu
2006-06-13include kauth.hskd
2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu