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
Age
Commit message (
Expand
)
Author
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-17
Check thread group CPU timers in the CPU clock ticker.
Jamie Liu
2018-10-17
Move Unix transport out of netstack
Ian Gudger
2018-10-15
Clean up Rename and Unlink checks for EBUSY.
Nicolas Lacasse
2018-10-09
Add memunit to sysinfo(2).
Brian Geffon
2018-10-08
Statfs Namelen should be NAME_MAX not PATH_MAX
Michael Pratt
2018-10-08
Implement shared futexes.
Jamie Liu
2018-10-01
Add itimer types to linux package, strace
Michael Pratt
2018-09-18
Allow for MSG_CTRUNC in input flags for recv.
Brian Geffon
2018-09-17
Allow NULL data in mount(2)
Michael Pratt
2018-09-14
Make gVisor hard link check match Linux's.
Nicolas Lacasse
2018-09-14
Fix interaction between rt_sigtimedwait and ignored signals.
Jamie Liu
2018-09-05
Open(2) isn't honoring O_NOFOLLOW
Brian Geffon
2018-08-23
Implement POSIX per-process interval timers.
Jamie Liu
2018-08-20
getdents should return type=DT_DIR for SpecialDirectories.
Nicolas Lacasse
2018-08-14
Automated rollback of changelist 208284483
Nicolas Lacasse
2018-08-10
Implemented the splice(2) syscall.
Justine Olshan
2018-08-10
Validate FS.base before establishing it in the task's register set.
Neel Natu
2018-08-09
Fix missing O_LARGEFILE from O_CREAT files
Michael Pratt
2018-08-02
Copy creds in access
Michael Pratt
2018-08-02
Update comment reference
Michael Pratt
2018-08-02
Automated rollback of changelist 207037226
Zhaozhong Ni
2018-08-02
Add seccomp(2) support.
Brian Geffon
2018-08-01
Automated rollback of changelist 207007153
Michael Pratt
2018-08-01
stateify: convert all packages to use explicit mode.
Zhaozhong Ni
2018-07-31
proc: show file flags in fdinfo
Andrei Vagin
2018-07-27
Added the O_LARGEFILE flag.
Justine Olshan
2018-07-27
stateify: support explicit annotation mode; convert refs and stack packages.
Zhaozhong Ni
2018-07-19
kernel: mutations on creds now require a copy.
Adin Scannell
2018-07-12
Fix aio eventfd lookup
Michael Pratt
2018-06-29
aio: Return EINVAL if the number of events is negative.
Nicolas Lacasse
2018-06-28
Check for invalid offset when submitting an AIO read/write request.
Nicolas Lacasse
2018-06-27
Ignore MADV_DONTDUMP and MADV_DODUMP.
Jamie Liu
2018-06-21
Implement ioctl(FIOASYNC)
Ian Gudger
2018-06-15
Replace crypto/rand with internal rand package
Michael Pratt
2018-06-11
Add O_TRUNC handling in openat
Fabricio Voznika
2018-06-08
Fix sigaltstack semantics.
Adin Scannell
2018-05-22
Remove offset check to match with Linux implementation.
Fabricio Voznika
2018-05-22
Change length type, and let fadvise64 return ESPIPE if file is a pipe
Chanwit Kaewkasi
2018-05-17
Cleanup docs
Michael Pratt
2018-05-17
Implement sysv shm.
Rahat Mahmood
2018-05-16
Verify that when offset address is not null, infile must be seekable
Chanwit Kaewkasi
2018-05-15
Fix problem with sendfile(2) writing less data
Fabricio Voznika
2018-05-11
Implement MAP_32BIT.
Jamie Liu
2018-05-08
Fix warning: redundant if ...; err != nil check, just return error instead.
Ian Gudger
2018-05-01
Add support for ping sockets
Ian Gudger
2018-05-01
Implement SO_TIMESTAMP
Ian Gudger
2018-05-01
Fix SO_RCVTIMEOUT for recvmsg
Ian Gudger
2018-04-28
Check in gVisor.
Googler