gvisor/pkg/abi/linux
Ian Gudger d571a4359c Implement ioctl(FIOASYNC)
FIOASYNC and friends are used to send signals when a file is ready for IO.

This may or may not be needed by Nginx. While Nginx does use it, it is unclear
if the code that uses it has any effect.

PiperOrigin-RevId: 201550828
Change-Id: I7ba05a7db4eb2dfffde11e9bd9a35b65b98d7f50
2018-06-21 10:53:21 -07:00
..
BUILD Implement ioctl(FIOASYNC) 2018-06-21 10:53:21 -07:00
aio.go Check in gVisor. 2018-04-28 01:44:26 -04:00
ashmem.go Check in gVisor. 2018-04-28 01:44:26 -04:00
binder.go Check in gVisor. 2018-04-28 01:44:26 -04:00
bpf.go Check in gVisor. 2018-04-28 01:44:26 -04:00
capability.go Fix runsc capabilities 2018-05-04 09:39:28 -07:00
dev.go Check in gVisor. 2018-04-28 01:44:26 -04:00
elf.go Check in gVisor. 2018-04-28 01:44:26 -04:00
errors.go Check in gVisor. 2018-04-28 01:44:26 -04:00
exec.go Check in gVisor. 2018-04-28 01:44:26 -04:00
fcntl.go Implement ioctl(FIOASYNC) 2018-06-21 10:53:21 -07:00
file.go Check in gVisor. 2018-04-28 01:44:26 -04:00
fs.go Check in gVisor. 2018-04-28 01:44:26 -04:00
futex.go Check in gVisor. 2018-04-28 01:44:26 -04:00
inotify.go Check in gVisor. 2018-04-28 01:44:26 -04:00
ioctl.go Implement ioctl(FIOASYNC) 2018-06-21 10:53:21 -07:00
ip.go Check in gVisor. 2018-04-28 01:44:26 -04:00
ipc.go Correct definition of SysV IPC structures. 2018-05-08 11:26:36 -07:00
limits.go Check in gVisor. 2018-04-28 01:44:26 -04:00
linux.go Check in gVisor. 2018-04-28 01:44:26 -04:00
mm.go Implement MAP_32BIT. 2018-05-11 11:18:31 -07:00
netdevice.go Check in gVisor. 2018-04-28 01:44:26 -04:00
netlink.go Check in gVisor. 2018-04-28 01:44:26 -04:00
netlink_route.go Check in gVisor. 2018-04-28 01:44:26 -04:00
poll.go Check in gVisor. 2018-04-28 01:44:26 -04:00
prctl.go Check in gVisor. 2018-04-28 01:44:26 -04:00
rusage.go Check in gVisor. 2018-04-28 01:44:26 -04:00
sched.go Check in gVisor. 2018-04-28 01:44:26 -04:00
seccomp.go Check in gVisor. 2018-04-28 01:44:26 -04:00
sem.go Correct definition of SysV IPC structures. 2018-05-08 11:26:36 -07:00
shm.go Implement sysv shm. 2018-05-17 15:06:19 -07:00
signal.go Implement ioctl(FIOASYNC) 2018-06-21 10:53:21 -07:00
socket.go Check in gVisor. 2018-04-28 01:44:26 -04:00
time.go Check in gVisor. 2018-04-28 01:44:26 -04:00
tty.go sentry: Adds canonical mode support. 2018-05-11 17:19:46 -07:00
uio.go Check in gVisor. 2018-04-28 01:44:26 -04:00
utsname.go Check in gVisor. 2018-04-28 01:44:26 -04:00