gvisor/pkg/abi/linux
Brian Geffon acf7a95189 Add memunit to sysinfo(2).
Also properly add padding after Procs in the linux.Sysinfo
structure. This will be implicitly padded to 64bits so we
need to do the same.

PiperOrigin-RevId: 216372907
Change-Id: I6eb6a27800da61d8f7b7b6e87bf0391a48fdb475
2018-10-09 09:52:14 -07:00
..
BUILD Add itimer types to linux package, strace 2018-10-01 14:16:53 -07:00
aio.go
ashmem.go
binder.go
bpf.go
capability.go
dev.go
elf.go
errors.go
eventfd.go
exec.go
fcntl.go
file.go Open(2) isn't honoring O_NOFOLLOW 2018-09-05 09:21:28 -07:00
fs.go Statfs Namelen should be NAME_MAX not PATH_MAX 2018-10-08 11:39:54 -07:00
futex.go
inotify.go
ioctl.go Implement TIOCSCTTY ioctl as a noop. 2018-10-03 17:29:56 -07:00
ip.go
ipc.go
limits.go
linux.go Add memunit to sysinfo(2). 2018-10-09 09:52:14 -07:00
mm.go
netdevice.go
netlink.go
netlink_route.go
poll.go
prctl.go
ptrace.go
rusage.go
sched.go
seccomp.go
sem.go
shm.go Add /proc/sys/kernel/shm[all,max,mni]. 2018-08-27 17:21:37 -07:00
signal.go Implement POSIX per-process interval timers. 2018-08-23 16:32:36 -07:00
socket.go Reuse readlink parameter, add sockaddr max. 2018-09-14 16:00:02 -07:00
time.go Implement POSIX per-process interval timers. 2018-08-23 16:32:36 -07:00
timer.go Add itimer types to linux package, strace 2018-10-01 14:16:53 -07:00
tty.go runsc: Terminal resizing support. 2018-08-27 10:49:16 -07:00
uio.go
utsname.go