| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: duplicate open/accept specializations with openat/accept4 | Dmitry Vyukov | 2018-01-09 | 1 | -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 alias | Dmitry Vyukov | 2018-01-08 | 1 | -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 improvements | Dmitry Vyukov | 2017-12-29 | 1 | -2/+2 |
| | | | | | Mostly extensions of API in 4.15. | ||||
| * | sys/linux: fix some copy-paste errors | Dmitry Vyukov | 2017-12-28 | 1 | -3/+3 |
| | | |||||
| * | sys/linux: fix splice signature | Dmitry Vyukov | 2017-12-27 | 1 | -5/+6 |
| | | | | | ...was wrong all that time | ||||
| * | sys/linux: add binder descriptions | Dmitry Vyukov | 2017-11-27 | 1 | -1/+0 |
| | | |||||
| * | sys/linux: assorted improvements to descriptions | Dmitry Vyukov | 2017-11-27 | 1 | -5/+18 |
| | | |||||
| * | sys/linux: add files from net dir to list of /proc files | Dmitry Vyukov | 2017-11-27 | 1 | -1/+1 |
| | | |||||
| * | sys/linux: open files from /proc | Dmitry Vyukov | 2017-11-27 | 1 | -0/+4 |
| | | |||||
| * | sys/linux: remove get_kernel_syms, add quotactl syscall | Dmitry Vyukov | 2017-11-20 | 1 | -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 signature | Dmitry Vyukov | 2017-10-16 | 1 | -1/+1 |
| | | |||||
| * | sys/linux: improve user_desc description | Dmitry Vyukov | 2017-09-20 | 1 | -4/+13 |
| | | |||||
| * | pkg/csource: support archs other than x86_64 | Dmitry Vyukov | 2017-09-15 | 1 | -2/+3 |
| | | |||||
| * | sys: move linux descriptions to sys/linux | Dmitry Vyukov | 2017-09-15 | 1 | -0/+1047 |
