aboutsummaryrefslogtreecommitdiff
path: root/lib/libsysdecode/mktables
Commit message (Expand)AuthorAgeFilesLines
* fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik2022-03-071-0/+1
* Remove PT_GET_SC_ARGS_ALLKonstantin Belousov2022-02-211-1/+1
* linux: implement PTRACE_GET_SYSCALL_INFOEdward Tomasz Napierala2022-02-211-1/+1
* libsysdecode: Decode sendmsg/recvmsg flags containing an underscoreMark Johnston2022-01-111-1/+1
* libsysdecode: fix decoding of TCP_NOPUSH and TCP_MD5SIGMichael Tuexen2021-03-021-1/+1
* libsysdecode: decode _UMTX_OP flagsKyle Evans2020-12-091-1/+2
* Add MSG_TLSAPPDATA to lib/libsysdecode/mktables.Rick Macklem2020-08-201-1/+1
* libsysdecode: grab shmflags from sys/mman.h, add decode methodKyle Evans2020-02-191-0/+1
* Rework r339635 to fix .depend.tables.h handling.Bryan Drewery2019-08-161-6/+15
* Fix regex for extracting SHM_* values for libsysdecodeAlex Richardson2018-10-231-1/+1
* The vmresult table was missing most of the values apart from two due toBjoern A. Zeeb2018-03-121-1/+1
* Add support for decoding the type of a cmsg.Michael Tuexen2018-01-151-0/+1
* Simplify table generation.Michael Tuexen2018-01-151-1/+1
* Add suppor for the supported PR-SCTP policies.Michael Tuexen2018-01-141-0/+1
* Decode kevent structures logged via ktrace(2) in kdump.John Baldwin2017-11-251-0/+2
* Decode pathconf() names, *at() flags, and sysarch() numbers in libsysdecode.John Baldwin2017-09-041-0/+7
* Tweak r320206: Still create the TABLE but not the .depend entry for missing h...Bryan Drewery2017-06-211-9/+10
* Follow-up r308602: Don't add missing headers to .depend.tables.h.Bryan Drewery2017-06-211-0/+1
* Decode the 'who' argument passed to getrusage().John Baldwin2017-06-031-0/+1
* Add support for socket option names related to the level IPPROTO_UDPLITE.Michael Tuexen2017-05-041-0/+1
* Add support for socket option names related to the IPPROTO_IPV6 level.Michael Tuexen2017-05-031-0/+1
* Add support for socket option names related to the IPPROTO_SCTP level.Michael Tuexen2017-05-031-0/+1
* Fix libsysdecode vmprot flag decodingSteven Hartland2017-03-161-1/+1
* Unbreak lib/libsysdecode after r311568 by decoding MSG_MORETOCOME flagEnji Cooper2017-01-071-1/+1
* Update libsysdecode for getfsstat() 'flags' argument changing to 'mode'.John Baldwin2017-01-031-1/+0
* Generate and use a proper .depend file for tables.h.Bryan Drewery2016-11-131-1/+16
* Move mksubr from kdump into libsysdecode.John Baldwin2016-10-171-0/+144