summaryrefslogtreecommitdiff
path: root/lib/libsysdecode/flags.c
AgeCommit message (Expand)Author
2025-07-06libsysdecode: Add O_CLOFORK flags to sysdecodeRicardo Branco
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$: one-line .c patternWarner Losh
2023-08-14vm: Allow MAP_32BIT for all architecturesDmitry Chagin
2022-06-22libsysdecode: Decode setitimer, getitimer which argumentDmitry Chagin
2022-06-22libsysdecode: For future use extract common code to a separate filesDmitry Chagin
2022-04-13libsysdecode: Fix decoding of Capsicum rightsMark Johnston
2022-03-03fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik
2020-12-09libsysdecode: decode _UMTX_OP flagsKyle Evans
2020-11-26libsysdecode: account for invalid protection flagsPawel Biernacki
2020-11-25libsysdecode: correctly decode mmap flagsPawel Biernacki
2020-02-19libsysdecode: grab shmflags from sys/mman.h, add decode methodKyle Evans
2019-09-30libsysdecode: decode PROT_MAX flagsPawel Biernacki
2019-02-04Add missing SCTP_EOR entry.Michael Tuexen
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-11-25Decode kevent structures logged via ktrace(2) in kdump.John Baldwin
2017-11-07Wrap to 80 columns. No functional change.John Baldwin
2017-10-25RB_POWERCYCLE needs to be handled like RB_POWEROFF for decoding.Warner Losh
2017-09-17libsysdecode: report invalid cap_rights_tEd Maste
2017-09-04Decode pathconf() names, *at() flags, and sysarch() numbers in libsysdecode.John Baldwin
2017-06-10Improve decoding of RB_AUTOBOOT in the 'howto' argument to reboot().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-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-03-14Fix sysdecode_cap_rights which currently prints bogus capability rightsTobias Kortkamp
2017-01-03Update libsysdecode for getfsstat() 'flags' argument changing to 'mode'.John Baldwin
2016-10-25Use binary and (&) instead of logical to extract the mask of a capability.John Baldwin
2016-10-17Move mksubr from kdump into libsysdecode.John Baldwin