aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux/linux_dummy.c
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Deduplicate unimpl/dummy syscall handlersConrad Meyer2020-11-051-188/+0
* Add a trivial linux(4) splice(2) implementation, which simplyEdward Tomasz Napierala2020-07-181-1/+0
* linuxolator: implement memfd_create syscallKyle Evans2020-06-291-1/+0
* linuxulator: implement sendfileEd Maste2020-02-051-1/+0
* Add missing linux(4) syscall entries. This fixes missing debugEdward Tomasz Napierala2020-02-041-1/+10
* Add basic getcpu(2) support to linuxulator. The purpose of thisEdward Tomasz Napierala2019-12-311-2/+0
* linux(4): implement copy_file_range(2)Pawel Biernacki2019-12-301-2/+0
* Implement Linux syslog(2) syscall; just enough to make Linux dmesg(8)Edward Tomasz Napierala2019-12-291-1/+0
* Add sync_file_range(2) implementation to linux(4); it's a thin wrapperEdward Tomasz Napierala2019-12-141-1/+0
* Update comments and ordering in linux*_dummy.cEd Maste2019-09-111-3/+4
* linuxulator: memfd_create first appeared in Linux 3.17Ed Maste2019-09-111-1/+1
* linuxulator: seccomp syscall first appeared in Linux 3.17Ed Maste2019-09-111-1/+2
* linux: add trivial renameat2 implementationEd Maste2019-09-111-2/+0
* Update syscall.master to 5.0.Dmitry Chagin2019-03-241-0/+10
* Fix errno values returned from DUMMY_XATTR linuxulator callsFedor Uporov2019-01-111-1/+1
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* Rationalize license text on Linuxolator filesEd Maste2018-03-011-12/+14
* Correct proper nouns in the LinuxulatorEd Maste2018-02-221-28/+28
* Implement Linux mincore() system call.Dmitry Chagin2017-03-251-1/+0
* Implement getrandom() syscall.Dmitry Chagin2017-03-181-1/+0
* Add UNIMPLEMENTED() placeholder macro forMahdi Mokhtari2017-03-061-12/+16
* Implement timerfd family syscalls.Dmitry Chagin2017-02-261-4/+0
* Add linux_preadv() and linux_pwritev() syscalls to Linuxulator.Mahdi Mokhtari2017-02-241-3/+0
* Revert r314217. Commit is not match that I have approved.Dmitry Chagin2017-02-241-0/+3
* Add linux_preadv() and linux_pwritev() syscalls to Linuxulator.Mahdi Mokhtari2017-02-241-3/+0
* Implement rt_tgsigqueueinfo system call used by glibc for pthread_sigqueue(3).Dmitry Chagin2017-02-191-1/+0
* Implement linux version of ptrace(2). It's nowhere near complete,Edward Tomasz Napierala2017-02-161-1/+0
* Update syscall.master to 4.10-rc6. Also fix comments, a typo,Dmitry Chagin2017-02-051-2/+47
* Remove unneeded includes of opt_kdtrace.h.Mark Johnston2015-11-221-1/+0
* Implement Linux specific syncfs() system call.Dmitry Chagin2015-05-241-1/+0
* Implement recvmmsg() and sendmmsg() system calls.Dmitry Chagin2015-05-241-2/+0
* Implement epoll_pwait() system call.Dmitry Chagin2015-05-241-1/+0
* Add utimensat() system call.Dmitry Chagin2015-05-241-1/+0
* Add preliminary fallocate system call implementationDmitry Chagin2015-05-241-1/+0
* Implement ppoll() system call.Dmitry Chagin2015-05-241-1/+0
* Implement eventfd system call.Dmitry Chagin2015-05-241-2/+0
* Implement epoll family system calls. This is a tiny wrapperDmitry Chagin2015-05-241-4/+0
* Add preliminary support for x86-64 Linux binaries.Dmitry Chagin2015-05-241-0/+154