Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ | ||||
* | libsysdecode: Decode linux_clone syscall flags | Dmitry Chagin | 2023-05-26 | 1 | -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.h | Dmitry Chagin | 2023-02-14 | 1 | -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() flags | Dmitry Chagin | 2022-06-22 | 1 | -0/+1 |
| | | | | MFC after: 2 weeks | ||||
* | libsysdecode: Decode Linux *at() flags | Dmitry Chagin | 2022-06-22 | 1 | -0/+1 |
| | | | | MFC after: 2 weeks | ||||
* | kdump: Decode Linux clock_nanosleep syscall | Dmitry Chagin | 2022-06-22 | 1 | -0/+1 |
| | | | | MFC after: 2 weeks | ||||
* | kdump: Decode Linux sigprocmask how argument | Dmitry Chagin | 2022-06-22 | 1 | -0/+1 |
| | | | | MFC after: 2 weeks | ||||
* | libsysdecode: Add preliminary support for decoding Linux syscalls | Dmitry Chagin | 2022-06-22 | 1 | -0/+109 |
Differential revision: https://reviews.freebsd.org/D35354 MFC after: 2 weeks |