index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
sentry
/
syscalls
/
linux
/
linux64.go
Age
Commit message (
Expand
)
Author
2021-08-17
Merge pull request #6262 from sudo-sturbia:msgqueue/syscalls3
gVisor bot
2021-08-17
Implement stub for msgctl(2).
Zyad A. Ali
2021-08-12
[syserror] Convert remaining syserror definitions to linuxerr.
Zach Koopmans
2021-08-03
Implement MSG_COPY option for msgrcv(2).
Zyad A. Ali
2021-08-03
Implement stubs for msgsnd(2) and msgrcv(2).
Zyad A. Ali
2021-07-13
Implement 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 EINVAL
Zach Koopmans
2021-04-29
Implement epoll_pwait2.
Jing Chen
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2021-02-25
Implement SEM_STAT_ANY cmd of semctl.
Jing Chen
2021-02-11
Implement semtimedop.
Jing Chen
2021-01-20
Update splice syscall documentation.
Dean Deng
2021-01-07
Implement the semtimedop syscall
Andrei Vagin
2020-12-15
Implement command SEM_INFO and SEM_STAT for semctl.
Jing Chen
2020-12-03
Implement command IPC_INFO for semctl.
Jing Chen
2020-11-06
Implement command GETNCNT for semctl.
Jing Chen
2020-11-02
Implement command GETZCNT for semctl.
Jing Chen
2020-10-26
Implement command IPC_STAT for semctl.
Jing Chen
2020-10-06
Implement membarrier(2) commands other than *_SYNC_CORE.
Jamie Liu
2020-09-25
arm64: some minor changes
Bin Lu
2020-09-14
Add note about gofer link(2) limitation
Fabricio Voznika
2020-08-24
Update inotify documentation for gofer filesystem.
Dean Deng
2020-07-23
Implement get/set_robust_list.
Nicolas Lacasse
2020-05-06
Fix runsc syscall documentation generation.
Adin Scannell
2019-10-22
Update const names to be Go style.
Ian Lewis
2019-10-16
Add sublevel to kernel version
Michael Pratt
2019-10-07
Merge pull request #753 from lubinszARM:pr_syscall_linux
gVisor bot
2019-10-02
Merge branch 'master' into pr_syscall_linux
Andrei Vagin
2019-09-24
Stub out readahead implementation.
Adin Scannell
2019-09-18
Signalfd support
Adin Scannell
2019-09-18
enable syscalls/linux to support arm64
Bin Lu
2019-09-12
Implement splice methods for pipes and sockets.
Adin Scannell
2019-07-29
Rate limit the unimplemented syscall event handler.
Nicolas Lacasse
2019-07-12
Don't emit an event for extended attribute syscalls.
Nicolas Lacasse
2019-07-09
Cleanup straggling syscall dependencies.
Adin Scannell
2019-07-03
Fix syscall doc for getresgid
Ian Lewis
2019-07-02
Add documentation for remaining syscalls (fixes #197, #186)
Ian Lewis
2019-06-28
Remove events from name_to_handle_at and open_by_handle_at.
Nicolas Lacasse
2019-06-24
Use correct statx syscall number for amd64.
Nicolas Lacasse
2019-06-22
Implement statx.
Nicolas Lacasse
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-10
Add introspection for Linux/AMD64 syscalls
Ian Lewis
2019-06-06
"Implement" mbind(2).
Jamie Liu
2019-05-21
Add basic plumbing for splice and stub implementation.
Adin Scannell
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-29
Allow and document bug ids in gVisor codebase.
Nicolas Lacasse
2019-04-03
Add syscall annotations for unimplemented syscalls
Ian Lewis
[next]