summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/linux64.go
AgeCommit message (Expand)Author
2019-10-22Update const names to be Go style.Ian Lewis
2019-10-16Add sublevel to kernel versionMichael Pratt
2019-10-07Merge pull request #753 from lubinszARM:pr_syscall_linuxgVisor bot
2019-10-02Merge branch 'master' into pr_syscall_linuxAndrei Vagin
2019-09-24Stub out readahead implementation.Adin Scannell
2019-09-18Signalfd supportAdin Scannell
2019-09-18enable syscalls/linux to support arm64Bin Lu
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-07-29Rate limit the unimplemented syscall event handler.Nicolas Lacasse
2019-07-12Don't emit an event for extended attribute syscalls.Nicolas Lacasse
2019-07-09Cleanup straggling syscall dependencies.Adin Scannell
2019-07-03Fix syscall doc for getresgidIan Lewis
2019-07-02Add documentation for remaining syscalls (fixes #197, #186)Ian Lewis
2019-06-28Remove events from name_to_handle_at and open_by_handle_at.Nicolas Lacasse
2019-06-24Use correct statx syscall number for amd64.Nicolas Lacasse
2019-06-22Implement statx.Nicolas Lacasse
2019-06-13Update canonical repository.Adin Scannell
2019-06-10Add introspection for Linux/AMD64 syscallsIan Lewis
2019-06-06"Implement" mbind(2).Jamie Liu
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-03Add syscall annotations for unimplemented syscallsIan Lewis
2019-03-26Implement memfd_create.Rahat Mahmood
2018-12-21Automated rollback of changelist 226224230Jamie Liu
2018-12-19Automated rollback of changelist 225861605Googler
2018-12-19Implement pwritev2.Zach Koopmans
2018-12-17Implement mlock(), kind of.Jamie Liu
2018-11-26Implementation of preadv2 for Linux 4.4 supportZach Koopmans
2018-11-08Implement sync_file_range()Andrei Vagin
2018-11-08Create stubs for syscalls upto Linux 4.4.Rahat Mahmood
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
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-02Add seccomp(2) support.Brian Geffon
2018-05-17Cleanup docsMichael Pratt
2018-05-17Implement sysv shm.Rahat Mahmood
2018-04-28Check in gVisor.Googler