summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi
AgeCommit message (Expand)Author
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
2018-08-09Fix missing O_LARGEFILE from O_CREAT filesMichael Pratt
2018-08-08Basic support for ip link/addr and ifconfigFabricio Voznika
2018-08-02Update comment referenceMichael Pratt
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-27Added the O_LARGEFILE flag.Justine Olshan
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-17Add API to decode 'stat.st_rdev' into major and minor numbers.Neel Natu
2018-07-16Add CPUID faulting for ptrace and KVM.Adin Scannell
2018-07-16Add EventOperations.HostFD()Neel Natu
2018-07-11Move ptrace constants to abi/linux.Jamie Liu
2018-06-21Implement ioctl(FIOASYNC)Ian Gudger
2018-05-17Implement sysv shm.Rahat Mahmood
2018-05-11sentry: Adds canonical mode support.Kevin Krakauer
2018-05-11Implement MAP_32BIT.Jamie Liu
2018-05-08Correct definition of SysV IPC structures.Jamie Liu
2018-05-04Fix runsc capabilitiesFabricio Voznika
2018-04-28Check in gVisor.Googler