| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys: remove socketpair for AF_INET and AF_INET6 | Michael Tüxen | 2018-12-04 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * OpebBSD: remove socketpair() for AF_INET and AF_INET6. socketpair() is only supported on AF_UNIX. * NetBSD: remove socketpair() for AF_INET and AF_INET6. socketpair() is only supported for AF_UNIX. * FreeBSD: remove socketpair() for AF_INET and AF_INET6. socketpair() only supports AF_UNIX. * Linux: remove socketpair for AF_INET and AF_INET6. socketpair only supports AF_UNIX. * Autogenerated files. These are manually generated for all platforms you are not running on. FreeBSD in this case. * executor: rebase. * sys/freebsd: rebase. * sys/linux: use AF_UNIX based socketpair for nbd. This was suggested by Dmitry. Fixes #845 | ||||
| * | sys/linux: refine tcp repair descriptions | Dmitry Vyukov | 2018-11-17 | 1 | -0/+6 |
| | | |||||
| * | sys/linux: add TCP_ZEROCOPY_RECEIVE and TCP_INQ | Dmitry Vyukov | 2018-06-08 | 1 | -0/+2 |
| | | |||||
| * | sys/linux: a bunch of assorted improvements | Dmitry Vyukov | 2018-04-27 | 1 | -0/+4 |
| | | |||||
| * | sys/linux: test various binfmt's in execve | Dmitry Vyukov | 2018-04-02 | 1 | -0/+1 |
| | | |||||
| * | sys/linux: assorted improvements | Dmitry Vyukov | 2017-12-29 | 1 | -0/+5 |
| | | | | | Mostly extensions of API in 4.15. | ||||
| * | executor: move arm syscall fixup to syz-extract | Dmitry Vyukov | 2017-11-22 | 1 | -5/+5 |
| | | |||||
| * | sys: move linux descriptions to sys/linux | Dmitry Vyukov | 2017-09-15 | 1 | -0/+47 |
