summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi
AgeCommit message (Expand)Author
2019-06-06Track and export socket state.Rahat Mahmood
2019-06-05Implement dumpability tracking and checksMichael Pratt
2019-05-24Wrap comments and reword in common present tenseMichael Pratt
2019-05-22Move wait constants to abi/linux packageMichael Pratt
2019-05-21Clean up pipe internals and add fcntl supportAdin Scannell
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2019-05-09Implement fallocate(2)Fabricio Voznika
2019-05-03Add netfilter ABI for iptables support.Kevin Krakauer
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-18Only emit unimplemented syscall events for unsupported values.Ian Gudger
2019-04-03Fix index out of bounds in tty implementation.Kevin Krakauer
2019-03-26Implement memfd_create.Rahat Mahmood
2019-03-05Priority-inheritance futex implementationFabricio Voznika
2019-03-01Add semctl(GETPID) syscallFabricio Voznika
2019-02-08Encode stat to bytes manually, instead of calling CopyObjectOut.Nicolas Lacasse
2019-02-07Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack.Ian Gudger
2019-02-07Implement /proc/net/unix.Rahat Mahmood
2019-01-31Remove license commentsMichael Pratt
2019-01-14Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.Nicolas Lacasse
2019-01-03Rename linux.Errno.Error to linux.Errno.String.Ian Gudger
2018-12-21Implement SO_KEEPALIVE, TCP_KEEPIDLE, and TCP_KEEPINTVL.Ian Gudger
2018-12-21Automated rollback of changelist 226224230Jamie Liu
2018-12-19Automated rollback of changelist 225861605Googler
2018-12-19Implement pwritev2.Zach Koopmans
2018-12-18Add BPFAction type with StringerFabricio Voznika
2018-12-17Implement mlock(), kind of.Jamie Liu
2018-12-07Format sigaction in straceMichael Pratt
2018-12-06Format signals, signal masks in straceMichael Pratt
2018-12-06Convert ValueSet to a mapMichael Pratt
2018-12-04Add ARM64 support to pkg/abi/linuxBin Lu
2018-11-26Implementation of preadv2 for Linux 4.4 supportZach Koopmans
2018-11-20Use RET_KILL_PROCESS if available in kernelFabricio Voznika
2018-11-20Add unsupported syscall events for get/setsockoptFabricio Voznika
2018-11-08Implement sync_file_range()Andrei Vagin
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-10Add seccomp filter configuration to ptrace stubs.Adin Scannell
2018-10-09Add memunit to sysinfo(2).Brian Geffon
2018-10-08Statfs Namelen should be NAME_MAX not PATH_MAXMichael Pratt
2018-10-03Implement TIOCSCTTY ioctl as a noop.Nicolas Lacasse
2018-10-01Add itimer types to linux package, straceMichael Pratt
2018-09-27Forward ioctl(TCSETSF) calls on host ttys to the host kernel.Nicolas Lacasse
2018-09-14Reuse readlink parameter, add sockaddr max.Michael Pratt
2018-09-05Open(2) isn't honoring O_NOFOLLOWBrian Geffon
2018-08-27Add /proc/sys/kernel/shm[all,max,mni].Brian Geffon
2018-08-27runsc: Terminal resizing support.Kevin Krakauer
2018-08-24runsc: Terminal support for "docker exec -ti".Nicolas Lacasse
2018-08-23Implement POSIX per-process interval timers.Jamie Liu
2018-08-14Automated rollback of changelist 208284483Nicolas Lacasse
2018-08-10Implemented the splice(2) syscall.Justine Olshan