aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_mips64le.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: mark some ioctls as disabledDmitry Vyukov2020-05-041-1/+0
| | | | | | | Mark ioctls we disable in init.go as disabled. Update #477 Update #502
* sys/linux: add new FUTEX_WAIT_MULTIPLE operationAndré Almeida2020-02-171-12/+0
| | | | | | Create individual file for futex syscall and add description for the new operation FUTEX_WAIT_MULTIPLE. Signed-off-by: André Almeida <andrealmeid@collabora.com>
* sys/linux: add new pidfd_getfd syscallChristian Brauner2020-02-061-0/+1
| | | | Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
* sys/linux: add time namespace descriptionsDmitry Vyukov2020-01-271-0/+1
|
* sys/linux: add some batadv descriptionsDmitry Vyukov2020-01-181-1/+0
|
* sys/linux: fix sigset_t/sigaction layout on armDmitry Vyukov2020-01-181-0/+1
| | | | Update #590
* sys/linux: another batch of warning fixesDmitry Vyukov2019-12-221-0/+6
| | | | | | The only remaining part now is dev_video4linux.txt Update #590
* sys/linux: another batch of syz-check fixesDmitry Vyukov2019-12-181-0/+7
| | | | Update #590
* Autogenerated files for linux/mips64leJouni Hogander2019-12-171-0/+780
This patch adds all autogenerated files for linux/mips64le. Files are generated by following commands: make extract bin/syz-extract -build -os=linux -arch=mips64le -sourcedir=linux make generate