summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/linux64.go
AgeCommit message (Expand)Author
2021-08-17Merge pull request #6262 from sudo-sturbia:msgqueue/syscalls3gVisor bot
2021-08-17Implement stub for msgctl(2).Zyad A. Ali
2021-08-12[syserror] Convert remaining syserror definitions to linuxerr.Zach Koopmans
2021-08-03Implement MSG_COPY option for msgrcv(2).Zyad A. Ali
2021-08-03Implement stubs for msgsnd(2) and msgrcv(2).Zyad A. Ali
2021-07-13Implement stubs for msgget(2) and msgctl(IPC_RMID).Zyad A. Ali
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-04-29Implement epoll_pwait2.Jing Chen
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-02-25Implement SEM_STAT_ANY cmd of semctl.Jing Chen
2021-02-11Implement semtimedop.Jing Chen
2021-01-20Update splice syscall documentation.Dean Deng
2021-01-07Implement the semtimedop syscallAndrei Vagin
2020-12-15Implement command SEM_INFO and SEM_STAT for semctl.Jing Chen
2020-12-03Implement command IPC_INFO for semctl.Jing Chen
2020-11-06Implement command GETNCNT for semctl.Jing Chen
2020-11-02Implement command GETZCNT for semctl.Jing Chen
2020-10-26Implement command IPC_STAT for semctl.Jing Chen
2020-10-06Implement membarrier(2) commands other than *_SYNC_CORE.Jamie Liu
2020-09-25arm64: some minor changesBin Lu
2020-09-14Add note about gofer link(2) limitationFabricio Voznika
2020-08-24Update inotify documentation for gofer filesystem.Dean Deng
2020-07-23Implement get/set_robust_list.Nicolas Lacasse
2020-05-06Fix runsc syscall documentation generation.Adin Scannell
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