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
2021-05-25
setgid directories for VFS1 tmpfs, overlayfs, and goferfs
Kevin Krakauer
2021-04-29
Implement epoll_pwait2.
Jing Chen
2021-04-27
Remove uses of the binary package from networking code.
Rahat Mahmood
2021-04-26
Remove metrics: fallback, vsyscallCount and partialResult
Nayana Bidari
2021-04-22
Fix AF_UNIX listen() w/ zero backlog.
Bhasker Hariharan
2021-04-22
Add weirdness sentry metric.
Nayana Bidari
2021-04-15
Add field support to the sentry metrics.
Nayana Bidari
2021-04-09
Move maxListenBacklog check to sentry
Mithun Iyer
2021-04-05
Fix listen backlog handling to be in parity with Linux
Mithun Iyer
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2021-03-24
Add POLLRDNORM/POLLWRNORM support.
Bhasker Hariharan
2021-03-18
Translate syserror when validating partial IO errors
Fabricio Voznika
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
2021-02-25
Implement SEM_STAT_ANY cmd of semctl.
Jing Chen
2021-02-24
Add YAMA security module restrictions on ptrace(2).
Dean Deng
2021-02-24
Use async task context for async IO.
Dean Deng
2021-02-22
unix: sendmmsg and recvmsg have to cap a number of message to UIO_MAXIOV
Andrei Vagin
2021-02-11
Implement semtimedop.
Jing Chen
2021-02-08
[go-marshal] Remove binary package reference from syscalls package.
Ayush Ranjan
2021-02-02
Add ETIMEDOUT to partial result list
Fabricio Voznika
2021-01-28
Add O_PATH support in vfs2
gVisor bot
2021-01-26
Move inotify events from syscall to vfs layer.
Dean Deng
2021-01-22
Implement F_GETLK fcntl.
Dean Deng
2021-01-20
Update splice syscall documentation.
Dean Deng
2021-01-20
Move Lock/UnlockPOSIX into LockFD util.
Dean Deng
2021-01-14
Simplify the pipe implementation.
Jamie Liu
2021-01-12
Fix simple mistakes identified by goreportcard.
Adin Scannell
2021-01-07
Implement the semtimedop syscall
Andrei Vagin
2021-01-05
Fix panic when parsing SO_TIMESTAMP cmsg
Kevin Krakauer
2020-12-31
Add missing error checks for FileDescription.Init.
Dean Deng
2020-12-23
vfs1: don't allow to open socket files
Andrei Vagin
2020-12-17
[netstack] Implement MSG_ERRQUEUE flag for recvmsg(2).
Ayush Ranjan
2020-12-15
Implement command SEM_INFO and SEM_STAT for semctl.
Jing Chen
2020-12-15
[syzkaller] Avoid AIOContext from resurrecting after being marked dead.
Ayush Ranjan
2020-12-11
Remove existing nogo exceptions.
Adin Scannell
2020-12-11
[netstack] Decouple tcpip.ControlMessages from the IP control messges.
Ayush Ranjan
2020-12-11
Make semctl IPC_INFO cmd return the index of highest used entry.
Jing Chen
2020-12-09
Add support for IP_RECVORIGDSTADDR IP option.
Bhasker Hariharan
2020-12-03
Implement command IPC_INFO for semctl.
Jing Chen
2020-12-03
Implement `fcntl` options `F_GETSIG` and `F_SETSIG`.
Etienne Perot
2020-11-16
Reset watchdog timer between sendfile() iterations.
Jamie Liu
2020-11-16
Allow RLIMIT_RSS to be set
Fabricio Voznika
2020-11-12
Rename kernel.TaskContext to kernel.TaskImage.
Jamie Liu
2020-11-06
Implement command GETNCNT for semctl.
Jing Chen
2020-11-06
Fix infinite loop when splicing to pipes/eventfds.
Nicolas Lacasse
2020-11-03
Make pipe min/max sizes match linux.
Nicolas Lacasse
2020-11-02
Implement command GETZCNT for semctl.
Jing Chen
2020-10-26
Implement command IPC_STAT for semctl.
Jing Chen
2020-10-19
Fix runsc tests on VFS2 overlay.
Jamie Liu
[next]