summaryrefslogtreecommitdiff
path: root/lib/libsysdecode
AgeCommit message (Expand)Author
2025-12-16rtld: silence clang's unterminated-string-initialization warningAlex Richardson
2025-12-07libsysdecode: Use consistent include pathDag-Erling Smørgrav
2025-10-12blocklist: Rename blacklist to blocklistJose Luis Duran
2025-08-25sysdecode_syscallnames.3: s/names/name/Felix Johnson
2025-07-06libsysdecode: Add O_CLOFORK flags to sysdecodeRicardo Branco
2025-07-04libsysdecode: Add support for decoding inotify syscall flagsMark Johnston
2025-06-04libsysdecode: correct regexp for thr_new flagsKonstantin Belousov
2024-10-15manuals: Fix "unusual .Xr" warnings with a scriptGraham Percival
2024-09-10Remove a ktrace.out which snuck into an earlier commitMark Johnston
2024-09-10kdump: Print splice structuresMark Johnston
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-06-19libsysdecode: support rfork(RFSPAWN)Brooks Davis
2024-03-21libsysdecode use MKTABLES_INCLUDEDIRSimon J. Gerraty
2024-03-20libsysdecode: fix build after 3d0a736796a9Kyle Evans
2024-03-04libsysdecode: add a decoder for pollfd eventsKyle Evans
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-14vm: Allow MAP_32BIT for all architecturesDmitry Chagin
2023-07-09libsysdecode: Migrate from COMPAT_32BIT to generic COMPAT_LIBCOMPATJessica Clarke
2023-07-09libsysdecode: Drop dead __amd64__ && COMPAT_32BIT codeJessica Clarke
2023-05-26libsysdecode: Decode linux_clone syscall flagsDmitry Chagin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-04-11sysdecode: Add aarch64Warner Losh
2023-02-14linux(4): Rename linux_timer.h to linux_time.hDmitry Chagin
2022-11-02libsysdecode: Match socket option names containing underscoresMark Johnston
2022-10-02Put OPIE to rest.Dag-Erling Smørgrav
2022-06-30libsysdecode: Grab some more ioctl definitions from CAMMark Johnston
2022-06-23libsysdecode: Fix a typo in my emailDmitry Chagin
2022-06-22libsysdecode: Decode Linux open() flagsDmitry Chagin
2022-06-22libsysdecode: Decode Linux *at() flagsDmitry Chagin
2022-06-22kdump: Decode Linux clock_nanosleep syscallDmitry Chagin
2022-06-22kdump: Decode Linux sigprocmask how argumentDmitry Chagin
2022-06-22libsysdecode: Decode setitimer, getitimer which argumentDmitry Chagin
2022-06-22libsysdecode: Add method for decoding Linux signal namesDmitry Chagin
2022-06-22libsysdecode: Add preliminary support for decoding Linux syscallsDmitry Chagin
2022-06-22libsysdecode: For future use extract common code to a separate filesDmitry Chagin
2022-05-16libsysdecode: Fix decoding of SCHED_ flagsDmitry Chagin
2022-04-15libsysdecode: Add regression tests for sysdecode_cap_rights(3)Mark Johnston
2022-04-15libsysdecode: Include required headers in sysdecode.hMark Johnston
2022-04-13libsysdecode: Fix decoding of Capsicum rightsMark Johnston
2022-03-03fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik
2022-01-04libsysdecode: Decode sendmsg/recvmsg flags containing an underscoreMark Johnston
2021-10-05sysdecode_enum.3: Fix a typo: SIGBTRAP -> SIGTRAP.John Baldwin
2021-09-23libsysdecode: Permit _ in VM_PROT_(.*) names.Nathaniel Wesley Filardo
2021-09-22sysdecode.3: Remove documentation of CloudABI ABIs.John Baldwin
2021-09-23libsysdecode: Decode FreeBSD32 syscalls on arm64.Olivier Houchard