summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_file.h
AgeCommit message (Expand)Author
2025-12-11linux: Implement F_DUPFD_QUERY fcntl with kcmp(2) KCMP_FILERicardo Branco
2025-07-04linux: Add inotify supportMark Johnston
2024-05-23linux: Export linux_common_openflags()Ricardo Branco
2023-08-20linux(4): Add a write syscall wrapperDmitry Chagin
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-04linux(4): Implement close_range over nativeDmitry Chagin
2022-03-25linux(4): Add AT_NO_AUTOMOUNT to statx.Dmitry Chagin
2021-08-12linux(4): Plug in aarch64 fcntl flags.Dmitry Chagin
2021-04-15linux: implement O_PATHEdward Tomasz Napierala
2021-04-15linux: extend the LINUX_O_ constants to make room for O_PATHEdward Tomasz Napierala
2020-11-17linux(4): Implement name_to_handle_at(), open_by_handle_at()Conrad Meyer
2020-06-29linuxolator: implement memfd_create syscallKyle Evans
2020-06-11Replace LINUX_FASYNC with LINUX_O_ASYNC; no functional changes.Edward Tomasz Napierala
2020-01-20Properly translate MNT_FORCE flag to Linux umount2(2). PreviouslyEdward Tomasz Napierala
2019-12-14Add sync_file_range(2) implementation to linux(4); it's a thin wrapperEdward Tomasz Napierala
2019-11-07linux_renameat2: improve flag checksEd Maste
2018-02-05Linuxolator whitespace cleanupEd Maste
2017-11-27sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-05-24Add several fcntl flags.Dmitry Chagin
2015-05-24To avoid code duplication move open/fcntl definitions to the MIDmitry Chagin
2013-01-29Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hJohn Baldwin
2011-11-19Make the Linux *at() calls a bit more complete.Ed Schouten
2008-04-08Implement the linux syscallsKonstantin Belousov