aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_inet_arm.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-115/+0
| | | | | | | This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983
* sys/linux: update descriptions of sendmsg/sendmmsgBins942019-06-031-0/+3
| | | | | Add sendmsg$inet, sendmmsg$inet for ip_cmsg_send. Add sendmsg$inet6, sendmmsg$inet6 for ip6_datagram_send_ctl
* sys: remove socketpair for AF_INET and AF_INET6Michael Tüxen2018-12-041-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: adding constants for trace2syz to socketsshankarapailoor2018-10-301-0/+8
|
* sys/linux: test various binfmt's in execveDmitry Vyukov2018-04-021-0/+2
|
* sys/linux: add ion and ashmem devices supportDmitry Vyukov2018-01-091-19/+0
| | | | | Note: ion supercedes the old android interface, which is moved to sys/android.
* executor: move arm syscall fixup to syz-extractDmitry Vyukov2017-11-221-13/+13
|
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+122