summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi
AgeCommit message (Expand)Author
2021-02-24Add 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-27Add support for more fields in netstack for TCP_INFONayana Bidari
2021-01-22Implement F_GETLK fcntl.Dean Deng
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2021-01-06Support add/remove IPv6 multicast group sock optGhanan Gowripalan
2020-12-17[netstack] Implement MSG_ERRQUEUE flag for recvmsg(2).Ayush Ranjan
2020-12-15Implement command SEM_INFO and SEM_STAT for semctl.Jing Chen
2020-12-11Remove existing nogo exceptions.Adin Scannell
2020-12-11[netstack] Decouple tcpip.ControlMessages from the IP control messges.Ayush Ranjan
2020-12-03Implement command IPC_INFO for semctl.Jing Chen
2020-12-03Implement `fcntl` options `F_GETSIG` and `F_SETSIG`.Etienne Perot
2020-12-02Add /proc/sys/kernel/sem.Jing Chen
2020-10-27Add SHA512 to merkle tree libraryChong Cai
2020-10-23Introduce SemidDs struct for amd64 and arm64.Jing Chen
2020-10-08Implement MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ.Jamie Liu
2020-10-06Implement membarrier(2) commands other than *_SYNC_CORE.Jamie Liu
2020-10-02Convert uses of the binary package in kernel to go-marshal.Rahat Mahmood
2020-09-30ip6tables: redirect supportKevin Krakauer
2020-09-30Implement ioctl with measure in verity fsChong Cai
2020-09-29iptables: refactor to make targets extendableKevin Krakauer
2020-09-24Correct FS_IOC_GETFLAGS valueChong Cai
2020-09-16fs/fuse: Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Andrei Vagin
2020-09-16fuse_open: add padding to open out requestBoyuan He
2020-09-16Implement FUSE_UNLINKBoyuan He
2020-09-16Fix comments of TODO issues.Craig Chi
2020-09-16Add comments for exported attributesCraig Chi
2020-09-16Implement FUSE_SETATTRCraig Chi
2020-09-16Add fh support for revise attr and fstat(2) testCraig Chi
2020-09-16Implement FUSE_WRITEJinmou Li
2020-09-16Implement FUSE_CREATECraig Chi
2020-09-16Downgrade FUSE minor version support and clarify commentsJinmou Li
2020-09-16fuse: remove unused marshalling functionsCraig Chi
2020-09-16Support multiple FUSE kernel versions of FUSE_INIT response structCraig Chi
2020-09-16fuse: use safe go_marshal API for FUSERidwan Sharif
2020-09-16fuse: Implement IterDirents for directory file descriptionRidwan Sharif
2020-09-16Implement FUSE_RMDIRRidwan Sharif
2020-09-16Implement FUSE_READJinmou Li
2020-09-16Implement FUSE_MKDIRBoyuan He
2020-09-16Implement FUSE_READLINKBoyuan He
2020-09-16Implement FUSE_SYMLINKBoyuan He
2020-09-16Implement FUSE_MKNODBoyuan He
2020-09-16Implement FUSE_RELEASE/RELEASEDIRBoyuan He
2020-09-16Implement FUSE_OPEN/OPENDIRBoyuan He
2020-09-16Implement FUSE_LOOKUPAndrei Vagin
2020-09-16Rename marshal.Task to marshal.CopyContext.Rahat Mahmood
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-09-15Add support for OCI seccomp filters in the sandbox.Ian Lewis
2020-09-15Implement gvisor verity fs ioctl with GETFLAGSChong Cai