aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* linuxulator: ignore AT_NO_AUTOMOUNT for all stat variantsEd Maste2024-09-291-29/+36
* faccessat(2): Honor AT_SYMLINK_NOFOLLOWFernando ApesteguĂ­a2024-09-261-2/+4
* linux64: Fix the build on arm64 with bti checkingAndrew Turner2024-09-021-0/+39
* linux(4): Add const qualifier to the value parameter of function handle_string()Zhenlei Huang2024-05-281-1/+1
* linux: ignore setsockopt(IPV6_RECVERR)Lexi Winter2024-04-271-0/+13
* linux: require vnet(9) context in ifname_bsd_to_linux_name()Gleb Smirnoff2024-03-111-2/+2
* Abstract UIO allocation and deallocation.Alfredo Mazzinghi2024-03-091-3/+3
* linux_pwd_onexec: do not abort image activation if emul path does not existKonstantin Belousov2024-02-291-11/+3
* linux: Check for copyout errors in ioctl handlersMark Johnston2024-01-041-7/+13
* netlink: move NETLINK define to opt_global.hKristof Provost2023-10-161-1/+0
* linux(4): Fix semid64_ds structure layoutDmitry Chagin2023-10-101-0/+4
* linux(4): Actually delete linux_sysproto.hDmitry Chagin2023-10-101-0/+0
* linux(4): Deorbit linux_nosysDmitry Chagin2023-10-102-44/+0
* linux(4): Update syscalls.master to 6.5Dmitry Chagin2023-10-021-7/+28
* linux(4): On Linux SIGKILL can not be reset to defaultDmitry Chagin2023-09-251-1/+4
* linux(4): Staticize lsiginfo_to_siginfoDmitry Chagin2023-09-252-4/+2
* linux(4): Deduplicate mmap2Dmitry Chagin2023-09-121-0/+17
* linux(4): Deduplicate mprotect, madviseDmitry Chagin2023-09-121-0/+17
* linux(4): Convert flags in timerfd_createVico Chen2023-09-122-2/+10
* linux(4): Return ENOTSUP from listxattr instead of EPERMDmitry Chagin2023-09-111-0/+2
* linux(4): Fix listxattr for the case when the size is 0Dmitry Chagin2023-09-111-4/+8
* linux(4): Return ENOTSUP from xattr syscalls instead of EPERMDmitry Chagin2023-09-111-3/+13
* linux(4): Merge removexattr for future error recodeDmitry Chagin2023-09-111-17/+37
* linux(4): Return ENODATA from getxattr syscalls instead of EPERMDmitry Chagin2023-09-111-1/+1
* linux(4): Merge getxattr for future error recodeDmitry Chagin2023-09-111-17/+45
* timerfd: Move implementation from linux compat to sys/kernJake Freeland2023-08-242-419/+35
* linux(4): Replace linux32_copyiniov by freebsd32_copyiniovDmitry Chagin2023-08-201-2/+3
* linux(4): Replace linux32_copyinuio by freebsd32_copyinuioDmitry Chagin2023-08-201-2/+2
* linux(4): Return EAGAIN instead of ENOBUFS for non-blocking sockets in pwriteDmitry Chagin2023-08-201-1/+2
* linux(4): Return EAGAIN instead of ENOBUFS for non-blocking sockets in pwritevDmitry Chagin2023-08-201-1/+1
* linux(4): Add a dedicated writev syscall wrapperDmitry Chagin2023-08-201-0/+19
* linux(4): Add a write syscall wrapperDmitry Chagin2023-08-202-0/+32
* linux(4): Fix linker warning about undefined vdso symbolsDmitry Chagin2023-08-191-3/+11
* linux(4): Return EAGAIN instead of ENOBUFS for non-blocking sockets in sendfileDmitry Chagin2023-08-191-0/+2
* linux(4): Allow in fd to be a socket in sendfileDmitry Chagin2023-08-191-4/+12
* linux(4): Remove include of sys/types.h from linux_vdso.hDmitry Chagin2023-08-181-2/+0
* linux(4): Follow style(9), don't include both sys/param.h and sys/types.hDmitry Chagin2023-08-181-1/+0
* linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-1830-30/+0
* linux(4): Update my copyrights, add SPDX tagDmitry Chagin2023-08-174-24/+32
* linux(4): Fix leftovers after 2ff63af9Dmitry Chagin2023-08-174-8/+1
* linux(4): Drop bogus __arm__ condition due to lack of 32-bit arm supportDmitry Chagin2023-08-172-9/+5
* linux(4): Don't miss error from underlying in sendfileDmitry Chagin2023-08-171-13/+6
* linux(4): Add sendfile fallback for non-socket fdsJames McLaughlin2023-08-171-32/+177
* linux(4): Use native off_t for fo_sendfile callDmitry Chagin2023-08-171-6/+6
* linux(4): Be verbose about unsupported ioctl commands on ifreq ioctlAlvin Chen2023-08-171-0/+3
* linux(4): Add 2 Linux socket ioctl commandsAlvin Chen2023-08-172-0/+8
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1631-61/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-164-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1627-54/+0