summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi
AgeCommit message (Expand)Author
2021-09-01Add ioctl stub constantsChong Cai
2021-08-17Merge pull request #6262 from sudo-sturbia:msgqueue/syscalls3gVisor bot
2021-08-17Implement 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-22Merge pull request #6108 from sudo-sturbia:msgqueue/syscallsgVisor bot
2021-07-22Replace kernel package types for clone and unshare with linux package types.Jamie Liu
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-07-13Add abi definitions for sysv message queues.Zyad A. Ali
2021-07-08Replace kernel.ExitStatus with linux.WaitStatus.Jamie Liu
2021-06-17remove outdated ip6tables TODOsKevin Krakauer
2021-06-16[syserror] Refactor linuxerr and error package.Zach Koopmans
2021-06-13Remove usermem dependency from marshalIan Lewis
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