summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/file.h
AgeCommit message (Expand)Author
2026-01-05linuxkpi: Replicate Linux #includes between headersJean-Sébastien Pédron
2024-11-26kern: Make fileops and filterops tables const where possibleMark Johnston
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-02-11fd: make fget_unlocked take a thread argumentMateusz Guzik
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2020-02-03fd: remove the seq argument from fget_unlockedMateusz Guzik
2018-05-09Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy
2017-09-09Add more sanity checks to linux_fget() in the LinuxKPI. This preventsHans Petter Selasky
2017-06-01Add generic kqueue() and kevent() support to the LinuxKPI characterHans Petter Selasky
2017-05-31Fixes for refcounting "struct linux_file" in the LinuxKPI.Hans Petter Selasky
2017-02-21Make the LinuxKPI task struct persistent accross system calls.Hans Petter Selasky
2015-12-31Handle when filedescriptors are closed before initialized. An earlyHans Petter Selasky
2015-11-30Add more functions and types to the LinuxKPI.Hans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky