<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libsysdecode, branch release/11.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2020-05-14T17:47:55Z</updated>
<entry>
<title>MF11 361020: Deprecate procfs-based process debugging.</title>
<updated>2020-05-14T17:47:55Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2020-05-14T17:47:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7be8492d5e12242d9a43ec0bbee40fb60fb762df'/>
<id>urn:sha1:7be8492d5e12242d9a43ec0bbee40fb60fb762df</id>
<content type='text'>
359047:
Mark procfs-based process debugging as deprecated for FreeBSD 13.

Attempting to use ioctls on /proc/&lt;pid&gt;/mem to control a process will
trigger warnings on the console.  The &lt;sys/pioctl.h&gt; include file will
also now emit a compile-time warning when used from userland.

359054:
Fix the workaround to ignore the #warning for GCC.

clang and gcc use different warning flags for #warning preprocessor
directives.

For both 12 and 11, adjust the GCC warning flags to only be added in
4.7 and later since 4.2.1 does not support -Wno-cpp.  For 11, add the
needed warning suppression to procctl's build.  procctl was removed in
12.0.

Approved by:	re (gjb, kib)
</content>
</entry>
<entry>
<title>MFC r339635,r350301,r350327,r351151:</title>
<updated>2019-09-05T20:27:44Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2019-09-05T20:27:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fddad7af5671fe4065cd211dca781e28728a17a3'/>
<id>urn:sha1:fddad7af5671fe4065cd211dca781e28728a17a3</id>
<content type='text'>
  r339635:
    Fix regex for extracting SHM_* values for libsysdecode
  r350301:
    libsysdecode: add explicit dependencies on recently changed headers
  r350327:
    libsysdecode: use the proper include directory
  r351151:
    Rework r339635 to fix .depend.tables.h handling.
</content>
</entry>
<entry>
<title>MFC r331356 (by emaste@):</title>
<updated>2019-04-28T13:40:17Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2019-04-28T13:40:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b9ff7e6bac2020a47fc0cc79d047b994e62403ea'/>
<id>urn:sha1:b9ff7e6bac2020a47fc0cc79d047b994e62403ea</id>
<content type='text'>
Share Linux errno table with libsysdecode.
</content>
</entry>
<entry>
<title>MFC r331056:</title>
<updated>2019-04-28T13:33:35Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2019-04-28T13:33:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2a60be9efa962ad7d837fc12fb52d807c7962626'/>
<id>urn:sha1:2a60be9efa962ad7d837fc12fb52d807c7962626</id>
<content type='text'>
Share a single bsd-linux errno table across MD consumers

Three copies of the linuxulator linux_sysvec.c contained identical
BSD to Linux errno translation tables, and future work to support other
architectures will also use the same table.  Move the table to a common
file to be used by all.  Make it 'const int' to place it in .rodata.

(Some existing Linux architectures use MD errno values, but x86 and Arm
share the generic set.)

This change should introduce no functional change; a followup will add
missing errno values.

MFC r331057:
linux_errno.c: add newer errno values

Also introduce a static assert to ensure the list is kept up to date.

MFC r331060:
Chase r331057 in libsysdecode erno table
</content>
</entry>
<entry>
<title>MFC r330795:</title>
<updated>2018-11-02T14:59:52Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2018-11-02T14:59:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=64c5c0dc78bd72f61a051def935403d0d23123ce'/>
<id>urn:sha1:64c5c0dc78bd72f61a051def935403d0d23123ce</id>
<content type='text'>
  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
  Sponsored by:	iXsystems, Inc.
</content>
</entry>
<entry>
<title>MFC r328033:</title>
<updated>2018-04-07T21:06:39Z</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2018-04-07T21:06:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2d18a3b12a9c2f351e830184b75b7b230dd55657'/>
<id>urn:sha1:2d18a3b12a9c2f351e830184b75b7b230dd55657</id>
<content type='text'>
Bump date, which I missed in r328014. Thanks to jhb@ for reporting.
</content>
</entry>
<entry>
<title>MFC r328014:</title>
<updated>2018-04-07T21:04:43Z</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2018-04-07T21:04:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ecccab8667d01c7080cbdae735d489ec6dabbf9b'/>
<id>urn:sha1:ecccab8667d01c7080cbdae735d489ec6dabbf9b</id>
<content type='text'>
Add support for decoding the nxt_flags, rcv_flags, and snd_flags of
SCTP level cmsgs.
</content>
</entry>
<entry>
<title>MFC r327995:</title>
<updated>2018-04-07T21:03:46Z</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2018-04-07T21:03:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=457fbffdff19c1f31f94be013aaa579c4ee2cd34'/>
<id>urn:sha1:457fbffdff19c1f31f94be013aaa579c4ee2cd34</id>
<content type='text'>
Add support for decoding the type of a cmsg.
</content>
</entry>
<entry>
<title>MFC r327994:</title>
<updated>2018-04-07T21:02:42Z</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2018-04-07T21:02:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c120eec74af63eb060d9d69373fc251be298f627'/>
<id>urn:sha1:c120eec74af63eb060d9d69373fc251be298f627</id>
<content type='text'>
Simplify table generation.
</content>
</entry>
<entry>
<title>MFC r327966:</title>
<updated>2018-04-07T21:00:21Z</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2018-04-07T21:00:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f6c24bf5d6b3f404b77cade69834f957c57becf5'/>
<id>urn:sha1:f6c24bf5d6b3f404b77cade69834f957c57becf5</id>
<content type='text'>
Add a function is decode the sinfo_flags of struct sctp_sndrcvinfo.
</content>
</entry>
</feed>
