<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libsysdecode/linux.c, branch release/14.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F14.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F14.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-16T17:54:42Z</updated>
<entry>
<title>Remove $FreeBSD$: one-line .c pattern</title>
<updated>2023-08-16T17:54:42Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1d386b48a555f61cb7325543adbbb5c3f3407a66'/>
<id>urn:sha1:1d386b48a555f61cb7325543adbbb5c3f3407a66</id>
<content type='text'>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
</content>
</entry>
<entry>
<title>libsysdecode: Drop dead __amd64__ &amp;&amp; COMPAT_32BIT code</title>
<updated>2023-07-09T17:45:23Z</updated>
<author>
<name>Jessica Clarke</name>
<email>jrtc27@FreeBSD.org</email>
</author>
<published>2023-07-09T17:45:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3d96c005dd29543ad5d882bf68b2e357ad46636e'/>
<id>urn:sha1:3d96c005dd29543ad5d882bf68b2e357ad46636e</id>
<content type='text'>
Under COMPAT_32BIT we are compiling 32-bit code and so __amd64__ is not
defined, __i386__ is, and we use the real i386 headers.

Reviewed by:	brooks, jhb, imp
Differential Revision:	https://reviews.freebsd.org/D40916
</content>
</entry>
<entry>
<title>libsysdecode: Decode linux_clone syscall flags</title>
<updated>2023-05-26T16:32:20Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2023-05-26T16:32:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bd35e83bcf03a3650b5574f81201e8e55af4cdd7'/>
<id>urn:sha1:bd35e83bcf03a3650b5574f81201e8e55af4cdd7</id>
<content type='text'>
Reviewed by:		emaste
Differential Revision:	https://reviews.freebsd.org/D40150
MFC after:		1 week
</content>
</entry>
<entry>
<title>linux(4): Rename linux_timer.h to linux_time.h</title>
<updated>2023-02-14T14:46:33Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2023-02-14T14:46:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c8a79231a5a74fc4263ec3d18c6519a974efb529'/>
<id>urn:sha1:c8a79231a5a74fc4263ec3d18c6519a974efb529</id>
<content type='text'>
To avoid confusing people, rename linux_timer.h to linux_time.h,
as linux_timer.c is the implementation of timer syscalls only,
while linux_time.c contains implementation of all stuff declared
in linux_time.h.

MFC after:		2 weeks
</content>
</entry>
<entry>
<title>libsysdecode: Fix a typo in my email</title>
<updated>2022-06-23T09:29:29Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2022-06-23T09:29:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ed366c37d85a7ac7c58fcf3a0e8db980d099285c'/>
<id>urn:sha1:ed366c37d85a7ac7c58fcf3a0e8db980d099285c</id>
<content type='text'>
Reported by:		Mikaël Urankar
MFC after:		2 weeks
</content>
</entry>
<entry>
<title>libsysdecode: Decode Linux open() flags</title>
<updated>2022-06-22T11:26:10Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2022-06-22T11:26:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fde775bc53de5b5abecdf8679f47bb3aa236e546'/>
<id>urn:sha1:fde775bc53de5b5abecdf8679f47bb3aa236e546</id>
<content type='text'>
MFC after:		2 weeks
</content>
</entry>
<entry>
<title>libsysdecode: Decode Linux *at() flags</title>
<updated>2022-06-22T11:25:36Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2022-06-22T11:25:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d2b3237eebdfd46d54a9539acf13e3f24dc935b2'/>
<id>urn:sha1:d2b3237eebdfd46d54a9539acf13e3f24dc935b2</id>
<content type='text'>
MFC after:		2 weeks
</content>
</entry>
<entry>
<title>kdump: Decode Linux clock_nanosleep syscall</title>
<updated>2022-06-22T11:21:42Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2022-06-22T11:21:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=39de84b619b0d8bb27aa77e49b6134ca06370e1a'/>
<id>urn:sha1:39de84b619b0d8bb27aa77e49b6134ca06370e1a</id>
<content type='text'>
MFC after:		2 weeks
</content>
</entry>
<entry>
<title>kdump: Decode Linux sigprocmask how argument</title>
<updated>2022-06-22T11:20:39Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2022-06-22T11:20:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f587a2a765fb3bac352bedf6ef8b322eb3363339'/>
<id>urn:sha1:f587a2a765fb3bac352bedf6ef8b322eb3363339</id>
<content type='text'>
MFC after:		2 weeks
</content>
</entry>
<entry>
<title>libsysdecode: Add method for decoding Linux signal names</title>
<updated>2022-06-22T11:00:05Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2022-06-22T11:00:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f85848fc61752c3823825cdee34104a640d7f6e0'/>
<id>urn:sha1:f85848fc61752c3823825cdee34104a640d7f6e0</id>
<content type='text'>
Reviewed by:		jhb
Differential revision:	https://reviews.freebsd.org/D35215
MFC after:		2 weeks
</content>
</entry>
</feed>
