summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/alpha
AgeCommit message (Expand)Author
2023-02-12fix typo in the include guard definition.andvar
2021-12-02regenryo
2021-12-02add prlimit64(2) syscall to COMPAT_LINUX and COMPAT_LINUX32ryo
2021-09-20Regen for preadv(2) / pwritev(2).thorpej
2021-09-20Add preadv(2) and pwritev(2) system calls to COMPAT_LINUX and COMPAT_LINUX32.thorpej
2021-09-20Regen for eventfd.thorpej
2021-09-20Add the eventfd system calls to COMPAT_LINUX and COMPAT_LINUX32.thorpej
2021-09-19Regen for timerfd.thorpej
2021-09-19Add the timerfd syscalls to COMPAT_LINUX and COMPAT_LINUX32.thorpej
2021-09-19Regen for POSIX timer syscalls.thorpej
2021-09-19Add the POSIX timer syscalls (timer_create(), timer_settime(), timer_gettime(),thorpej
2021-09-07sys/compat: Memset zero before copyout.riastradh
2020-10-06make MAXTSIZ optionalchristos
2020-09-03The conversion of FPU tracking to PCU rendered the fpcurlwp variablethorpej
2020-05-03Always clear FUTEX_PRIVATE_FLAG for Linux processes. NetBSD-native futexesthorpej
2020-04-26Regen for native futex calls.thorpej
2020-04-26Add a NetBSD native futex implementation, mostly written by riastradh@.thorpej
2019-11-09regenjdolecek
2019-11-09add dummy implementation of linux fallocate() which just returns EOPNOTSUPP;jdolecek
2019-04-06Overhaul the API used to fetch and store individual memory cells inthorpej
2019-03-26make this compile again.christos
2019-03-24regenmaxv
2019-03-24Remove Alpha's compat_linux dependency on compat_osf1. Each function ismaxv
2018-08-10Regenpgoyette
2017-12-26Refactor pipe1() and correct a bug in sys_pipe2() (SYS_pipe2)kamil
2017-05-10regenriastradh
2017-02-12es_arglen is now in units of bytes, update the emulations accordingly.chs
2017-02-03regenchristos
2017-02-03add send/recv mmsg and comment on the unimpl ones.christos
2017-02-03Regen for accept4martin
2017-02-03Add accept4 definitionsmartin
2017-01-16regen allchristos
2017-01-13regenchristos
2017-01-02Regen (something apparently went wrong in previous)martin
2017-01-02Regenmanu
2017-01-02Add pselect6 Linux system call.manu
2016-07-24Regen for readlink/readlinkat signatures.njoly
2016-07-24Small cleanup. Adjust readlink/readlinkat signatures to reduce diffs withnjoly
2015-11-14PR/50428: Rin Okuyama: support SA_RESTORER flag for rt_sigaction(2) in thechristos
2015-10-25Regen for posix chown family cleanup.njoly
2015-10-25Cleanup posix chown family syscalls to match native (alpha, mips andnjoly
2015-09-24regenchristos
2015-03-14Support Linux MAP_LOCKED mmap flag.njoly
2015-03-07regenchristos
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-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-29Regen for utimes(2) change.njoly