summaryrefslogtreecommitdiff
path: root/lib/libsysdecode/Makefile
AgeCommit message (Expand)Author
2025-12-07libsysdecode: Use consistent include pathDag-Erling Smørgrav
2025-08-25sysdecode_syscallnames.3: s/names/name/Felix Johnson
2025-07-04libsysdecode: Add support for decoding inotify syscall flagsMark Johnston
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-03-21libsysdecode use MKTABLES_INCLUDEDIRSimon J. Gerraty
2024-03-04libsysdecode: add a decoder for pollfd eventsKyle Evans
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-07-09libsysdecode: Migrate from COMPAT_32BIT to generic COMPAT_LIBCOMPATJessica Clarke
2022-06-22libsysdecode: Add preliminary support for decoding Linux syscallsDmitry Chagin
2022-06-22libsysdecode: For future use extract common code to a separate filesDmitry Chagin
2022-04-15libsysdecode: Add regression tests for sysdecode_cap_rights(3)Mark Johnston
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
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
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-05-01Retire lmc(4)Ed Maste
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-09-04Decode pathconf() names, *at() flags, and sysarch() numbers in libsysdecode.John Baldwin
2017-07-22Handle WITH/WITHOUT_PF in libsysdecodeKristof Provost
2017-06-19Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Bryan Drewery
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-01-28Remove pc98 support completely.Yoshihiro Takahashi
2017-01-20Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper
2017-01-03Update libsysdecode for getfsstat() 'flags' argument changing to 'mode'.John Baldwin
2016-11-13Move libsysdecode-specific hack out of buildworld.Bryan Drewery
2016-11-13Generate and use a proper .depend file for tables.h.Bryan Drewery
2016-10-17Move mksubr from kdump into libsysdecode.John Baldwin
2016-08-12Move defines common between rtld and libsysdecode into the header,Konstantin Belousov
2016-02-24MFHGlen Barber
2016-02-23Add handling for non-native error values to libsysdecode.John Baldwin
2016-02-04First pass through library packaging.Glen Barber
2016-01-26Add support to libsysdecode for decoding system call names.John Baldwin
2015-12-22Move the mkioctls script to libsysdecode and use it to generate aJohn Baldwin
2015-12-15Start on a new library (libsysdecode) that provides routines for decodingJohn Baldwin