aboutsummaryrefslogtreecommitdiff
path: root/lib/libsysdecode/mktables
Commit message (Expand)AuthorAgeFilesLines
* libsysdecode: Add support for decoding inotify syscall flagsMark Johnston2025-07-041-0/+1
* libsysdecode: correct regexp for thr_new flagsKonstantin Belousov2025-06-041-1/+1
* libsysdecode: support rfork(RFSPAWN)Brooks Davis2024-06-191-1/+1
* libsysdecode: fix build after 3d0a736796a9Kyle Evans2024-03-211-1/+1
* libsysdecode: add a decoder for pollfd eventsKyle Evans2024-03-051-0/+1
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* vm: Allow MAP_32BIT for all architecturesDmitry Chagin2023-08-141-1/+1
* libsysdecode: Match socket option names containing underscoresMark Johnston2022-11-021-1/+1
* libsysdecode: Decode setitimer, getitimer which argumentDmitry Chagin2022-06-221-0/+1
* libsysdecode: Fix decoding of SCHED_ flagsDmitry Chagin2022-05-161-1/+1
* libsysdecode: Fix decoding of Capsicum rightsMark Johnston2022-04-131-1/+1
* fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik2022-03-031-0/+1
* libsysdecode: Decode sendmsg/recvmsg flags containing an underscoreMark Johnston2022-01-041-1/+1
* libsysdecode: Permit _ in VM_PROT_(.*) names.Nathaniel Wesley Filardo2021-09-241-1/+1
* Remove PT_GET_SC_ARGS_ALLKonstantin Belousov2021-09-161-1/+1
* linux: implement PTRACE_GET_SYSCALL_INFOEdward Tomasz Napierala2021-09-141-1/+1
* libsysdecode: fix decoding of TCP_NOPUSH and TCP_MD5SIGMichael Tuexen2021-02-091-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