summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2021-12-11remove clause 3 from all my licenses that aren't conflicting withmrg
2021-12-10s/occured/occurred/ in comments, log messages and man pages.andvar
2021-12-05s/sytle/style/ in comment.msaitoh
2021-12-03fix various typos in comments, log messages and documentation.andvar
2021-12-03Fixed a bug in sigreturn that sigmask was not restored.ryo
2021-12-02regenryo
2021-12-02add prlimit64(2) syscall to COMPAT_LINUX and COMPAT_LINUX32ryo
2021-12-02don't call MODULE_HOOK_SET(), if exec_sigcode_alloc() fails.ryo
2021-11-30- uname should return "aarch64" or "aarch64_be" instead of "evbarm".ryo
2021-11-27regenryo
2021-11-27Add pselect6(2) system call to COMPAT_LINUX32ryo
2021-11-26The changes on compat/linux/common/linux_termios.c should alsoryo
2021-11-26Remove #error, fixes the build. I don't understand why this would not workchristos
2021-11-26The internal architecture name of golang is "arm" or "arm64", which hasryo
2021-11-26- LINUX_GO_RT0_SIGNATURE for compat_linux is no longer enabled by default.ryo
2021-11-26Fix anonymous memory object leak for sigcode.ryo
2021-11-25add support COMPAT_LINUX32 for aarch64ryo
2021-11-25Extra arguments for AT_HWCAP and AT_PLATFORM are now passed when executing li...ryo
2021-11-25The default name of the `exec_setup_stack' function for linux32 should be `li...ryo
2021-11-25- Use LINUX32_F_xxx instead of LINUX_F_xxx for compat_linux32.ryo
2021-11-25regenryo
2021-11-25add statx(2) syscall entryryo
2021-11-25- Add compat_linux statx(2) syscall.ryo
2021-11-25rename bsd_to_linux_stat() to bsd_to_linux_stat64() to avoid confusion.ryo
2021-11-25rename bsd_to_linux_stat() to bsd_to_linux_stat64() to avoid confusion.ryo
2021-11-24regenryo
2021-11-24add getrandom(2) syscall entryryo
2021-11-24add missing SUBDIR aarch64ryo
2021-11-23Make LINUX_FIOCLEX and LINUX_FIONCLEX workpho
2021-11-11Adapt to recent posix_spawn extensions.martin
2021-11-10s/compatability/compatibility/ in comment.msaitoh
2021-11-06COMPAT_NETBSD32 is all about running the 32-bit flavor of nativethorpej
2021-11-01Use "stack_t" instead of "struct sigaltstack", as the former is thethorpej
2021-10-27Use __SIGTRAMP_SIGCODE_VERSION rather than hard-coding 0.thorpej
2021-10-12fix various typos, mainly in comments.andvar
2021-10-09Modularize compat_linux(8) for aarch64.ryo
2021-09-23remove stray char.christos
2021-09-23add support COMPAT_LINUX for aarch64ryo
2021-09-21linux_sys_fstatat64: Add support for AT_EMPTY_PATH flag.rin
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(2).thorpej
2021-09-20Add the eventfd(2) system call to COMPAT_NETBSD32.thorpej
2021-09-20Regen for timerfd.thorpej
2021-09-20Add timerfd system calls to COMPAT_NETBSD32.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