aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_dummy.c
Commit message (Expand)AuthorAgeFilesLines
* linux: Add inotify supportMark Johnston2025-07-041-4/+0
* linux(4): Update syscalls.master to 6.5Dmitry Chagin2023-09-251-7/+28
* linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-181-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* linux(4): Add a dedicated ioprio system callsDmitry Chagin2023-08-041-2/+0
* linux(4): Implement xattr syscallsDmitry Chagin2023-07-221-21/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* linux(4): Implement close_range over nativeDmitry Chagin2023-04-041-1/+0
* linux(4): Cleanup includes under compat/linuxDmitry Chagin2023-02-141-2/+1
* linux(4): Add epoll_pwai2 syscall.Dmitry Chagin2022-04-261-1/+0
* linux(4): Add a simple rseq syscall implementation.Dmitry Chagin2022-04-261-1/+0
* linux: Provide dummy seccomp(2)Edward Tomasz Napierala2022-01-281-2/+0
* linux(4): Remove clone3 and faccessat2 from dummy.Dmitry Chagin2021-08-121-2/+0
* Drop "All rights reserved" from my copyright statements.Dmitry Chagin2021-07-201-2/+1
* linux: implement statx(2)Philippe Michaud-Boudreault2021-06-081-2/+0
* linux: deduplicate DUMMY() entriesEdward Tomasz Napierala2021-05-291-0/+10
* linux: add new syscall numbersEdward Tomasz Napierala2021-05-281-0/+15
* linux(4): Implement name_to_handle_at(), open_by_handle_at()Conrad Meyer2020-11-171-2/+0
* linux(4): Fix loadable modules after r367395Conrad Meyer2020-11-061-7/+5
* linux(4): Deduplicate unimpl/dummy syscall handlersConrad Meyer2020-11-051-0/+159