summaryrefslogtreecommitdiff
path: root/sys/kern/sys_eventfd.c
AgeCommit message (Expand)Author
2025-10-18knotes: kqueue: handle copy for trivial filtersKonstantin Belousov
2025-03-13kern/sys_eventfd.c: fix includesKonstantin Belousov
2024-11-26kern: Make fileops and filterops tables const where possibleMark Johnston
2024-01-24kcmp(2): implement for generic file typesKonstantin Belousov
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-06-18struct kinfo_file changes needed for lsof to work using only usermode APIs`Damjan Jovanovic
2021-10-11vfs: remove thread argument from VOP_STATMateusz Guzik
2021-07-20Drop "All rights reserved" from my copyright statements.Dmitry Chagin
2021-06-08Fix copyright, remove "all rights reserved".Dmitry Chagin
2020-12-27Expose eventfd in the native API/ABI using a new __specialfd syscallKonstantin Belousov