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
/
sys_thread.go
Age
Commit message (
Expand
)
Author
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2021-03-15
Turn sys_thread constants into variables.
Etienne Perot
2021-03-03
[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
Ayush Ranjan
2020-12-11
Remove existing nogo exceptions.
Adin Scannell
2020-11-12
Rename kernel.TaskContext to kernel.TaskImage.
Jamie Liu
2020-09-15
Enable automated marshalling for the syscall package.
Rahat Mahmood
2020-08-18
Move ERESTART* error definitions to syserror package.
Dean Deng
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-02-14
Plumb VFS2 inside the Sentry
gVisor bot
2020-01-27
Update package locations.
Adin Scannell
2020-01-16
Enable clone syscall support on arm64.
Haibo Xu
2019-10-29
Disallow execveat on interpreter scripts with fd opened with O_CLOEXEC.
Dean Deng
2019-10-25
Aggregate arguments for loading executables into a single struct.
Dean Deng
2019-10-24
Handle AT_SYMLINK_NOFOLLOW flag for execveat.
Dean Deng
2019-10-23
Handle AT_EMPTY_PATH flag in execveat.
Dean Deng
2019-10-21
Add basic implementation of execveat syscall and associated tests.
Dean Deng
2019-07-30
Add feature to launch Sentry from an open host FD.
Zach Koopmans
2019-07-09
Cleanup straggling syscall dependencies.
Adin Scannell
2019-06-13
Update canonical repository.
Adin Scannell
2019-05-22
Add WCLONE / WALL support to waitid
Michael Pratt
2019-05-22
Add support for wait(WNOTHREAD)
Michael Pratt
2019-05-22
Move wait constants to abi/linux package
Michael Pratt
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-01-08
Improve loader related error messages returned to users.
Brian Geffon
2018-12-04
Max link traversals should be for an entire path.
Brian Geffon
2018-11-08
Create stubs for syscalls upto Linux 4.4.
Rahat Mahmood
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-08
Statfs Namelen should be NAME_MAX not PATH_MAX
Michael Pratt
2018-04-28
Check in gVisor.
Googler