summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls
AgeCommit message (Expand)Author
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-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
2018-12-20Make read and write respect SO_RCVTIMEO and SO_SNDTIMEOIan Gudger
2018-12-19Automated rollback of changelist 225861605Googler
2018-12-19Implement pwritev2.Zach Koopmans
2018-12-17Implement mlock(), kind of.Jamie Liu
2018-12-14Implement SO_SNDTIMEOIan Gudger
2018-12-10Implement MSG_WAITALLIan Gudger
2018-12-10Add type safety to shm ids and keys.Rahat Mahmood
2018-12-10Validate FS_BASE in Task.CloneMichael Pratt