aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* compat/linux: Avoid waitid() kernel stack disclosureEd Maste2026-03-131-0/+1
* linuxolator: translate LINUX_RENAME_NOREPLACE into our AT_RENAME_NOREPLACEKonstantin Belousov2026-03-051-12/+23
* kern_renameat(9): add flags argumentKonstantin Belousov2026-03-051-2/+2
* net: Remove the IFF_RENAMING flagMark Johnston2026-02-101-1/+0
* kern/vfs_unmount.c: promote flags to uint64_tKonstantin Belousov2026-02-091-1/+1
* linux_file.c: Fix handling of NFS getdents() emulationRick Macklem2026-02-071-68/+110
* linux: on vnet detach call clean_unrhdr(9) alwaysGleb Smirnoff2026-01-151-5/+6
* linux: add hidraw ioctl handlerAlex S2026-01-092-0/+70
* linux: support termios2 ioctlsmothcompute2026-01-092-1/+78
* compat: linux: use appropriate variables for copying out old timersKyle Evans2025-12-281-2/+2
* linux: Implement F_DUPFD_QUERY fcntl with kcmp(2) KCMP_FILERicardo Branco2025-12-112-0/+9
* linux: Add support for kcmp(2) system callRicardo Branco2025-12-113-2/+38
* linux: fix unr(9) leak on module unloadGleb Smirnoff2025-12-101-2/+0
* linux: fix panic on kldunloadGleb Smirnoff2025-12-101-0/+7
* linux: fix build without VIMAGEGleb Smirnoff2025-12-091-0/+1
* linux: store Linux Ethernet interface number in struct ifnetGleb Smirnoff2025-12-085-70/+81
* linux: separate all ifnet(9) related code into linux_ifnet.cGleb Smirnoff2025-12-083-287/+311
* linux: Make the macro LINUX_IOCTL_SET publicZhenlei Huang2025-10-201-0/+12
* kqueuex(2): add KQUEUE_CPONFORKKonstantin Belousov2025-10-181-1/+1
* linux: add translation for MCAST_JOIN_GROUP family of socket optionsGleb Smirnoff2025-10-151-2/+30
* linux: make linux_to_bsd_sockaddr() use memory supplied by callerGleb Smirnoff2025-10-152-9/+19
* imgact: Mark brandinfo and note structures as constMark Johnston2025-10-141-1/+1
* linux: getsockopt(): Simplify exporting groups a bitOlivier Certner2025-09-171-6/+6
* linux: setgroups16(): Pre-extend the groups arrayOlivier Certner2025-09-171-0/+1
* linux: setgroups(): Avoid allocation under the process lockOlivier Certner2025-09-171-2/+1
* linux: setgroups(): Fix the group number's upper limitOlivier Certner2025-09-172-2/+2
* linux: Simplify further getgroups() after 'cr_gid' not in cr_groups[]Olivier Certner2025-09-172-40/+32
* Revert "linux: fix reporting NL_RTM_DELLINK to Netlink sockets"Gleb Smirnoff2025-09-111-13/+26
* netlink: do not pass writer to the Linux translation layerGleb Smirnoff2025-08-221-24/+13
* linux: fix reporting NL_RTM_DELLINK to Netlink socketsGleb Smirnoff2025-08-221-26/+13
* kern: add a new ucred flag for groups having been setKyle Evans2025-08-012-0/+2
* kern: start tracking cr_gid outside of cr_groups[]Kyle Evans2025-07-312-56/+13
* kern: allow kern_shm_open2 of an anonymous preconstructed shmfdKyle Evans2025-07-261-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