Ed Maste
a8ce8f0ae5
Update comments and ordering in linux*_dummy.c
...
- sort alphabetically
- getcpu arrived in Linux 2.6.19
- fanotify_* arrived in 2.6.36
2019-09-11 17:56:48 +00:00
Ed Maste
eff9d7b799
linuxulator: memfd_create first appeared in Linux 3.17
...
Reference: http://man7.org/linux/man-pages/man2/memfd_create.2.html
2019-09-11 17:05:49 +00:00
Ed Maste
1515fe49f2
linuxulator: seccomp syscall first appeared in Linux 3.17
...
Reference: http://man7.org/linux/man-pages/man2/seccomp.2.html
2019-09-11 17:04:13 +00:00
Ed Maste
2eb6ef203a
linux: add trivial renameat2 implementation
...
Just return EINVAL if flags != 0. The Linux man page documents one
case of EINVAL as "The filesystem does not support one of the flags in
flags."
After r351723 userland binaries will try using new system calls.
Reported by: mjg
Reviewed by: mjg, trasz
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D21590
2019-09-11 13:01:59 +00:00
Fedor Uporov
6651cf410c
Fix errno values returned from DUMMY_XATTR linuxulator calls
...
Reported by: weiss@uni-mainz.de
Reviewed by: markj
MFC after: 1 day
Differential Revision: https://reviews.freebsd.org/D18812
2019-01-11 07:58:25 +00:00
Ed Maste
42ac144c32
arm64 linuxulator: add linux_dummy.c based on amd64
...
A later change should deduplicate the multiple copies of this file.
Sponsored by: Turing Robotic Industries
2018-06-15 19:42:52 +00:00