| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | dashboard/config/linux: increase number of devices to 32 | Dmitry Vyukov | 2024-10-24 | 1 | -0/+2 |
| | | |||||
| * | sys/linux: chmod -x *.txt | Andrey Konovalov | 2019-01-09 | 1 | -0/+0 |
| | | | | | For some reason some syscall description txt files are +x. Do chmod -x. | ||||
| * | sys/linux: add basic X25 descriptions | Dmitry Vyukov | 2018-12-24 | 1 | -0/+1 |
| | | |||||
| * | sys/linux: extend AX25/ROSE/NETROM descriptions | Dmitry Vyukov | 2018-12-24 | 1 | -18/+136 |
| | | |||||
| * | sys: remove socketpair for AF_INET and AF_INET6 | Michael Tüxen | 2018-12-04 | 1 | -6/+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: a bunch of assorted improvements and fixes | Dmitry Vyukov | 2018-03-05 | 1 | -4/+1 |
| | | |||||
| * | sys: move linux descriptions to sys/linux | Dmitry Vyukov | 2017-09-15 | 1 | -0/+63 |
