<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libsysdecode/mktables, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2025-07-04T14:42:33Z</updated>
<entry>
<title>libsysdecode: Add support for decoding inotify syscall flags</title>
<updated>2025-07-04T14:42:33Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2025-07-03T19:52:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b79bd43f9ab3bf0dfd4744dee406782f0329134a'/>
<id>urn:sha1:b79bd43f9ab3bf0dfd4744dee406782f0329134a</id>
<content type='text'>
MFC after:	3 months
Sponsored by:	Klara, Inc.
</content>
</entry>
<entry>
<title>libsysdecode: correct regexp for thr_new flags</title>
<updated>2025-06-04T11:24:20Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2025-06-04T11:23:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c27f7d6b9cf6d4ab01cb3d0972726c14e0aca146'/>
<id>urn:sha1:c27f7d6b9cf6d4ab01cb3d0972726c14e0aca146</id>
<content type='text'>
Two flags include underscore after the "THR_" prefix.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
</content>
</entry>
<entry>
<title>libsysdecode: support rfork(RFSPAWN)</title>
<updated>2024-06-19T20:38:31Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2024-06-19T20:38:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d511e97c54d3b143368ff3896b4ab51040ca8994'/>
<id>urn:sha1:d511e97c54d3b143368ff3896b4ab51040ca8994</id>
<content type='text'>
Match the "U" in RFSPAWN's value (1U&lt;&lt;31) (and "u" for completeness).
Reject kernel-only RFPPWAIT to avoid a duplicate entry.

Reviewed by:	imp, markj
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D45597
</content>
</entry>
<entry>
<title>libsysdecode: fix build after 3d0a736796a9</title>
<updated>2024-03-21T03:14:49Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2024-03-21T03:14:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6b3db5d7793f57fa0020a78d61aae7ec318557cc'/>
<id>urn:sha1:6b3db5d7793f57fa0020a78d61aae7ec318557cc</id>
<content type='text'>
TCP_USE_DDP is a kernel-only macro, so we must exclude it in
libsysdecode to avoid breaking the build.

Fixes:	3d0a736796a9 ("tcp: Add a new kernel-only TCP_USE_DDP [...]")
</content>
</entry>
<entry>
<title>libsysdecode: add a decoder for pollfd events</title>
<updated>2024-03-05T05:44:09Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2024-03-05T04:14:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bd23e71f91ceec5dfdffc28bbd0020849fdd20b4'/>
<id>urn:sha1:bd23e71f91ceec5dfdffc28bbd0020849fdd20b4</id>
<content type='text'>
We'll use this in another change to read pollfd arrays coming from a
successful poll(2) operation.

Reviewed by:	bapt, jhb
Differential Revision:	https://reviews.freebsd.org/D44159
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-16T17:55:03Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:55:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf'/>
<id>urn:sha1:d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</content>
</entry>
<entry>
<title>vm: Allow MAP_32BIT for all architectures</title>
<updated>2023-08-14T17:20:20Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2023-08-14T17:20:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f3e11927dc287ff686b5cc3618aba4e1e58a5dca'/>
<id>urn:sha1:f3e11927dc287ff686b5cc3618aba4e1e58a5dca</id>
<content type='text'>
Reviewed by:		alc, kib, markj
Differential revision:	https://reviews.freebsd.org/D41435
</content>
</entry>
<entry>
<title>libsysdecode: Match socket option names containing underscores</title>
<updated>2022-11-02T17:46:24Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2022-11-02T17:01:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=34c8598eb1bb101976d311051f9e630a6dfb6a0f'/>
<id>urn:sha1:34c8598eb1bb101976d311051f9e630a6dfb6a0f</id>
<content type='text'>
MFC after:	1 week
Sponsored by:	Modirum MDPay
Sponsored by:	Klara, Inc.
</content>
</entry>
<entry>
<title>libsysdecode: Decode setitimer, getitimer which argument</title>
<updated>2022-06-22T11:17:10Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2022-06-22T11:17:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2fc3a51db14f2be7fd1f5515c6adfc60d4880207'/>
<id>urn:sha1:2fc3a51db14f2be7fd1f5515c6adfc60d4880207</id>
<content type='text'>
Reviewed by:		jhb
Differential revision:	https://reviews.freebsd.org/D35230
MFC after:		2 weeks
</content>
</entry>
<entry>
<title>libsysdecode: Fix decoding of SCHED_ flags</title>
<updated>2022-05-16T18:57:48Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2022-05-16T18:57:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=41068268ec480e58811a86787b60914709375b3f'/>
<id>urn:sha1:41068268ec480e58811a86787b60914709375b3f</id>
<content type='text'>
Use sys/sched.h where SCHED_ flags are defined.

Reviewed by:		emaste
Differential revision:	https://reviews.freebsd.org/D35208
MFC after:		2 weeks
</content>
</entry>
</feed>
