summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/alpha/syscalls.master
AgeCommit message (Expand)Author
2021-12-02add prlimit64(2) syscall to COMPAT_LINUX and COMPAT_LINUX32ryo
2021-09-20Add preadv(2) and pwritev(2) system calls to COMPAT_LINUX and COMPAT_LINUX32.thorpej
2021-09-20Add the eventfd system calls to COMPAT_LINUX and COMPAT_LINUX32.thorpej
2021-09-19Add the timerfd syscalls to COMPAT_LINUX and COMPAT_LINUX32.thorpej
2021-09-19Add the POSIX timer syscalls (timer_create(), timer_settime(), timer_gettime(),thorpej
2020-04-26Add a NetBSD native futex implementation, mostly written by riastradh@.thorpej
2019-11-09add dummy implementation of linux fallocate() which just returns EOPNOTSUPP;jdolecek
2019-03-24Remove Alpha's compat_linux dependency on compat_osf1. Each function ismaxv
2017-02-03add send/recv mmsg and comment on the unimpl ones.christos
2017-02-03Add accept4 definitionsmartin
2017-01-02Add pselect6 Linux system call.manu
2016-07-24Small cleanup. Adjust readlink/readlinkat signatures to reduce diffs withnjoly
2015-10-25Cleanup posix chown family syscalls to match native (alpha, mips andnjoly
2014-11-22Fix ppoll signature (int ->u_int)njoly
2014-05-29For utimes(2), use compat_50_sys_utimes() instead of local version.njoly
2014-05-17Fix fadvise64 syscalls to use 64bit offset types.njoly
2014-05-06Reduce diffs between archs; make mknod device argument unsigned.njoly
2014-05-04Fix pread/pwrite syscalls which need a 64bit offset argument.njoly
2014-04-08Adjust read/write/readv/writev signature to match native versions.njoly
2014-01-13Cleanup, and reduce diffs between arches. Make alpha usenjoly
2013-12-27Add struct linux_stat64 definition for alpha, and enable syscalls thatnjoly
2013-12-08Sprinkle a few more linux_umode_t where appropriate.njoly
2013-11-19add the *at() syscalls.chs
2013-09-24Add utimensat(2) for compat linux.njoly
2013-09-15Make alpha use linux_sys_utimes() just like other archs.njoly
2012-09-19emulate ppoll which is essentially our polltspooka
2011-11-18add sigtimedwaitchristos
2011-07-09the first argument of {g,s}etitimer() is int not u_int.christos
2011-05-30Add fadvise64 and fadvise64_64 syscalls to compat_linux and compat_linux32.alnsn
2011-04-15Add dup3() and pipe2() for these archs as well.he
2010-07-07many changes for COMPAT_LINUX:chs
2009-11-24Update personality(2) to match Linux definition where the argument is annjoly
2009-06-17Add a new linux_msghdr structure, as its size differs on 64bit archs.njoly
2009-06-08Update rt_queueinfo(2) definition, and kill a corresponding comment.njoly
2009-01-17Convert linux/linux32 wait(4) to use a compat50 rusage structure.njoly
2009-01-15Update some syscalls/arguments to use the new compat50 equivalents.njoly
2009-01-13Convert the syscalls.master to a format from which it is easierpooka
2009-01-13Somehow i doubt linux_sys_recvmsg() returns size_t. Make it ssize_t.pooka
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-11-12Fix nanosleep(2) on 64-bit archs. Do not call native nanosleepnjoly
2008-04-04Cleanup. Kill linux_sys_msync and use sys___msync13 instead.njoly
2007-12-24Kill unneeded linux_sys_getpgid and use native sys_getpgid instead.njoly
2007-12-21- Fix setfsuid to return uid on success.njoly
2007-12-20Convert all the system call entry points from:dsl
2007-11-16Cleanup. Remove a few linux syscalls definitions, now identical tonjoly
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-01Don't conditionalize *sys_ptrace. The lack of sys_ptrace will be dealtmatt
2006-08-30Update to deal with options PTRACEmatt
2006-06-10linux getpriority is off-by-20 so use our own function.christos