summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
2023-02-12fix typo in the include guard definition.andvar
2022-12-24s/reqest/request/, s/requst/request/ and s/reuqest/request/ in comments.andvar
2022-09-05G/C ISSET() macro copies. It has been defined in <sys/types.h> since 2006.tsutsui
2022-08-07Remove extra whitespaces added by an ancient stupid script.tsutsui
2022-05-22fix various small typos, mainly in comments.andvar
2022-05-20s/auxillary/auxiliary/ in comments.andvar
2021-12-03fix various typos in comments, log messages and documentation.andvar
2021-12-02regenryo
2021-12-02add prlimit64(2) syscall to COMPAT_LINUX and COMPAT_LINUX32ryo
2021-11-30- uname should return "aarch64" or "aarch64_be" instead of "evbarm".ryo
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-25add support COMPAT_LINUX32 for aarch64ryo
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-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.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-19- LINUX_SIGEV_PAD is incorrect for 64-bit systems, because sigval_tthorpej
2021-09-07sys/compat: Memset zero before copyout.riastradh
2021-08-09fix typos in asymmetry, asymmetric(al), symmetrical.andvar
2021-02-01G/C some old code that was for acorn26skrll
2020-12-04Rewrite linux_sys_alarm() to use dogetitimer() / dosetitimer(), ratherthorpej
2020-11-03PR/55780: Bernd Sieker: setsockopt in Linux emulation misses some optionschristos
2020-10-24Fix compat with Linux programs that use longer namelen for socketsmgorny
2020-10-06make MAXTSIZ optionalchristos
2020-09-05Round of uvm.h cleanup.riastradh
2020-09-03The conversion of FPU tracking to PCU rendered the fpcurlwp variablethorpej
2020-07-19don't include opt_user_ldt.h when it is not neededmaxv
2020-07-16 Don't accept negative value.msaitoh
2020-06-11Counter tweaks:ad