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-17 | Implement ipc.Object.Set and use it in ipc mechanisms. | Zyad A. Ali |
2021-08-13 | [syserror] Remove pkg syserror. | Zach Koopmans |
2021-08-12 | [syserror] Convert remaining syserror definitions to linuxerr. | Zach Koopmans |
2021-08-04 | Implement PR_SET_CHILD_SUBREAPER when the calling task is PID 1. | Nicolas Lacasse |
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-22 | Merge pull request #6108 from sudo-sturbia:msgqueue/syscalls | gVisor bot |
2021-07-22 | Replace kernel package types for clone and unshare with linux package types. | Jamie Liu |
2021-07-20 | Add go:build directives as required by Go 1.17's gofmt. | Jamie Liu |
2021-07-13 | Implement stubs for msgget(2) and msgctl(IPC_RMID). | Zyad A. Ali |
2021-07-13 | Create ipc.Registry. | Zyad A. Ali |
2021-07-13 | Create ipc package and ipc.Object. | Zyad A. Ali |
2021-07-12 | [syserror] Update syserror to linuxerr for more errors. | Zach Koopmans |
2021-07-08 | Replace kernel.ExitStatus with linux.WaitStatus. | Jamie Liu |
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-06-22 | [syserror] Add conversions to linuxerr with temporary Equals method. | Zach Koopmans |
2021-06-10 | [op] Move SignalInfo to abi/linux package. | Ayush Ranjan |
2021-06-10 | [op] Move SignalStack to abi/linux package. | Ayush Ranjan |
2021-06-09 | [op] Move SignalAct to abi/linux package. | Ayush Ranjan |
2021-05-27 | nanosleep has to store the finish time in the restart block | Andrei Vagin |
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 |