gvisor/pkg/abi/linux
Kevin Krakauer 7ef1c44a7f Change linux.FileMode from uint to uint16, and update VFS to use FileMode.
In Linux (include/linux/types.h), mode_t is an unsigned short.

PiperOrigin-RevId: 272956350
2019-10-04 14:20:32 -07:00
..
BUILD Signalfd support 2019-09-18 15:16:42 -07:00
aio.go
audit.go
bpf.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
capability.go
clone.go Cleanup straggling syscall dependencies. 2019-07-09 16:18:02 -07:00
dev.go
elf.go Add initial ptrace stub and syscall support for arm64. 2019-08-09 13:18:11 -07:00
epoll.go Cleanup straggling syscall dependencies. 2019-07-09 16:18:02 -07:00
errors.go
eventfd.go
exec.go
fcntl.go Cleanup straggling syscall dependencies. 2019-07-09 16:18:02 -07:00
file.go Change linux.FileMode from uint to uint16, and update VFS to use FileMode. 2019-10-04 14:20:32 -07:00
fs.go Sentry virtual filesystem, v2 2019-07-18 15:10:29 -07:00
futex.go
inotify.go
ioctl.go Drop ashmem and binder. 2019-06-28 17:20:25 -07:00
ip.go
ipc.go Cleanup straggling syscall dependencies. 2019-07-09 16:18:02 -07:00
limits.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
linux.go Fix various spelling issues in the documentation 2019-06-27 14:25:50 -07:00
mm.go "Implement" mbind(2). 2019-06-06 16:29:46 -07:00
netdevice.go Update canonical repository. 2019-06-13 16:50:15 -07:00
netfilter.go Fix up and add some iptables ABI. 2019-07-22 17:06:18 -07:00
netfilter_test.go Fix up and add some iptables ABI. 2019-07-22 17:06:18 -07:00
netlink.go netlink: return an error in nlmsgerr 2019-08-09 22:34:54 -07:00
netlink_route.go Basic support for 'ip route' 2019-07-31 20:30:09 -07:00
poll.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
prctl.go
ptrace.go
rusage.go
sched.go Cleanup straggling syscall dependencies. 2019-07-09 16:18:02 -07:00
seccomp.go
sem.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
shm.go
signal.go Update canonical repository. 2019-06-13 16:50:15 -07:00
signalfd.go Signalfd support 2019-09-18 15:16:42 -07:00
socket.go Document source and versioning of the TCPInfo struct. 2019-08-15 14:05:59 -07:00
splice.go Add basic plumbing for splice and stub implementation. 2019-05-21 15:18:12 -07:00
tcp.go
time.go Cleanup straggling syscall dependencies. 2019-07-09 16:18:02 -07:00
timer.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
tty.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
uio.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
utsname.go
wait.go Move wait constants to abi/linux package 2019-05-22 11:15:33 -07:00