Age | Commit message (Expand) | Author |
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 |
2020-09-16 | fs/fuse: Move the 'marshal' and 'primitive' packages to the 'pkg' directory. | Andrei Vagin |
2020-09-16 | fuse_open: add padding to open out request | Boyuan He |
2020-09-16 | Implement FUSE_UNLINK | Boyuan He |
2020-09-16 | Fix comments of TODO issues. | Craig Chi |
2020-09-16 | Add comments for exported attributes | Craig Chi |
2020-09-16 | Implement FUSE_SETATTR | Craig Chi |
2020-09-16 | Add fh support for revise attr and fstat(2) test | Craig Chi |
2020-09-16 | Implement FUSE_WRITE | Jinmou Li |
2020-09-16 | Implement FUSE_CREATE | Craig Chi |
2020-09-16 | Downgrade FUSE minor version support and clarify comments | Jinmou Li |
2020-09-16 | fuse: remove unused marshalling functions | Craig Chi |
2020-09-16 | Support multiple FUSE kernel versions of FUSE_INIT response struct | Craig Chi |
2020-09-16 | fuse: use safe go_marshal API for FUSE | Ridwan Sharif |
2020-09-16 | fuse: Implement IterDirents for directory file description | Ridwan Sharif |
2020-09-16 | Implement FUSE_RMDIR | Ridwan Sharif |
2020-09-16 | Implement FUSE_READ | Jinmou Li |
2020-09-16 | Implement FUSE_MKDIR | Boyuan He |
2020-09-16 | Implement FUSE_READLINK | Boyuan He |
2020-09-16 | Implement FUSE_SYMLINK | Boyuan He |
2020-09-16 | Implement FUSE_MKNOD | Boyuan He |
2020-09-16 | Implement FUSE_RELEASE/RELEASEDIR | Boyuan He |
2020-09-16 | Implement FUSE_OPEN/OPENDIR | Boyuan He |
2020-09-16 | Implement FUSE_LOOKUP | Andrei Vagin |
2020-09-16 | Rename marshal.Task to marshal.CopyContext. | Rahat Mahmood |
2020-09-15 | Enable automated marshalling for the syscall package. | Rahat Mahmood |
2020-09-15 | Add support for OCI seccomp filters in the sandbox. | Ian Lewis |
2020-09-15 | Implement gvisor verity fs ioctl with GETFLAGS | Chong Cai |
2020-09-11 | Move the 'marshal' and 'primitive' packages to the 'pkg' directory. | Rahat Mahmood |
2020-09-08 | Implement ioctl with enable verity | gVisor bot |
2020-09-01 | Refactor tty codebase to use master-replica terminology. | Ayush Ranjan |
2020-09-01 | [go-marshal] Enable auto-marshalling for fs/tty. | Ayush Ranjan |
2020-08-28 | Implement StatFS for various VFS2 filesystems. | Rahat Mahmood |