summaryrefslogtreecommitdiff
path: root/lib/libsysdecode/mktables
AgeCommit message (Expand)Author
2025-07-04libsysdecode: Add support for decoding inotify syscall flagsMark Johnston
2025-06-04libsysdecode: correct regexp for thr_new flagsKonstantin Belousov
2024-06-19libsysdecode: support rfork(RFSPAWN)Brooks Davis
2024-03-20libsysdecode: fix build after 3d0a736796a9Kyle Evans
2024-03-04libsysdecode: add a decoder for pollfd eventsKyle Evans
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-14vm: Allow MAP_32BIT for all architecturesDmitry Chagin
2022-11-02libsysdecode: Match socket option names containing underscoresMark Johnston
2022-06-22libsysdecode: Decode setitimer, getitimer which argumentDmitry Chagin
2022-05-16libsysdecode: Fix decoding of SCHED_ flagsDmitry Chagin
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-09-23libsysdecode: Permit _ in VM_PROT_(.*) names.Nathaniel Wesley Filardo
2021-09-16Remove PT_GET_SC_ARGS_ALLKonstantin Belousov
2021-09-14linux: implement PTRACE_GET_SYSCALL_INFOEdward Tomasz Napierala
2021-02-09libsysdecode: fix decoding of TCP_NOPUSH and TCP_MD5SIGMichael Tuexen
2020-12-09libsysdecode: decode _UMTX_OP flagsKyle Evans
2020-08-20Add MSG_TLSAPPDATA to lib/libsysdecode/mktables.Rick Macklem
2020-02-19libsysdecode: grab shmflags from sys/mman.h, add decode methodKyle Evans
2019-08-16Rework r339635 to fix .depend.tables.h handling.Bryan Drewery
2018-10-23Fix regex for extracting SHM_* values for libsysdecodeAlex Richardson
2018-03-12The vmresult table was missing most of the values apart from two due toBjoern A. Zeeb
2018-01-15Add support for decoding the type of a cmsg.Michael Tuexen
2018-01-15Simplify table generation.Michael Tuexen
2018-01-14Add suppor for the supported PR-SCTP policies.Michael Tuexen
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-21Tweak r320206: Still create the TABLE but not the .depend entry for missing h...Bryan Drewery
2017-06-21Follow-up r308602: Don't add missing headers to .depend.tables.h.Bryan Drewery
2017-06-03Decode the 'who' argument passed to getrusage().John Baldwin
2017-05-04Add support for socket option names related to the level IPPROTO_UDPLITE.Michael Tuexen
2017-05-03Add support for socket option names related to the IPPROTO_IPV6 level.Michael Tuexen
2017-05-03Add support for socket option names related to the IPPROTO_SCTP level.Michael Tuexen
2017-03-16Fix libsysdecode vmprot flag decodingSteven Hartland
2017-01-07Unbreak lib/libsysdecode after r311568 by decoding MSG_MORETOCOME flagEnji Cooper
2017-01-03Update libsysdecode for getfsstat() 'flags' argument changing to 'mode'.John Baldwin
2016-11-13Generate and use a proper .depend file for tables.h.Bryan Drewery
2016-10-17Move mksubr from kdump into libsysdecode.John Baldwin