summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls
AgeCommit message (Expand)Author
2019-07-18net/tcp/setockopt: impelment setsockopt(fd, SOL_TCP, TCP_INQ)Andrei Vagin
2019-07-17Separate O_DSYNC and O_SYNC.Jamie Liu
2019-07-12Don't emit an event for extended attribute syscalls.Nicolas Lacasse
2019-07-09Cleanup straggling syscall dependencies.Adin Scannell
2019-07-08Don't mask errors in createAt loop.Nicolas Lacasse
2019-07-03Fix syscall doc for getresgidIan Lewis
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-07-02Add documentation for remaining syscalls (fixes #197, #186)Ian Lewis
2019-07-02Simplify (and fix) refcounts in createAt.Nicolas Lacasse
2019-07-01Check remaining traversal limit when creating a file through a symlink.Nicolas Lacasse
2019-06-28Remove events from name_to_handle_at and open_by_handle_at.Nicolas Lacasse
2019-06-27Complete pipe support on overlayfsFabricio Voznika
2019-06-26Follow symlinks when creating a file, and create the target.Nicolas Lacasse
2019-06-24Use correct statx syscall number for amd64.Nicolas Lacasse
2019-06-22Implement statx.Nicolas Lacasse
2019-06-20Implement madvise(MADV_DONTFORK)Neel Natu
2019-06-19Deflake SendFileTest_Shutdown.Ian Gudger
2019-06-19fileOp{On,At} should pass the remaning symlink traversal count.Nicolas Lacasse
2019-06-13Plumb context through more layers of filesytem.Ian Gudger
2019-06-13Implement getsockopt() SO_DOMAIN, SO_PROTOCOL and SO_TYPE.Rahat Mahmood
2019-06-13Update canonical repository.Adin Scannell
2019-06-11Eat sendfile partial errorAdin Scannell
2019-06-10Add introspection for Linux/AMD64 syscallsIan Lewis
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