aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: duplicate open/accept specializations with openat/accept4Dmitry Vyukov2018-01-091-0/+1
| | | | | | | | open is not present on arm64, only openat. accept is not present on 386, only accept4. Duplicate all open/accept specializations with corresponding openat/accept4 specializations to enable testing on 386/arm64.
* pkg/compiler: make signalno a type aliasDmitry Vyukov2018-01-081-0/+2
| | | | | | | We don't need compiler support for such things anymore, now we simply can do: type signalno int32[0:65]
* sys/linux: assorted improvementsDmitry Vyukov2017-12-291-2/+2
| | | | Mostly extensions of API in 4.15.
* sys/linux: fix some copy-paste errorsDmitry Vyukov2017-12-281-3/+3
|
* sys/linux: fix splice signatureDmitry Vyukov2017-12-271-5/+6
| | | | ...was wrong all that time
* sys/linux: add binder descriptionsDmitry Vyukov2017-11-271-1/+0
|
* sys/linux: assorted improvements to descriptionsDmitry Vyukov2017-11-271-5/+18
|
* sys/linux: add files from net dir to list of /proc filesDmitry Vyukov2017-11-271-1/+1
|
* sys/linux: open files from /procDmitry Vyukov2017-11-271-0/+4
|
* sys/linux: remove get_kernel_syms, add quotactl syscallDmitry Vyukov2017-11-201-1/+1
| | | | | | get_kernel_syms does not seem to be present upstream. Describe an old quotactl syscall. Also fix umount/umount2 names in kallsyms.
* sys/linux: fix fcntl signatureDmitry Vyukov2017-10-161-1/+1
|
* sys/linux: improve user_desc descriptionDmitry Vyukov2017-09-201-4/+13
|
* pkg/csource: support archs other than x86_64Dmitry Vyukov2017-09-151-2/+3
|
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+1047