gvisor/pkg/sentry/fs/host
Zach Koopmans e3fdd15932 [syserror] Update syserror to linuxerr for more errors.
Update the following from syserror to the linuxerr equivalent:
EEXIST
EFAULT
ENOTDIR
ENOTTY
EOPNOTSUPP
ERANGE
ESRCH

PiperOrigin-RevId: 384329869
2021-07-12 15:26:20 -07:00
..
BUILD Internal change. 2021-06-24 18:03:15 -07:00
control.go [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
descriptor.go [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
descriptor_state.go
descriptor_test.go [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
device.go
file.go [syserror] Update several syserror errors to linuxerr equivalents. 2021-07-01 12:05:19 -07:00
host.go [syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM. 2021-06-30 08:18:59 -07:00
inode.go [syserror] Update syserror to linuxerr for more errors. 2021-07-12 15:26:20 -07:00
inode_state.go [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
inode_test.go [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
ioctl_unsafe.go [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
socket.go [syserror] Update several syserror errors to linuxerr equivalents. 2021-07-01 12:05:19 -07:00
socket_iovec.go [syserror] Update several syserror errors to linuxerr equivalents. 2021-07-01 12:05:19 -07:00
socket_state.go [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
socket_test.go [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
socket_unsafe.go [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
tty.go [syserror] Update syserror to linuxerr for more errors. 2021-07-12 15:26:20 -07:00
util.go [syserror] Add conversions to linuxerr with temporary Equals method. 2021-06-22 15:53:32 -07:00
util_amd64_unsafe.go [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
util_arm64_unsafe.go [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
util_unsafe.go [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
wait_test.go Add POLLRDNORM/POLLWRNORM support. 2021-03-24 12:11:44 -07:00