aboutsummaryrefslogtreecommitdiff
path: root/lib/libsysdecode/flags.c
Commit message (Expand)AuthorAgeFilesLines
* libsysdecode: Add O_CLOFORK flags to sysdecodeRicardo Branco2025-07-061-6/+7
* libsysdecode: Add support for decoding inotify syscall flagsMark Johnston2025-07-041-1/+8
* libsysdecode: add a decoder for pollfd eventsKyle Evans2024-03-051-0/+8
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* vm: Allow MAP_32BIT for all architecturesDmitry Chagin2023-08-141-9/+0
* libsysdecode: Decode setitimer, getitimer which argumentDmitry Chagin2022-06-221-0/+7
* libsysdecode: For future use extract common code to a separate filesDmitry Chagin2022-06-221-158/+1
* libsysdecode: Fix decoding of Capsicum rightsMark Johnston2022-04-131-3/+50
* fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik2022-03-031-0/+7
* libsysdecode: decode _UMTX_OP flagsKyle Evans2020-12-091-0/+14
* libsysdecode: account for invalid protection flagsPawel Biernacki2020-11-261-1/+1
* libsysdecode: correctly decode mmap flagsPawel Biernacki2020-11-251-1/+1
* libsysdecode: grab shmflags from sys/mman.h, add decode methodKyle Evans2020-02-191-0/+7
* libsysdecode: decode PROT_MAX flagsPawel Biernacki2019-09-301-1/+11
* Add missing SCTP_EOR entry.Michael Tuexen2019-02-041-1/+1
* Add support for decoding the nxt_flags, rcv_flags, and snd_flags ofMichael Tuexen2018-01-151-0/+34
* Add support for decoding the type of a cmsg.Michael Tuexen2018-01-151-0/+40
* Add a function is decode the sinfo_flags of struct sctp_sndrcvinfo.Michael Tuexen2018-01-141-0/+28
* Add suppor for the supported PR-SCTP policies.Michael Tuexen2018-01-141-0/+7
* Decode kevent structures logged via ktrace(2) in kdump.John Baldwin2017-11-251-0/+111
* Wrap to 80 columns. No functional change.John Baldwin2017-11-071-2/+4
* RB_POWERCYCLE needs to be handled like RB_POWEROFF for decoding.Warner Losh2017-10-251-2/+2
* libsysdecode: report invalid cap_rights_tEd Maste2017-09-171-0/+7
* Decode pathconf() names, *at() flags, and sysarch() numbers in libsysdecode.John Baldwin2017-09-041-0/+22
* Improve decoding of RB_AUTOBOOT in the 'howto' argument to reboot().John Baldwin2017-06-101-1/+12
* Decode the 'who' argument passed to getrusage().John Baldwin2017-06-031-0/+7
* Improve the decoding of the third argument of the socket() call.Michael Tuexen2017-05-251-0/+13
* Add support for socket option names related to the level IPPROTO_UDPLITE.Michael Tuexen2017-05-041-0/+3
* Add support for socket option names related to the IPPROTO_IPV6 level.Michael Tuexen2017-05-031-0/+2
* Add support for socket option names related to the IPPROTO_SCTP level.Michael Tuexen2017-05-031-0/+3
* Fix libsysdecode vmprot flag decodingSteven Hartland2017-03-161-0/+1
* Fix sysdecode_cap_rights which currently prints bogus capability rightsTobias Kortkamp2017-03-141-9/+1
* Update libsysdecode for getfsstat() 'flags' argument changing to 'mode'.John Baldwin2017-01-031-3/+7
* Use binary and (&) instead of logical to extract the mask of a capability.John Baldwin2016-10-251-1/+1
* Move mksubr from kdump into libsysdecode.John Baldwin2016-10-171-0/+982