Age | Commit message (Expand) | Author |
2021-08-17 | Merge pull request #6262 from sudo-sturbia:msgqueue/syscalls3 | gVisor bot |
2021-08-17 | Implement control operations on msgqueue. | 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-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 | Add abi definitions for sysv message queues. | Zyad A. Ali |
2021-07-08 | Replace kernel.ExitStatus with linux.WaitStatus. | Jamie Liu |
2021-06-17 | remove outdated ip6tables TODOs | Kevin Krakauer |
2021-06-16 | [syserror] Refactor linuxerr and error package. | Zach Koopmans |
2021-06-13 | Remove usermem dependency from marshal | Ian Lewis |
2021-06-10 | Minor VFS2 xattr changes. | Jamie Liu |
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-25 | Merge pull request #6027 from liornm:fix-unused-flag | gVisor bot |
2021-05-20 | Send SIGPIPE for closed pipes. | Ian Lewis |
2021-05-19 | Allow use of IFF_ONE_QUEUE | liornm |
2021-05-11 | [syserror] Refactor abi/linux.Errno | Zach Koopmans |
2021-05-04 | Remove uses of the binary package from the rest of the sentry. | Rahat Mahmood |
2021-04-27 | Remove uses of the binary package from networking code. | Rahat Mahmood |
2021-04-12 | [op] Use faster go_marshal methods in netfilter. | Ayush Ranjan |
2021-04-09 | iptables: support postrouting hook and SNAT target | Toshi Kikuchi |
2021-04-02 | Implement cgroupfs. | Rahat Mahmood |
2021-04-01 | Internal changes | Bhasker Hariharan |
2021-03-11 | Move Arch specific code to arch specific files. | Bhasker Hariharan |
2021-02-24 | Add YAMA security module restrictions on ptrace(2). | Dean Deng |
2021-02-08 | [go-marshal] Add dynamic tag in go_marshal. | Ayush Ranjan |
2021-01-29 | - Add more comments for the TCP_INFO struct fields. | Nayana Bidari |
2021-01-27 | Add support for more fields in netstack for TCP_INFO | Nayana Bidari |
2021-01-22 | Implement F_GETLK fcntl. | Dean Deng |
2021-01-12 | Fix simple mistakes identified by goreportcard. | Adin Scannell |
2021-01-06 | Support add/remove IPv6 multicast group sock opt | Ghanan Gowripalan |
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-11 | Remove existing nogo exceptions. | Adin Scannell |
2020-12-11 | [netstack] Decouple tcpip.ControlMessages from the IP control messges. | Ayush Ranjan |
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-12-02 | Add /proc/sys/kernel/sem. | Jing Chen |
2020-10-27 | Add SHA512 to merkle tree library | Chong Cai |
2020-10-23 | Introduce SemidDs struct for amd64 and arm64. | Jing Chen |
2020-10-08 | Implement MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ. | Jamie Liu |
2020-10-06 | Implement membarrier(2) commands other than *_SYNC_CORE. | Jamie Liu |
2020-10-02 | Convert uses of the binary package in kernel to go-marshal. | Rahat Mahmood |
2020-09-30 | ip6tables: redirect support | Kevin Krakauer |
2020-09-30 | Implement ioctl with measure in verity fs | Chong Cai |
2020-09-29 | iptables: refactor to make targets extendable | Kevin Krakauer |
2020-09-24 | Correct FS_IOC_GETFLAGS value | Chong Cai |