summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
2 dayslinux: Translate IPv6 hoplimit ancillary data for recvmsgRicardo Branco
2 dayslinux: Support IPPROTO_RAW socket option translationRicardo Branco
2 dayslinux: Support ICMP6_FILTER socket option translationRicardo Branco
6 dayslinux: add sysfs filetype support for Linux statfs()YAO, Xin
6 dayscompat/linux: Add Linux i2c-dev ioctl compatibility supportYAO, Xin
2026-04-01compat/linux: map TCP_USER_TIMEOUT sockopt into TCP_MAXUNACKTIMEMaxim Sobolev
2026-03-12compat/linux: Avoid waitid() kernel stack disclosureEd Maste
2026-03-06linuxolator: translate LINUX_RENAME_NOREPLACE into our AT_RENAME_NOREPLACEKonstantin Belousov
2026-03-06kern_renameat(9): add flags argumentKonstantin Belousov
2026-02-10net: Remove the IFF_RENAMING flagMark Johnston
2026-02-09kern/vfs_unmount.c: promote flags to uint64_tKonstantin Belousov
2026-02-07linux_file.c: Fix handling of NFS getdents() emulationRick Macklem
2026-01-15linux: on vnet detach call clean_unrhdr(9) alwaysGleb Smirnoff
2026-01-09linux: add hidraw ioctl handlerAlex S
2026-01-09linux: support termios2 ioctlsmothcompute
2025-12-28compat: linux: use appropriate variables for copying out old timersKyle Evans
2025-12-11linux: Implement F_DUPFD_QUERY fcntl with kcmp(2) KCMP_FILERicardo Branco
2025-12-11linux: Add support for kcmp(2) system callRicardo Branco
2025-12-10linux: fix unr(9) leak on module unloadGleb Smirnoff
2025-12-10linux: fix panic on kldunloadGleb Smirnoff
2025-12-09linux: fix build without VIMAGEGleb Smirnoff
2025-12-08linux: store Linux Ethernet interface number in struct ifnetGleb Smirnoff
2025-12-08linux: separate all ifnet(9) related code into linux_ifnet.cGleb Smirnoff
2025-10-20linux: Make the macro LINUX_IOCTL_SET publicZhenlei Huang
2025-10-18kqueuex(2): add KQUEUE_CPONFORKKonstantin Belousov
2025-10-15linux: add translation for MCAST_JOIN_GROUP family of socket optionsGleb Smirnoff
2025-10-15linux: make linux_to_bsd_sockaddr() use memory supplied by callerGleb Smirnoff
2025-10-14imgact: Mark brandinfo and note structures as constMark Johnston
2025-09-17linux: getsockopt(): Simplify exporting groups a bitOlivier Certner
2025-09-17linux: setgroups16(): Pre-extend the groups arrayOlivier Certner
2025-09-17linux: setgroups(): Avoid allocation under the process lockOlivier Certner
2025-09-17linux: setgroups(): Fix the group number's upper limitOlivier Certner
2025-09-17linux: Simplify further getgroups() after 'cr_gid' not in cr_groups[]Olivier Certner
2025-09-11Revert "linux: fix reporting NL_RTM_DELLINK to Netlink sockets"Gleb Smirnoff
2025-08-22netlink: do not pass writer to the Linux translation layerGleb Smirnoff
2025-08-22linux: fix reporting NL_RTM_DELLINK to Netlink socketsGleb Smirnoff
2025-07-31kern: add a new ucred flag for groups having been setKyle Evans
2025-07-30kern: start tracking cr_gid outside of cr_groups[]Kyle Evans
2025-07-26kern: allow kern_shm_open2 of an anonymous preconstructed shmfdKyle Evans
2025-07-04linux: Add inotify supportMark Johnston
2025-06-24sys: Add AT_HWCAP3 and AT_HWCAP4Andrew Turner
2025-06-13linux: Fix usage of ptrace(PT_GET_SC_ARGS)Mark Johnston
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-04-21exec: Remove parameter 'segflg' from exec_copyin_args()Wuyang Chung
2025-03-10linux: Handle IP_RECVTOS cmsg typeAlex S
2025-03-10linux: Fix a typo in linux_recvmsg_commonAlex S
2025-02-24umtx: Add a helper for unlocked umtxq_busy() callsMark Johnston
2025-01-03cpu_set_upcall / linux_clone_thread: Remove calls to cpu_thread_cleanJohn Baldwin
2024-11-29linux(4): Fix typo `xatrr` in function nameMinseo Kim
2024-11-13linux sendfile: Fix handling of non-blocking socketsMark Johnston