summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls
AgeCommit message (Expand)Author
2019-06-13Merge add40fd6 (automated)gVisor bot
2019-06-13Update canonical repository.Adin Scannell
2019-06-12Merge df110ad4 (automated)gVisor bot
2019-06-11Eat sendfile partial errorAdin Scannell
2019-06-11Merge 74e397e3 (automated)gVisor bot
2019-06-10Add introspection for Linux/AMD64 syscallsIan Lewis
2019-06-10Merge a00157cc (automated)gVisor bot
2019-06-06Use common definition of SockType.Rahat Mahmood
2019-06-06"Implement" mbind(2).Jamie Liu
2019-06-05Implement dumpability tracking and checksMichael Pratt
2019-06-02Merge 216da0b7 (automated)gVisor bot
2019-05-22Add WCLONE / WALL support to waitidMichael Pratt
2019-05-22Add support for wait(WNOTHREAD)Michael 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-04-29Implement the MSG_CTRUNC msghdr flag for Unix sockets.Ian Gudger
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-29createAt should return all errors from FindInode except ENOENT.Nicolas Lacasse
2019-04-22Bugfix: fix fstatat symbol link to dirWei Zhang
2019-04-19Add support for the MSG_TRUNC msghdr flag.Ian Gudger
2019-04-18Format struct pollfd in poll(2)/ppoll(2)Michael Pratt
2019-04-17Convert poll/select to operate more directly on linux.PollFDMichael Pratt
2019-04-11Use open fids when fstat()ing gofer files.Jamie Liu
2019-04-10Internal changeMichael Pratt
2019-04-10Allow threads with CAP_SYS_RESOURCE to raise hard rlimits.Kevin Krakauer
2019-04-09syscalls: sendfile: limit the count to MAX_RW_COUNTLi Qiang
2019-04-08Export kernel.SignalInfoPriv.Jamie Liu
2019-04-04gvisor: Add support for the MS_NOEXEC mount optionAndrei Vagin
2019-04-04BUILD: Add useful go_path targetAdin Scannell
2019-04-03Add syscall annotations for unimplemented syscallsIan Lewis
2019-03-29Use kernel.Task.CopyScratchBuffer in syscalls/linux where possible.Jamie Liu
2019-03-28Setting timestamps should trigger an inotify event.Nicolas Lacasse
2019-03-26Implement memfd_create.Rahat Mahmood
2019-03-22lstat should resolve the final path component if it ends in a slash.Nicolas Lacasse
2019-03-21Clear msghdr flags on successful recvmsg.Ian Gudger
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-03-13Allow filesystem.Mount to take an optional interface argument.Nicolas Lacasse
2019-03-05Priority-inheritance futex implementationFabricio Voznika
2019-03-01Add semctl(GETPID) syscallFabricio Voznika
2019-02-25Handle invalid offset in sendfile(2)Fabricio Voznika
2019-02-08Encode stat to bytes manually, instead of calling CopyObjectOut.Nicolas Lacasse
2019-02-07Implement semctl(2) SETALL and GETALLFabricio Voznika
2019-01-31Remove license commentsMichael Pratt
2019-01-10Fixing select call to not enforce RLIMIT_NOFILE.Zach Koopmans
2019-01-08Allow MSG_OOB and MSG_DONTROUTE to be no-ops on recvmsg(2).Brian Geffon
2019-01-08Improve loader related error messages returned to users.Brian Geffon
2018-12-21Automated rollback of changelist 226224230Jamie Liu