aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* kern: add a new ucred flag for groups having been setKyle Evans3 days2-0/+2
* kern: start tracking cr_gid outside of cr_groups[]Kyle Evans4 days2-56/+13
* kern: allow kern_shm_open2 of an anonymous preconstructed shmfdKyle Evans8 days1-1/+1
* linux: Add inotify supportMark Johnston2025-07-043-4/+153
* sys: Add AT_HWCAP3 and AT_HWCAP4Andrew Turner2025-06-241-1/+3
* linux: Fix usage of ptrace(PT_GET_SC_ARGS)Mark Johnston2025-06-131-14/+4
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-2/+1
* exec: Remove parameter 'segflg' from exec_copyin_args()Wuyang Chung2025-04-211-4/+4
* linux: Handle IP_RECVTOS cmsg typeAlex S2025-03-101-1/+2
* linux: Fix a typo in linux_recvmsg_commonAlex S2025-03-101-1/+1
* umtx: Add a helper for unlocked umtxq_busy() callsMark Johnston2025-02-241-9/+3
* cpu_set_upcall / linux_clone_thread: Remove calls to cpu_thread_cleanJohn Baldwin2025-01-031-2/+0
* linux(4): Fix typo `xatrr` in function nameMinseo Kim2024-11-291-4/+4
* linux sendfile: Fix handling of non-blocking socketsMark Johnston2024-11-131-0/+7
* linux: support IUTF8Edward Tomasz Napierala2024-10-212-0/+5
* linux.h: don't redefine lower_32_bits if already definedWarner Losh2024-10-151-0/+2
* linuxulator: ignore AT_NO_AUTOMOUNT for all stat variantsEd Maste2024-09-241-29/+36
* faccessat(2): Honor AT_SYMLINK_NOFOLLOWFernando ApesteguĂ­a2024-08-111-2/+4
* linux: Translate Linux NVME ioctls to the lower layers.Chuck Tuffli2024-06-142-0/+49
* linux: Allows writing to the vdso from the kernelAndrew Turner2024-06-061-1/+1
* linux64: Fix the build on arm64 with bti checkingAndrew Turner2024-06-051-0/+39
* Redefine CLOCK_BOOTTIME to alias CLOCK_MONOTONIC, not CLOCK_UPTIMEVal Packett2024-05-311-3/+3
* minor style tweak.Warner Losh2024-05-291-1/+1
* linux: implement PR_CHILD_SET_SUBREAPERSon Phan Trung2024-05-292-0/+9
* linux: allow RTM_GETADDR without full ifaddrmsg argumentGleb Smirnoff2024-05-281-1/+2
* linux: Update linux manpage to mention mqueuefsRicardo Branco2024-05-231-2/+0
* linux: Support POSIX message queuesRicardo Branco2024-05-231-0/+124
* linux: Export linux_convert_l_sigeventRicardo Branco2024-05-232-2/+3
* linux: Export linux_common_openflags()Ricardo Branco2024-05-232-1/+2
* linux(4): Add const qualifier to the value parameter of function handle_string()Zhenlei Huang2024-05-201-1/+1
* linux: Adjust rlimit SIGPENDING & MSGQUEUE behaviour to match linprocfsRicardo Branco2024-05-101-6/+23
* Fix new users of MAXPHYS and hide it from the kernel namespaceAndrew Gallatin2024-04-301-1/+1
* linux: ignore setsockopt(IPV6_RECVERR)Lexi Winter2024-04-231-0/+13
* Reduce reliance on sys/sysproto.h pollutionBrooks Davis2024-04-152-0/+2
* linux: make linux_netlink_p->msg_from_linux be able to failGleb Smirnoff2024-03-291-20/+38
* linux: use sa_family_t for address family conversionsGleb Smirnoff2024-03-293-15/+17
* linux: require vnet(9) context in ifname_bsd_to_linux_name()Gleb Smirnoff2024-03-031-2/+2
* netlink: restore original buffer if nlmsgs_to_linux() failsGleb Smirnoff2024-02-271-3/+3
* linux_pwd_onexec: do not abort image activation if emul path does not existKonstantin Belousov2024-02-221-11/+3
* Abstract UIO allocation and deallocation.Alfredo Mazzinghi2024-02-101-3/+3
* sys/compat/linux/linux_misc.c: remove an extra semicolonrilysh2024-02-031-1/+1
* netlink: use protocol specific receive bufferGleb Smirnoff2024-01-021-49/+34
* linux: Check for copyout errors in ioctl handlersMark Johnston2023-12-271-7/+13
* linux/netlink: don't override sopt levelGleb Smirnoff2023-12-271-1/+0
* sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff2023-11-301-22/+23
* sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff2023-11-301-16/+16
* netlink: move NETLINK define to opt_global.hKristof Provost2023-10-131-1/+0
* linux(4): Fix semid64_ds structure layoutDmitry Chagin2023-10-041-0/+4
* linux(4): Actually delete linux_sysproto.hDmitry Chagin2023-10-031-0/+0
* linux(4): Deorbit linux_nosysDmitry Chagin2023-10-032-44/+0