summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi
AgeCommit message (Expand)Author
2021-06-10Minor 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-25Merge pull request #6027 from liornm:fix-unused-flaggVisor bot
2021-05-20Send SIGPIPE for closed pipes.Ian Lewis
2021-05-19Allow use of IFF_ONE_QUEUEliornm
2021-05-11[syserror] Refactor abi/linux.ErrnoZach Koopmans
2021-05-04Remove uses of the binary package from the rest of the sentry.Rahat Mahmood
2021-04-27Remove 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-09iptables: support postrouting hook and SNAT targetToshi Kikuchi
2021-04-02Implement cgroupfs.Rahat Mahmood
2021-04-01Internal changesBhasker Hariharan
2021-03-11Move Arch specific code to arch specific files.Bhasker Hariharan
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