aboutsummaryrefslogtreecommitdiff
path: root/lib/libsysdecode/mklinuxtables
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* libsysdecode: Decode linux_clone syscall flagsDmitry Chagin2023-05-261-0/+1
| | | | | | Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D40150 MFC after: 1 week
* linux(4): Rename linux_timer.h to linux_time.hDmitry Chagin2023-02-141-3/+3
| | | | | | | | | To avoid confusing people, rename linux_timer.h to linux_time.h, as linux_timer.c is the implementation of timer syscalls only, while linux_time.c contains implementation of all stuff declared in linux_time.h. MFC after: 2 weeks
* libsysdecode: Decode Linux open() flagsDmitry Chagin2022-06-221-0/+1
| | | | MFC after: 2 weeks
* libsysdecode: Decode Linux *at() flagsDmitry Chagin2022-06-221-0/+1
| | | | MFC after: 2 weeks
* kdump: Decode Linux clock_nanosleep syscallDmitry Chagin2022-06-221-0/+1
| | | | MFC after: 2 weeks
* kdump: Decode Linux sigprocmask how argumentDmitry Chagin2022-06-221-0/+1
| | | | MFC after: 2 weeks
* libsysdecode: Add preliminary support for decoding Linux syscallsDmitry Chagin2022-06-221-0/+109
Differential revision: https://reviews.freebsd.org/D35354 MFC after: 2 weeks