gvisor/pkg/sentry/fs/host
Haibo Xu c5d9b5b881 Enable sentry/fs/host support on arm64.
newfstatat() syscall is not supported on arm64, so we resort
to use the fstatat() syscall.

Signed-off-by: Haibo Xu <haibo.xu@arm.com>
Change-Id: Iea95550ea53bcf85c01f7b3b95da70ad0952177d
2019-11-13 06:46:02 +00:00
..
BUILD Enable sentry/fs/host support on arm64. 2019-11-13 06:46:02 +00:00
control.go Update canonical repository. 2019-06-13 16:50:15 -07:00
descriptor.go Update canonical repository. 2019-06-13 16:50:15 -07:00
descriptor_state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
descriptor_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
device.go Update canonical repository. 2019-06-13 16:50:15 -07:00
file.go Cache directory entries in the overlay 2019-06-27 14:24:03 -07:00
fs.go Plumb context through more layers of filesytem. 2019-06-13 18:40:38 -07:00
fs_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
inode.go Force timestamps to update when set via InodeOperations.SetTimestamps. 2019-09-30 13:08:45 -07:00
inode_state.go Update canonical repository. 2019-06-13 16:50:15 -07:00
inode_test.go Cache directory entries in the overlay 2019-06-27 14:24:03 -07:00
ioctl_unsafe.go Update canonical repository. 2019-06-13 16:50:15 -07:00
socket.go unix: return ECONNRESET if peer closed with data not read 2019-08-22 15:25:38 +00:00
socket_iovec.go Replace uinptr with int64 when returning lengths 2019-08-14 16:05:56 -07:00
socket_state.go Update canonical repository. 2019-06-13 16:50:15 -07:00
socket_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
socket_unsafe.go Replace uinptr with int64 when returning lengths 2019-08-14 16:05:56 -07:00
tty.go tty: fix sending SIGTTOU on tty write 2019-09-24 14:18:22 +00:00
util.go Enable sentry/fs/host support on arm64. 2019-11-13 06:46:02 +00:00
util_amd64_unsafe.go Enable sentry/fs/host support on arm64. 2019-11-13 06:46:02 +00:00
util_arm64_unsafe.go Enable sentry/fs/host support on arm64. 2019-11-13 06:46:02 +00:00
util_unsafe.go Enable sentry/fs/host support on arm64. 2019-11-13 06:46:02 +00:00
wait_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00