summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2023-06-20linux32_rt_sendsig: Memset zero before copyout.riastradh
2023-06-20compat_ossaudio: Zero-initialize idat before copyout.riastradh
2023-06-20compat_sunos32: Memset zero before copyout.riastradh
2023-04-09compat_linux32: KASSERT(A && B) -> KASSERT(A); KASSERT(B)riastradh
2023-03-30atalk(4): Omit spurious satosat.riastradh
2023-02-12s/strucure/structure/ and s/structues/structures/ in comments.andvar
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-12-20Remove sys/compat/common/Makefile.*.msaitoh
2022-12-19Create compat_100 module infrastructure now that we have branchedpgoyette
2022-10-26sys: Put externs for time_adjtime and time_adjusted in .h files.riastradh
2022-10-12fix few typos in comments.andvar
2022-10-04Fix comment. No fucntional change.msaitoh
2022-09-28Simplify sys/compat/sys/sockio.h. No functional change intended.msaitoh
2022-09-28s/u_quad_t/uint64_t/. No functional change.msaitoh
2022-09-21compat_50_quota: reject invalid quota id types.dholland
2022-09-05G/C ISSET() macro copies. It has been defined in <sys/types.h> since 2006.tsutsui
2022-09-03Remove <net/netisr.h>thorpej
2022-08-07Remove extra whitespaces added by an ancient stupid script.tsutsui
2022-08-03sys/compat/common/if_media_80.c: Add kernel rcsid.riastradh
2022-07-10tty_43: Do unsigned arithmetic to avoid shift into sign bits.riastradh
2022-07-07ifioctl(9): Don't touch ifconf or ifreq until command is validated.riastradh
2022-07-05s/retrys/retries/ in comments.andvar
2022-05-24s/build-in/built-in/ in comments.andvar
2022-05-22fix various small typos, mainly in comments.andvar
2022-05-20s/auxillary/auxiliary/ in comments.andvar
2022-04-23Implement support for mounting UDF in compat32reinoud
2022-03-12compat_30: Fix thinko in previous.riastradh
2022-03-12compat_30: Avoid what might be technically undefined behaviour.riastradh
2022-02-09fix various typos in comments.andvar
2021-12-22Handle the SIOCGNBRINFO ioctl for compat32.roy
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