aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sys_eventfd.c
Commit message (Expand)AuthorAgeFilesLines
* kcmp(2): implement for generic file typesKonstantin Belousov2024-01-241-0/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* struct kinfo_file changes needed for lsof to work using only usermode APIs`Damjan Jovanovic2022-06-181-0/+1
* vfs: remove thread argument from VOP_STATMateusz Guzik2021-10-111-2/+1
* Drop "All rights reserved" from my copyright statements.Dmitry Chagin2021-07-201-1/+1
* Fix copyright, remove "all rights reserved".Dmitry Chagin2021-06-081-2/+0
* Expose eventfd in the native API/ABI using a new __specialfd syscallKonstantin Belousov2020-12-271-0/+349