summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
4 dayslinux: on vnet detach call clean_unrhdr(9) alwaysGleb Smirnoff
10 dayslinux: add hidraw ioctl handlerAlex S
10 dayslinux: 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
2024-10-21linux: support IUTF8Edward Tomasz Napierala
2024-10-15linux.h: don't redefine lower_32_bits if already definedWarner Losh
2024-09-24linuxulator: ignore AT_NO_AUTOMOUNT for all stat variantsEd Maste
2024-08-11faccessat(2): Honor AT_SYMLINK_NOFOLLOWFernando ApesteguĂ­a
2024-06-14linux: Translate Linux NVME ioctls to the lower layers.Chuck Tuffli
2024-06-06linux: Allows writing to the vdso from the kernelAndrew Turner
2024-06-05linux64: Fix the build on arm64 with bti checkingAndrew Turner
2024-05-31Redefine CLOCK_BOOTTIME to alias CLOCK_MONOTONIC, not CLOCK_UPTIMEVal Packett
2024-05-29minor style tweak.Warner Losh
2024-05-29linux: implement PR_CHILD_SET_SUBREAPERSon Phan Trung
2024-05-28linux: allow RTM_GETADDR without full ifaddrmsg argumentGleb Smirnoff
2024-05-23linux: Update linux manpage to mention mqueuefsRicardo Branco