|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
1d386b48 |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
| #
3d96c005 |
| 09-Jul-2023 |
Jessica Clarke <[email protected]> |
libsysdecode: Drop dead __amd64__ && COMPAT_32BIT code
Under COMPAT_32BIT we are compiling 32-bit code and so __amd64__ is not defined, __i386__ is, and we use the real i386 headers.
Reviewed by: b
libsysdecode: Drop dead __amd64__ && COMPAT_32BIT code
Under COMPAT_32BIT we are compiling 32-bit code and so __amd64__ is not defined, __i386__ is, and we use the real i386 headers.
Reviewed by: brooks, jhb, imp Differential Revision: https://reviews.freebsd.org/D40916
show more ...
|
| #
bd35e83b |
| 26-May-2023 |
Dmitry Chagin <[email protected]> |
libsysdecode: Decode linux_clone syscall flags
Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D40150 MFC after: 1 week
|
|
Revision tags: release/13.2.0 |
|
| #
c8a79231 |
| 14-Feb-2023 |
Dmitry Chagin <[email protected]> |
linux(4): Rename linux_timer.h to linux_time.h
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 cont
linux(4): Rename linux_timer.h to linux_time.h
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
show more ...
|
|
Revision tags: release/12.4.0 |
|
| #
ed366c37 |
| 23-Jun-2022 |
Dmitry Chagin <[email protected]> |
libsysdecode: Fix a typo in my email
Reported by: Mikaël Urankar MFC after: 2 weeks
|
| #
fde775bc |
| 22-Jun-2022 |
Dmitry Chagin <[email protected]> |
libsysdecode: Decode Linux open() flags
MFC after: 2 weeks
|
| #
d2b3237e |
| 22-Jun-2022 |
Dmitry Chagin <[email protected]> |
libsysdecode: Decode Linux *at() flags
MFC after: 2 weeks
|
| #
39de84b6 |
| 22-Jun-2022 |
Dmitry Chagin <[email protected]> |
kdump: Decode Linux clock_nanosleep syscall
MFC after: 2 weeks
|
| #
f587a2a7 |
| 22-Jun-2022 |
Dmitry Chagin <[email protected]> |
kdump: Decode Linux sigprocmask how argument
MFC after: 2 weeks
|
| #
f85848fc |
| 22-Jun-2022 |
Dmitry Chagin <[email protected]> |
libsysdecode: Add method for decoding Linux signal names
Reviewed by: jhb Differential revision: https://reviews.freebsd.org/D35215 MFC after: 2 weeks
|
| #
b69ae1a3 |
| 22-Jun-2022 |
Dmitry Chagin <[email protected]> |
libsysdecode: Add preliminary support for decoding Linux syscalls
Differential revision: https://reviews.freebsd.org/D35354 MFC after: 2 weeks
|