summaryrefslogtreecommitdiff
path: root/lib/libsysdecode
AgeCommit message (Expand)Author
2021-09-22Drop cloudabiKonstantin Belousov
2021-09-16Remove PT_GET_SC_ARGS_ALLKonstantin Belousov
2021-09-14linux: implement PTRACE_GET_SYSCALL_INFOEdward Tomasz Napierala
2021-02-09libsysdecode: fix decoding of TCP_NOPUSH and TCP_MD5SIGMichael Tuexen
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-11-03Make linux_errtbl[] static.Edward Tomasz Napierala
2020-10-29Add defines for Linux errno values and use them to make linux_errtbl[]Edward Tomasz Napierala
2020-10-09Fix a few mandoc issuesGordon Bergling
2020-09-09Fix compilation of libsysdecode after r365522, should have been part of it.Konstantin Belousov
2020-08-20Add MSG_TLSAPPDATA to lib/libsysdecode/mktables.Rick Macklem
2020-04-01Retire procfs-based process debugging.John Baldwin
2020-03-17Fix the workaround to ignore the #warning for GCC.John Baldwin
2020-03-17Mark procfs-based process debugging as deprecated for FreeBSD 13.John Baldwin
2020-02-19libsysdecode: grab shmflags from sys/mman.h, add decode methodKyle Evans
2020-01-06Update libssp paths in various Makefile.depend* filesKyle Evans
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-09-30libsysdecode: decode PROT_MAX flagsPawel Biernacki
2019-09-05pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot
2019-08-16Rework r339635 to fix .depend.tables.h handling.Bryan Drewery
2019-07-25libsysdecode: use the proper include directoryEd Maste
2019-07-24libsysdecode: add explicit dependencies on recently changed headersEd Maste
2019-03-06Drop "All rights reserved" from my copyright statements.John Baldwin
2019-02-04Add missing SCTP_EOR entry.Michael Tuexen
2018-10-23Fix regex for extracting SHM_* values for libsysdecodeAlex Richardson
2018-08-20Don't rebuild ioctl.c and relink libsysdecode if there are no changesAlex Richardson
2018-08-20Make mkioctls script work on Linux and MacOSAlex Richardson
2018-05-01Retire lmc(4)Ed Maste
2018-04-26libsysdecode: support errno and syscalls for arm64 LinuxEd Maste
2018-03-22Share Linux errno table with libsysdecodeEd Maste
2018-03-16Chase r331057 in libsysdecode erno tableEd Maste
2018-03-12The vmresult table was missing most of the values apart from two due toBjoern A. Zeeb
2018-01-15Bump date, which I missed in r328014. Thanks to jhb@ for reporting.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-15Simplify table generation.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-12-16libsysdecode: Add a new ABI type, SYSDECODE_ABI_CLOUDABI32.Ed Schouten
2017-11-28Sync bsd_to_linux_errno[] table with i386 and amd64 tables in the sys directory.Fedor Uporov
2017-11-25Decode kevent structures logged via ktrace(2) in kdump.John Baldwin
2017-11-25Add stdio.h to the synopsis for sysdecode functions that take a FILE *.John Baldwin
2017-11-07Wrap to 80 columns. No functional change.John Baldwin
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
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-07-22Handle WITH/WITHOUT_PF in libsysdecodeKristof Provost
2017-07-18Remove special handling for 'disk*.h'John Baldwin