| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 359047,359054: Deprecate procfs-based process debugging. | John Baldwin | 2020-05-13 | 1 | -0/+7 |
| * | MFC r356356, r356358, r356422: replace gcclibs' libssp | Kyle Evans | 2020-01-16 | 1 | -1/+1 |
| * | Add Makefile.depend.options | Simon J. Gerraty | 2019-12-19 | 1 | -3/+6 |
| * | MFC r339635,r350301,r350327,r351151: | Bryan Drewery | 2019-09-05 | 2 | -8/+17 |
| * | MFC r343742: | Michael Tuexen | 2019-05-04 | 1 | -1/+1 |
| * | Don't rebuild ioctl.c and relink libsysdecode if there are no changes | Alex Richardson | 2018-08-20 | 1 | -2/+7 |
| * | Make mkioctls script work on Linux and MacOS | Alex Richardson | 2018-08-20 | 1 | -3/+14 |
| * | Retire lmc(4) | Ed Maste | 2018-05-01 | 1 | -3/+0 |
| * | libsysdecode: support errno and syscalls for arm64 Linux | Ed Maste | 2018-04-26 | 3 | -8/+10 |
| * | Share Linux errno table with libsysdecode | Ed Maste | 2018-03-22 | 1 | -22/+5 |
| * | Chase r331057 in libsysdecode erno table | Ed Maste | 2018-03-16 | 1 | -3/+3 |
| * | The vmresult table was missing most of the values apart from two due to | Bjoern A. Zeeb | 2018-03-12 | 1 | -1/+1 |
| * | Bump date, which I missed in r328014. Thanks to jhb@ for reporting. | Michael Tuexen | 2018-01-15 | 1 | -1/+1 |
| * | Add support for decoding the nxt_flags, rcv_flags, and snd_flags of | Michael Tuexen | 2018-01-15 | 4 | -0/+64 |
| * | Add support for decoding the type of a cmsg. | Michael Tuexen | 2018-01-15 | 6 | -0/+98 |
| * | Simplify table generation. | Michael Tuexen | 2018-01-15 | 1 | -1/+1 |
| * | Add a function is decode the sinfo_flags of struct sctp_sndrcvinfo. | Michael Tuexen | 2018-01-14 | 6 | -1/+88 |
| * | Add suppor for the supported PR-SCTP policies. | Michael Tuexen | 2018-01-14 | 5 | -1/+16 |
| * | libsysdecode: Add a new ABI type, SYSDECODE_ABI_CLOUDABI32. | Ed Schouten | 2017-12-16 | 4 | -13/+15 |
| * | Sync bsd_to_linux_errno[] table with i386 and amd64 tables in the sys directory. | Fedor Uporov | 2017-11-28 | 1 | -1/+1 |
| * | Decode kevent structures logged via ktrace(2) in kdump. | John Baldwin | 2017-11-25 | 6 | -1/+249 |
| * | Add stdio.h to the synopsis for sysdecode functions that take a FILE *. | John Baldwin | 2017-11-25 | 5 | -5/+10 |
| * | Wrap to 80 columns. No functional change. | John Baldwin | 2017-11-07 | 1 | -2/+4 |
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -2/+1 |
| * | RB_POWERCYCLE needs to be handled like RB_POWEROFF for decoding. | Warner Losh | 2017-10-25 | 1 | -2/+2 |
| * | libsysdecode: report invalid cap_rights_t | Ed Maste | 2017-09-17 | 1 | -0/+7 |
| * | Decode pathconf() names, *at() flags, and sysarch() numbers in libsysdecode. | John Baldwin | 2017-09-04 | 6 | -2/+49 |
| * | Handle WITH/WITHOUT_PF in libsysdecode | Kristof Provost | 2017-07-22 | 2 | -2/+8 |
| * | Remove special handling for 'disk*.h' | John Baldwin | 2017-07-18 | 1 | -3/+1 |
| * | DIRDEPS_BUILD: Connect more libraries. | Bryan Drewery | 2017-07-11 | 1 | -0/+2 |
| * | Tweak r320206: Still create the TABLE but not the .depend entry for missing h... | Bryan Drewery | 2017-06-21 | 1 | -9/+10 |
| * | Follow-up r308602: Don't add missing headers to .depend.tables.h. | Bryan Drewery | 2017-06-21 | 1 | -0/+1 |
| * | Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP. | Bryan Drewery | 2017-06-19 | 1 | -2/+2 |
| * | Improve decoding of RB_AUTOBOOT in the 'howto' argument to reboot(). | John Baldwin | 2017-06-10 | 1 | -1/+12 |
| * | Decode the 'who' argument passed to getrusage(). | John Baldwin | 2017-06-03 | 5 | -1/+15 |
| * | Add a cross-reference to sysdecode_socket_protocol(3). | John Baldwin | 2017-06-03 | 1 | -1/+2 |
| * | Improve the decoding of the third argument of the socket() call. | Michael Tuexen | 2017-05-25 | 4 | -0/+69 |
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-05-09 | 1 | -0/+115 |
| * | Add support for socket option names related to the level IPPROTO_UDPLITE. | Michael Tuexen | 2017-05-04 | 2 | -0/+4 |
| * | Add support for socket option names related to the IPPROTO_IPV6 level. | Michael Tuexen | 2017-05-03 | 2 | -0/+3 |
| * | Add support for socket option names related to the IPPROTO_SCTP level. | Michael Tuexen | 2017-05-03 | 2 | -0/+4 |
| * | Fix libsysdecode vmprot flag decoding | Steven Hartland | 2017-03-16 | 2 | -1/+2 |
| * | Spell "const" properly. | Maxim Konovalov | 2017-03-15 | 1 | -1/+1 |
| * | Fix sysdecode_cap_rights which currently prints bogus capability rights | Tobias Kortkamp | 2017-03-14 | 1 | -9/+1 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
| * | Extend LD_UTRACE by also generating utrace(2) log events for runtime linker | Peter Jeremy | 2017-01-30 | 1 | -0/+4 |
| * | Remove pc98 support completely. | Yoshihiro Takahashi | 2017-01-28 | 2 | -10/+2 |
| * | Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones | Enji Cooper | 2017-01-20 | 1 | -2/+2 |
| * | Unbreak lib/libsysdecode after r311568 by decoding MSG_MORETOCOME flag | Enji Cooper | 2017-01-07 | 1 | -1/+1 |
| * | Update libsysdecode for getfsstat() 'flags' argument changing to 'mode'. | John Baldwin | 2017-01-03 | 6 | -10/+15 |