aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_dummy.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c 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-1/+0
* linux(4): Cleanup includes under compat/linuxDmitry Chagin2023-03-011-2/+1
* linux(4): Add epoll_pwai2 syscall.Dmitry Chagin2022-06-171-1/+0
* linux(4): Add a simple rseq syscall implementation.Dmitry Chagin2022-06-171-1/+0
* linux: Provide dummy seccomp(2)Edward Tomasz Napierala2022-06-171-2/+0
* linux(4): Remove clone3 and faccessat2 from dummy.Dmitry Chagin2022-06-171-2/+0
* Drop "All rights reserved" from my copyright statements.Dmitry Chagin2022-06-171-2/+1
* linux: implement statx(2)Philippe Michaud-Boudreault2022-02-141-2/+0
* linux: deduplicate DUMMY() entriesEdward Tomasz Napierala2022-02-131-0/+10
* linux: add new syscall numbersEdward Tomasz Napierala2022-02-131-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