aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* linux/linux_common.h: make header self-containedKonstantin Belousov2 days1-0/+6
* linux: Fix some problems with header pollutionMark Johnston6 days2-50/+46
* linux: address executable stack warningsRyan Libby10 days1-0/+2
* linux: Implement setfsuid(2) and setfsgid(2) as no-opsRicardo Branco2026-05-013-4/+40
* linux: Ignore sigaction(2) flags SA_UNSUPPORTED and SA_EXPOSE_TAGBITSRicardo Branco2026-04-271-0/+8
* kva_alloc/free: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-5/+2
* pmap_qenter/qremove: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-4/+4
* linux: Add support for membarrier(2)Ricardo Branco2026-04-223-2/+80
* linux: Fix a typo in a header commentPouria Mousavizadeh Tehrani2026-04-221-2/+2
* linux: Support LINUX_PR_GET_NO_NEW_PRIVS prctl(2)Ricardo Branco2026-04-222-1/+10
* linux: Support PR_GET_CHILD_SUBREAPER prctl(2)Ricardo Branco2026-04-222-1/+14
* linux: Translate IPv6 hoplimit ancillary data for recvmsgRicardo Branco2026-04-171-0/+18
* linux: Support IPPROTO_RAW socket option translationRicardo Branco2026-04-171-0/+41
* linux: Support ICMP6_FILTER socket option translationRicardo Branco2026-04-172-0/+69
* linux: add sysfs filetype support for Linux statfs()YAO, Xin2026-04-131-14/+16
* compat/linux: Add Linux i2c-dev ioctl compatibility supportYAO, Xin2026-04-132-0/+139
* compat/linux: map TCP_USER_TIMEOUT sockopt into TCP_MAXUNACKTIMEMaxim Sobolev2026-04-012-0/+62
* 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