summaryrefslogtreecommitdiffstats
path: root/src/basic/syscall-list.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* syscalls: run "ninja update-syscalls-*"Lennart Poettering2024-09-121-2/+0
|
* syscall-list: update syscall tablesYu Watanabe2024-08-041-0/+4
| | | | This adds fstatat (and its friends), llseek, and uretprobe.
* Update syscalls tablesLuca Boccassi2024-06-061-0/+1
| | | | ninja -C build update-syscall-tables update-syscall-header
* Update syscalls listsZbigniew Jędrzejewski-Szmek2024-01-251-0/+5
| | | | | For discussion of listmount() and statmount(), see https://lwn.net/Articles/950569/.
* Update syscalls listLuca Boccassi2023-11-141-92/+3
|
* Update syscalls tableLuca Boccassi2023-11-011-1/+0
|
* Update system call tables for Linux 6.6Arseny Maslennikov2023-10-191-0/+2
| | | | We are doing this to obtain the definition of fchmodat2.
* update syscall tables for upcoming v254Lennart Poettering2023-07-051-0/+1
|
* basic/syscall: update syscall listYu Watanabe2023-05-291-0/+1
| | | | Only notable change is that memfd_secret is now defined on s390(x).
* syscalls: update syscall definitionsZbigniew Jędrzejewski-Szmek2022-04-071-0/+1
|
* syscalls: run ninja update-syscall-tablesXiaotian Wu2021-12-011-2/+4
|
* syscalls: update tablesYu Watanabe2021-06-151-0/+3
|
* syscalls: run ninja update-syscall-*Lennart Poettering2021-06-091-0/+1
|
* syscalls: update tablesZbigniew Jędrzejewski-Szmek2021-03-081-2/+1
| | | | | | | bfin_spinlock and cache_sync are dropped from the table, but didn't have numbers assigned. mount_setattr was added in v5.11-rc4-35-g2a1867219c.
* Use .txt as the extension for syscall list fileZbigniew Jędrzejewski-Szmek2021-01-281-0/+595
Upstream uses .text, but this is rather unusual. Let's use .txt as the usual suffix for text files. This tells various editors and such that the file should be treated as plain text. I also want to a script to summarize license status, and having an easy-to-recognize suffix makes this easier.