aboutsummaryrefslogtreecommitdiff
path: root/lib/libsysdecode
Commit message (Expand)AuthorAgeFilesLines
* libsysdecode use MKTABLES_INCLUDEDIRSimon J. Gerraty2024-03-211-1/+6
* libsysdecode: fix build after 3d0a736796a9Kyle Evans2024-03-211-1/+1
* libsysdecode: add a decoder for pollfd eventsKyle Evans2024-03-055-1/+22
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-275-5/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1616-32/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-5/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-167-14/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* vm: Allow MAP_32BIT for all architecturesDmitry Chagin2023-08-142-10/+1
* libsysdecode: Migrate from COMPAT_32BIT to generic COMPAT_LIBCOMPATJessica Clarke2023-07-091-1/+2
* libsysdecode: Drop dead __amd64__ && COMPAT_32BIT codeJessica Clarke2023-07-091-4/+0
* libsysdecode: Decode linux_clone syscall flagsDmitry Chagin2023-05-263-0/+20
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-16/+21
* sysdecode: Add aarch64Warner Losh2023-04-121-2/+2
* linux(4): Rename linux_timer.h to linux_time.hDmitry Chagin2023-02-142-4/+4
* libsysdecode: Match socket option names containing underscoresMark Johnston2022-11-021-1/+1
* Put OPIE to rest.Dag-Erling Smørgrav2022-10-021-1/+0
* libsysdecode: Grab some more ioctl definitions from CAMMark Johnston2022-06-301-0/+1
* libsysdecode: Fix a typo in my emailDmitry Chagin2022-06-231-1/+1
* libsysdecode: Decode Linux open() flagsDmitry Chagin2022-06-223-0/+37
* libsysdecode: Decode Linux *at() flagsDmitry Chagin2022-06-223-0/+10
* kdump: Decode Linux clock_nanosleep syscallDmitry Chagin2022-06-223-0/+9
* kdump: Decode Linux sigprocmask how argumentDmitry Chagin2022-06-223-0/+9
* libsysdecode: Decode setitimer, getitimer which argumentDmitry Chagin2022-06-224-1/+17
* libsysdecode: Add method for decoding Linux signal namesDmitry Chagin2022-06-222-0/+80
* libsysdecode: Add preliminary support for decoding Linux syscallsDmitry Chagin2022-06-224-3/+232
* libsysdecode: For future use extract common code to a separate filesDmitry Chagin2022-06-224-159/+232
* libsysdecode: Fix decoding of SCHED_ flagsDmitry Chagin2022-05-161-1/+1
* libsysdecode: Add regression tests for sysdecode_cap_rights(3)Mark Johnston2022-04-153-0/+160
* libsysdecode: Include required headers in sysdecode.hMark Johnston2022-04-1517-39/+4
* libsysdecode: Fix decoding of Capsicum rightsMark Johnston2022-04-133-5/+73
* fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik2022-03-034-1/+13
* libsysdecode: Decode sendmsg/recvmsg flags containing an underscoreMark Johnston2022-01-041-1/+1
* sysdecode_enum.3: Fix a typo: SIGBTRAP -> SIGTRAP.John Baldwin2021-10-051-1/+1
* libsysdecode: Permit _ in VM_PROT_(.*) names.Nathaniel Wesley Filardo2021-09-241-1/+1
* sysdecode.3: Remove documentation of CloudABI ABIs.John Baldwin2021-09-231-8/+2
* libsysdecode: Decode FreeBSD32 syscalls on arm64.Olivier Houchard2021-09-221-2/+2
* Drop cloudabiKonstantin Belousov2021-09-213-112/+0
* 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-093-1/+17
* libsysdecode: account for invalid protection flagsPawel Biernacki2020-11-261-1/+1
* libsysdecode: correctly decode mmap flagsPawel Biernacki2020-11-251-1/+1
* Make linux_errtbl[] static.Edward Tomasz Napierala2020-11-031-1/+0
* Add defines for Linux errno values and use them to make linux_errtbl[]Edward Tomasz Napierala2020-10-291-0/+1
* Fix a few mandoc issuesGordon Bergling2020-10-091-3/+3
* Fix compilation of libsysdecode after r365522, should have been part of it.Konstantin Belousov2020-09-091-0/+1
* Add MSG_TLSAPPDATA to lib/libsysdecode/mktables.Rick Macklem2020-08-201-1/+1