summaryrefslogtreecommitdiff
path: root/lib/libsysdecode/sysdecode.h
AgeCommit message (Expand)Author
2025-07-04libsysdecode: Add support for decoding inotify syscall flagsMark Johnston
2024-03-04libsysdecode: add a decoder for pollfd eventsKyle Evans
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-26libsysdecode: Decode linux_clone syscall flagsDmitry 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-04-15libsysdecode: Include required headers in sysdecode.hMark Johnston
2022-03-03fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik
2021-09-22Drop cloudabiKonstantin Belousov
2020-12-09libsysdecode: decode _UMTX_OP flagsKyle Evans
2020-02-19libsysdecode: grab shmflags from sys/mman.h, add decode methodKyle Evans
2019-03-06Drop "All rights reserved" from my copyright statements.John Baldwin
2018-01-15Add support for decoding the nxt_flags, rcv_flags, and snd_flags ofMichael Tuexen
2018-01-15Add support for decoding the type of a cmsg.Michael Tuexen
2018-01-14Add a function is decode the sinfo_flags of struct sctp_sndrcvinfo.Michael Tuexen
2018-01-14Add suppor for the supported PR-SCTP policies.Michael Tuexen
2017-12-16libsysdecode: Add a new ABI type, SYSDECODE_ABI_CLOUDABI32.Ed Schouten
2017-11-25Decode kevent structures logged via ktrace(2) in kdump.John Baldwin
2017-09-04Decode pathconf() names, *at() flags, and sysarch() numbers in libsysdecode.John Baldwin
2017-06-03Decode the 'who' argument passed to getrusage().John Baldwin
2017-05-25Improve the decoding of the third argument of the socket() call.Michael Tuexen
2017-01-03Update libsysdecode for getfsstat() 'flags' argument changing to 'mode'.John Baldwin
2016-10-17Move mksubr from kdump into libsysdecode.John Baldwin
2016-02-23Add handling for non-native error values to libsysdecode.John Baldwin
2016-01-30Add a SYSDECODE_ABI_ prefix to the ABI enums to avoid potential collisions.John Baldwin
2016-01-26Add support to libsysdecode for decoding system call names.John Baldwin
2015-12-22Move the mkioctls script to libsysdecode and use it to generate aJohn Baldwin
2015-12-15Start on a new library (libsysdecode) that provides routines for decodingJohn Baldwin