aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_file.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* linux(4): Implement close_range over nativeDmitry Chagin2023-06-291-0/+7
* linux(4): Add AT_NO_AUTOMOUNT to statx.Dmitry Chagin2022-06-171-0/+7
* linux(4): Plug in aarch64 fcntl flags.Dmitry Chagin2022-06-171-0/+8
* linux: implement O_PATHEdward Tomasz Napierala2022-02-131-0/+1
* linux: extend the LINUX_O_ constants to make room for O_PATHEdward Tomasz Napierala2022-02-131-18/+18
* linux(4): Implement name_to_handle_at(), open_by_handle_at()Conrad Meyer2020-11-171-0/+7
* linuxolator: implement memfd_create syscallKyle Evans2020-06-291-0/+28
* Replace LINUX_FASYNC with LINUX_O_ASYNC; no functional changes.Edward Tomasz Napierala2020-06-111-1/+1
* Properly translate MNT_FORCE flag to Linux umount2(2). PreviouslyEdward Tomasz Napierala2020-01-201-0/+5
* Add sync_file_range(2) implementation to linux(4); it's a thin wrapperEdward Tomasz Napierala2019-12-141-0/+7
* linux_renameat2: improve flag checksEd Maste2019-11-071-0/+7
* Linuxolator whitespace cleanupEd Maste2018-02-051-4/+4
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add several fcntl flags.Dmitry Chagin2015-05-241-0/+27
* To avoid code duplication move open/fcntl definitions to the MIDmitry Chagin2015-05-241-0/+44
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hJohn Baldwin2013-01-291-0/+19
* Make the Linux *at() calls a bit more complete.Ed Schouten2011-11-191-0/+2
* Implement the linux syscallsKonstantin Belousov2008-04-081-0/+36