Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | syscalls: run "ninja update-syscalls-*" | Lennart Poettering | 2024-09-12 | 1 | -2/+0 |
| | |||||
* | syscall-list: update syscall tables | Yu Watanabe | 2024-08-04 | 1 | -0/+4 |
| | | | | This adds fstatat (and its friends), llseek, and uretprobe. | ||||
* | Update syscalls tables | Luca Boccassi | 2024-06-06 | 1 | -0/+1 |
| | | | | ninja -C build update-syscall-tables update-syscall-header | ||||
* | Update syscalls lists | Zbigniew Jędrzejewski-Szmek | 2024-01-25 | 1 | -0/+5 |
| | | | | | For discussion of listmount() and statmount(), see https://lwn.net/Articles/950569/. | ||||
* | Update syscalls list | Luca Boccassi | 2023-11-14 | 1 | -92/+3 |
| | |||||
* | Update syscalls table | Luca Boccassi | 2023-11-01 | 1 | -1/+0 |
| | |||||
* | Update system call tables for Linux 6.6 | Arseny Maslennikov | 2023-10-19 | 1 | -0/+2 |
| | | | | We are doing this to obtain the definition of fchmodat2. | ||||
* | update syscall tables for upcoming v254 | Lennart Poettering | 2023-07-05 | 1 | -0/+1 |
| | |||||
* | basic/syscall: update syscall list | Yu Watanabe | 2023-05-29 | 1 | -0/+1 |
| | | | | Only notable change is that memfd_secret is now defined on s390(x). | ||||
* | syscalls: update syscall definitions | Zbigniew Jędrzejewski-Szmek | 2022-04-07 | 1 | -0/+1 |
| | |||||
* | syscalls: run ninja update-syscall-tables | Xiaotian Wu | 2021-12-01 | 1 | -2/+4 |
| | |||||
* | syscalls: update tables | Yu Watanabe | 2021-06-15 | 1 | -0/+3 |
| | |||||
* | syscalls: run ninja update-syscall-* | Lennart Poettering | 2021-06-09 | 1 | -0/+1 |
| | |||||
* | syscalls: update tables | Zbigniew Jędrzejewski-Szmek | 2021-03-08 | 1 | -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 file | Zbigniew Jędrzejewski-Szmek | 2021-01-28 | 1 | -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. |