|
Revision tags: release/12.4.0, release/13.1.0 |
|
| #
88919794 |
| 03-Mar-2022 |
Mateusz Guzik <[email protected]> |
fd: add close_range(..., CLOSE_RANGE_CLOEXEC)
For compatibility with Linux.
MFC after: 3 days Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D34424
(cherry picked from commi
fd: add close_range(..., CLOSE_RANGE_CLOEXEC)
For compatibility with Linux.
MFC after: 3 days Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D34424
(cherry picked from commit f3f3e3c44d3b1776653bbf19eab17ce006a815d8)
show more ...
|
|
Revision tags: release/12.3.0 |
|
| #
4cae9d80 |
| 15-Sep-2021 |
Konstantin Belousov <[email protected]> |
Remove PT_GET_SC_ARGS_ALL
Reimplement bdf0f24bb16d556a5b by checking for the caller' ABI in the implementation of PT_GET_SC_ARGS, and copying out everything if it is Linuxolator.
Also fix a minor i
Remove PT_GET_SC_ARGS_ALL
Reimplement bdf0f24bb16d556a5b by checking for the caller' ABI in the implementation of PT_GET_SC_ARGS, and copying out everything if it is Linuxolator.
Also fix a minor information leak: if PT_GET_SC_ARGS_ALL is done on the thread reused after other process, it allows to read some number of that thread last syscall arguments. Clear td_sa.args in thread_alloc().
Reviewed by: jhb Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D31968
(cherry picked from commit f575573ca57716395ad88b962388a55d755cf6a7)
show more ...
|
| #
8371bf67 |
| 12-Sep-2021 |
Edward Tomasz Napierala <[email protected]> |
linux: implement PTRACE_GET_SYSCALL_INFO
This is one of the pieces required to make modern (ie Focal) strace(1) work.
Reviewed By: jhb (earlier version) Sponsored by: EPSRC Differential Revision: h
linux: implement PTRACE_GET_SYSCALL_INFO
This is one of the pieces required to make modern (ie Focal) strace(1) work.
Reviewed By: jhb (earlier version) Sponsored by: EPSRC Differential Revision: https://reviews.freebsd.org/D28212
(cherry picked from commit bdf0f24bb16d556a5b1e01cdfc087d08e91ac572)
show more ...
|
| #
fcf4b06a |
| 04-Jan-2022 |
Mark Johnston <[email protected]> |
libsysdecode: Decode sendmsg/recvmsg flags containing an underscore
Otherwise MSG_CMSG_CLOEXEC is not decoded.
Sponsored by: The FreeBSD Foundation
(cherry picked from commit e2576591b9bdccc187bcd
libsysdecode: Decode sendmsg/recvmsg flags containing an underscore
Otherwise MSG_CMSG_CLOEXEC is not decoded.
Sponsored by: The FreeBSD Foundation
(cherry picked from commit e2576591b9bdccc187bcd509be760c18c96a7790)
show more ...
|
|
Revision tags: release/13.0.0 |
|
| #
2a9b68d5 |
| 09-Feb-2021 |
Michael Tuexen <[email protected]> |
libsysdecode: fix decoding of TCP_NOPUSH and TCP_MD5SIG
TCP_FASTOPEN_MIN_COOKIE_LEN was incorrectly registered as a name of a IPPROTO_TCP level socket option, which overwrote TCP_NOPUSH. TCP_FASTOPE
libsysdecode: fix decoding of TCP_NOPUSH and TCP_MD5SIG
TCP_FASTOPEN_MIN_COOKIE_LEN was incorrectly registered as a name of a IPPROTO_TCP level socket option, which overwrote TCP_NOPUSH. TCP_FASTOPEN_PSK_LEN was incorrectly registered as a name of an IPPROTO_TCP level socket option, which overwrote TCP_MD5SIG.
Sponsored by: Netflix, Inc.
(cherry picked from commit f25266bee7dafb10f03e06537c8127cc17335bed)
show more ...
|
| #
3b27074b |
| 09-Dec-2020 |
Kyle Evans <[email protected]> |
libsysdecode: decode _UMTX_OP flags
Assume that UMTX_OP with a double underbar following is a flag, while any underbar+alphanumeric combination immeiately following is an op.
This was a part of D27
libsysdecode: decode _UMTX_OP flags
Assume that UMTX_OP with a double underbar following is a flag, while any underbar+alphanumeric combination immeiately following is an op.
This was a part of D27325.
Reviewed by: kib
show more ...
|
|
Revision tags: release/12.2.0 |
|
| #
a8537fe4 |
| 20-Aug-2020 |
Rick Macklem <[email protected]> |
Add MSG_TLSAPPDATA to lib/libsysdecode/mktables.
I have no idea what this does (and until now that it even existed), but apparently it needs this entry changed for the MSG_TLSAPPDATA, since it is ke
Add MSG_TLSAPPDATA to lib/libsysdecode/mktables.
I have no idea what this does (and until now that it even existed), but apparently it needs this entry changed for the MSG_TLSAPPDATA, since it is kernel only.
show more ...
|
|
Revision tags: release/11.4.0 |
|
| #
c70019dd |
| 19-Feb-2020 |
Kyle Evans <[email protected]> |
libsysdecode: grab shmflags from sys/mman.h, add decode method
Any SHM_* flag here is (and likely will continue to be) a shmflag that may be passed to shm_open2(), with exception to SHM_ANON. This i
libsysdecode: grab shmflags from sys/mman.h, add decode method
Any SHM_* flag here is (and likely will continue to be) a shmflag that may be passed to shm_open2(), with exception to SHM_ANON. This is a prereq to adding appropriate support to truss/kdump.
Reviewed by: kaktus (slightly earlier version) Differential Revision: https://reviews.freebsd.org/D23733
show more ...
|
|
Revision tags: release/12.1.0 |
|
| #
dc89d069 |
| 16-Aug-2019 |
Bryan Drewery <[email protected]> |
Rework r339635 to fix .depend.tables.h handling.
Avoid touching the tables.h file unless it has changed to avoid unneeded rebuilds.
Also revert r350301's explicit dependencies.
Reviewed by: emaste
Rework r339635 to fix .depend.tables.h handling.
Avoid touching the tables.h file unless it has changed to avoid unneeded rebuilds.
Also revert r350301's explicit dependencies.
Reviewed by: emaste MFC after: 2 weeks X-MFC-With: r339635 (kevans request) PR: 238828 Sponsored by: DellEMC Differential Revision: https://reviews.freebsd.org/D21295
show more ...
|
|
Revision tags: release/11.3.0, release/12.0.0 |
|
| #
c5c5072b |
| 23-Oct-2018 |
Alex Richardson <[email protected]> |
Fix regex for extracting SHM_* values for libsysdecode
There was an additional + after the {6} which is apparently ignored by the FreeBSD regex implementation but was giving me an error when compili
Fix regex for extracting SHM_* values for libsysdecode
There was an additional + after the {6} which is apparently ignored by the FreeBSD regex implementation but was giving me an error when compiling on MacOS.
While changing this also make sure that tables.h is not created if mktables fails. The current rule would create a partial tables.h which causes following incremental builds to use that broken file and fail with an unrelated compilation error or even succeed even though they shouldn't.
Approved By: jhb (mentor) Differential Revision: https://reviews.freebsd.org/D17069
show more ...
|
|
Revision tags: release/11.2.0 |
|
| #
48e68919 |
| 12-Mar-2018 |
Bjoern A. Zeeb <[email protected]> |
The vmresult table was missing most of the values apart from two due to extra "_" in the names we grep for. Add the "_" to the pattern.
Reviewed by: jhb MFC after: 3 days Sponsored by: iXsystems, In
The vmresult table was missing most of the values apart from two due to extra "_" in the names we grep for. Add the "_" to the pattern.
Reviewed by: jhb MFC after: 3 days Sponsored by: iXsystems, Inc.
show more ...
|
| #
a826eb5a |
| 15-Jan-2018 |
Michael Tuexen <[email protected]> |
Add support for decoding the type of a cmsg.
|
| #
c1f0d826 |
| 15-Jan-2018 |
Michael Tuexen <[email protected]> |
Simplify table generation.
|
| #
a62bf68d |
| 14-Jan-2018 |
Michael Tuexen <[email protected]> |
Add suppor for the supported PR-SCTP policies.
|
| #
ffb66079 |
| 25-Nov-2017 |
John Baldwin <[email protected]> |
Decode kevent structures logged via ktrace(2) in kdump.
- Add a new KTR_STRUCT_ARRAY ktrace record type which dumps an array of structures.
The structure name in the record payload is preceded
Decode kevent structures logged via ktrace(2) in kdump.
- Add a new KTR_STRUCT_ARRAY ktrace record type which dumps an array of structures.
The structure name in the record payload is preceded by a size_t containing the size of the individual structures. Use this to replace the previous code that dumped the kevent arrays dumped for kevent(). kdump is now able to decode the kevent structures rather than dumping their contents via a hexdump.
One change from before is that the 'changes' and 'events' arrays are not marked with separate 'read' and 'write' annotations in kdump output. Instead, the first array is the 'changes' array, and the second array (only present if kevent doesn't fail with an error) is the 'events' array. For kevent(), empty arrays are denoted by an entry with an array containing zero entries rather than no record.
- Move kevent decoding tables from truss to libsysdecode.
This adds three new functions to decode members of struct kevent: sysdecode_kevent_filter, sysdecode_kevent_flags, and sysdecode_kevent_fflags.
kdump uses these helper functions to pretty-print kevent fields.
- Move structure definitions for freebsd11 and freebsd32 kevent structures to <sys/event.h> so that they can be shared with userland. The 32-bit structures are only exposed if _WANT_KEVENT32 is defined. The freebsd11 structures are only exposed if _WANT_FREEBSD11_KEVENT is defined. The 32-bit freebsd11 structure requires both.
- Decode freebsd11 kevent structures in truss for the compat11.kevent() system call.
- Log 32-bit kevent structures via ktrace for 32-bit compat kevent() system calls.
- While here, constify the 'void *data' argument to ktrstruct().
Reviewed by: kib (earlier version) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D12470
show more ...
|
|
Revision tags: release/10.4.0 |
|
| #
39a3a438 |
| 04-Sep-2017 |
John Baldwin <[email protected]> |
Decode pathconf() names, *at() flags, and sysarch() numbers in libsysdecode.
Move tables that were previously in truss over to libsysdecode. truss output is unchanged, but kdump has been updated to
Decode pathconf() names, *at() flags, and sysarch() numbers in libsysdecode.
Move tables that were previously in truss over to libsysdecode. truss output is unchanged, but kdump has been updated to decode these fields. In addition, sysdecode_sysarch_number() should support all platforms whereas the old table in truss only supported x86.
show more ...
|
|
Revision tags: release/11.1.0 |
|
| #
f944e9e2 |
| 21-Jun-2017 |
Bryan Drewery <[email protected]> |
Tweak r320206: Still create the TABLE but not the .depend entry for missing headers.
X-MFC-With: r320206 MFC after: 3 days Sponsored by: Dell EMC Isilon
|
| #
87d18efc |
| 21-Jun-2017 |
Bryan Drewery <[email protected]> |
Follow-up r308602: Don't add missing headers to .depend.tables.h.
This also avoids an error from egrep when a header is missing. This can happen with something like WITHOUT_BLUETOOTH set when searc
Follow-up r308602: Don't add missing headers to .depend.tables.h.
This also avoids an error from egrep when a header is missing. This can happen with something like WITHOUT_BLUETOOTH set when searching for $include_dir/netgraph/bluetooth/include/ng_btsocket.h. The warning was not an error (from set -e) due to being on the left side of a pipe. Now the all_headers list is only filled with existing headers.
Reviewed by: ngie MFC after: 3 days Sponsored by: Dell EMC Isilon
show more ...
|
| #
ee8aa41d |
| 03-Jun-2017 |
John Baldwin <[email protected]> |
Decode the 'who' argument passed to getrusage().
Add a new sysdecode_getrusage_who() which decodes the RUSAGE_* constant passed as the first argument to getrusage(). Use this function in both kdump
Decode the 'who' argument passed to getrusage().
Add a new sysdecode_getrusage_who() which decodes the RUSAGE_* constant passed as the first argument to getrusage(). Use this function in both kdump and truss to decode the first argument to getrusage().
PR: 215448 Submitted by: Anton Yuzhaninov <[email protected]> MFC after: 1 month
show more ...
|
| #
ed466c34 |
| 04-May-2017 |
Michael Tuexen <[email protected]> |
Add support for socket option names related to the level IPPROTO_UDPLITE.
|
| #
702eb303 |
| 03-May-2017 |
Michael Tuexen <[email protected]> |
Add support for socket option names related to the IPPROTO_IPV6 level.
|
| #
472e8009 |
| 03-May-2017 |
Michael Tuexen <[email protected]> |
Add support for socket option names related to the IPPROTO_SCTP level.
|
| #
aa9bddf0 |
| 16-Mar-2017 |
Steven Hartland <[email protected]> |
Fix libsysdecode vmprot flag decoding
Fix the regex used to find vmprot table entries and add the missing include.
This fixes kdumps output of PFLT arguments which would previously look like: 5202
Fix libsysdecode vmprot flag decoding
Fix the regex used to find vmprot table entries and add the missing include.
This fixes kdumps output of PFLT arguments which would previously look like: 5202 101546 ktrace PFLT 0x5ae000 0x2<><invalid>2
They now display correctly: 5202 101546 ktrace PFLT 0x5ac000 0x2<VM_PROT_WRITE>
MFC after: 1 week
show more ...
|
| #
73f14b50 |
| 07-Jan-2017 |
Enji Cooper <[email protected]> |
Unbreak lib/libsysdecode after r311568 by decoding MSG_MORETOCOME flag in msgflags
MFC after: 1 month X-MFC with: r311568 Pointyhat to: jhb Reported by: cy Submitted by: Michael Butler <imb@protecte
Unbreak lib/libsysdecode after r311568 by decoding MSG_MORETOCOME flag in msgflags
MFC after: 1 month X-MFC with: r311568 Pointyhat to: jhb Reported by: cy Submitted by: Michael Butler <[email protected]> Sponsored by: Dell EMC Isilon
show more ...
|
| #
48f79574 |
| 03-Jan-2017 |
John Baldwin <[email protected]> |
Update libsysdecode for getfsstat() 'flags' argument changing to 'mode'.
As a followup to r310638, update libsysdecode (and kdump) to decode the 'mode' argument to getfsstat(). sysdecode_getfsstat_
Update libsysdecode for getfsstat() 'flags' argument changing to 'mode'.
As a followup to r310638, update libsysdecode (and kdump) to decode the 'mode' argument to getfsstat(). sysdecode_getfsstat_flags() has been renamed to sysdecode_getfsstat_mode() and now treats the argument as an enumerated value rather than a mask of flags.
show more ...
|