<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/linux, branch releng/13.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F13.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F13.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-23T17:43:27Z</updated>
<entry>
<title>sys: Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-23T17:43:27Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:31:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5510f79042fbd543de55807d0da7f8a2b8be2f89'/>
<id>urn:sha1:5510f79042fbd543de55807d0da7f8a2b8be2f89</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

Similar commit in current:
(cherry picked from commit 031beb4e239b)
</content>
</entry>
<entry>
<title>linux(4): Trim unused opt_usb.h from modules Makefiles</title>
<updated>2023-03-01T08:42:35Z</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=1054a068aa97b663a464a3ff5d02d4f42d5657f1'/>
<id>urn:sha1:1054a068aa97b663a464a3ff5d02d4f42d5657f1</id>
<content type='text'>
MFC after:		2 weeks

(cherry picked from commit 825fbd087e6150eaf601612a5e7468ddc808e004)
</content>
</entry>
<entry>
<title>linux(4): Get rid of the opt_compat.h include.</title>
<updated>2023-02-26T08:10:44Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2023-02-12T17:24:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=69834d6c319681cc6719d8b07a1fa9797edaedae'/>
<id>urn:sha1:69834d6c319681cc6719d8b07a1fa9797edaedae</id>
<content type='text'>
Since e013e369 COMPAT_LINUX, COMPAT_LINUX32 build options are removed,
so include of opt_compat.h is no more needed.

MFC after:		2 weeks

(cherry picked from commit 10d16789a383a5b9e007dfd4c2e7844e044eaf7d)
</content>
</entry>
<entry>
<title>modules: Add missing opt_*.h files for stand-alone compile</title>
<updated>2023-02-26T08:10:43Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2022-10-29T14:49:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cb182d5f52c163e4b3e5fda6633432224d4a6176'/>
<id>urn:sha1:cb182d5f52c163e4b3e5fda6633432224d4a6176</id>
<content type='text'>
Standalone compile that we at least create these opt_*.h files.

Sponsored by:		Netflix

(cherry picked from commit 010175a76d0676ff8d9b8d54276aff093abbc3f2)
</content>
</entry>
<entry>
<title>linux(4): Attach netlink on i386.</title>
<updated>2023-02-09T07:55:25Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2023-02-06T14:00:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=603cdb0f092c741a5774e4bea7a94714d9d835ba'/>
<id>urn:sha1:603cdb0f092c741a5774e4bea7a94714d9d835ba</id>
<content type='text'>
Discussed with:		melifaro
MFC after:		3 days

(cherry picked from commit 07db1f36848c008efb7ab6b37e199212560833ae)
</content>
</entry>
<entry>
<title>linux(4): Add coredump support to i386.</title>
<updated>2023-02-09T07:55:18Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2023-02-02T14:58:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b8c62b5a07e333dd08b78361ba763994ec47a5fc'/>
<id>urn:sha1:b8c62b5a07e333dd08b78361ba763994ec47a5fc</id>
<content type='text'>
MFC after:		1 week

(cherry picked from commit cc1b0f7d9626bbd116429014444cbf61edf708a2)
</content>
</entry>
<entry>
<title>linux: populate sv_syscallnames in each sysentvec</title>
<updated>2022-11-06T14:54:46Z</updated>
<author>
<name>Mitchell Horne</name>
<email>mhorne@FreeBSD.org</email>
</author>
<published>2022-10-28T21:19:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d96eebfdb351abf5e604f43e8f022f8bb861bdbd'/>
<id>urn:sha1:d96eebfdb351abf5e604f43e8f022f8bb861bdbd</id>
<content type='text'>
This allows the syscallname() function to give a usable result for Linux
ABIs.

Reported by:	jrtc27
Reviewed by:	jrtc27, markj, jhb
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D37199

(cherry picked from commit 1da65dcb1c57fae7be75ddf1bd300ddf19ced850)
(cherry picked from commit f396f9b6c96f6d68d4e3606ddb090287230fc565)
</content>
</entry>
<entry>
<title>linux, linux64: improve SRCS formatting</title>
<updated>2022-11-06T14:54:46Z</updated>
<author>
<name>Mitchell Horne</name>
<email>mhorne@FreeBSD.org</email>
</author>
<published>2022-10-29T15:28:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9dc3a403c34e0013370a19fe581cfd8cff2effa3'/>
<id>urn:sha1:9dc3a403c34e0013370a19fe581cfd8cff2effa3</id>
<content type='text'>
Sort the entries alphabetically, and list them with one entry per line.
This makes the diffs much cleaner when adding or removing a new entry,
as I will do in the next commit.

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit 331784880821c6aa55188d0950e98d898c42203c)
</content>
</entry>
<entry>
<title>linux(4); Move vdso_selector_x86.c to the linux_common module</title>
<updated>2022-06-17T19:35:30Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2022-05-23T10:19:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fa085e417d0131a8a6a41af2a9ab77f6860a12c5'/>
<id>urn:sha1:fa085e417d0131a8a6a41af2a9ab77f6860a12c5</id>
<content type='text'>
MFC after:		2 weeks

(cherry picked from commit 2b378d59a98a4eb1dab173c4db3b48f385c47728)
</content>
</entry>
<entry>
<title>linux(4): Deduplicate translate_traps()</title>
<updated>2022-06-17T19:35:28Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2022-05-23T10:16:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f327f595cb9863f632169a6969e5fe0dbc69d530'/>
<id>urn:sha1:f327f595cb9863f632169a6969e5fe0dbc69d530</id>
<content type='text'>
As translate_traps() is common for x86 Linuxulators,
move it under x86/linux.

MFC after:		2 weeks

(cherry picked from commit 2434137f690dabc35586ab45fc4c4ecc5b71184f)
</content>
</entry>
</feed>
