<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/linux64/Makefile, branch releng/14.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-16T17:54:58Z</updated>
<entry>
<title>sys: Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-16T17:54:58Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=031beb4e239bfce798af17f5fe8dba8bcaf13d99'/>
<id>urn:sha1:031beb4e239bfce798af17f5fe8dba8bcaf13d99</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</content>
</entry>
<entry>
<title>linux(4): Implement xattr syscalls</title>
<updated>2023-07-22T11:03:33Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2023-07-22T11:03:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=22dca7acf7756c07d3ccbfdc8dfd10fd9ad3f9cf'/>
<id>urn:sha1:22dca7acf7756c07d3ccbfdc8dfd10fd9ad3f9cf</id>
<content type='text'>
Reviewed by:
Differential revision:	https://reviews.freebsd.org/D35544
MFC after:		1 month
</content>
</entry>
<entry>
<title>linux(4): Trim unused opt_usb.h from modules Makefiles</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=825fbd087e6150eaf601612a5e7468ddc808e004'/>
<id>urn:sha1:825fbd087e6150eaf601612a5e7468ddc808e004</id>
<content type='text'>
MFC after:		2 weeks
</content>
</entry>
<entry>
<title>linux(4): Get rid of the opt_compat.h include.</title>
<updated>2023-02-12T17:24:32Z</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=10d16789a383a5b9e007dfd4c2e7844e044eaf7d'/>
<id>urn:sha1:10d16789a383a5b9e007dfd4c2e7844e044eaf7d</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
</content>
</entry>
<entry>
<title>linux64: improve linux_support.s make rules</title>
<updated>2022-11-02T15:37:43Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2022-07-19T20:42:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=35548e48a41e292f373ed5773d9fb802ec263c92'/>
<id>urn:sha1:35548e48a41e292f373ed5773d9fb802ec263c92</id>
<content type='text'>
Previously we relied on the .s.o rule in share/mk/bsd.suffixes.mk to
tell make that linux_support.o is built from linux_support.s, even
though we do not use the .s.o rule to assemble it.

Reviewed by:	sjg
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D35864
</content>
</entry>
<entry>
<title>sys: use .S for assembly language files that use the preprocessor</title>
<updated>2022-11-02T14:29:00Z</updated>
<author>
<name>Elliott Mitchell</name>
<email>ehem+freebsd@m5p.com</email>
</author>
<published>2022-07-24T23:14:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ccd9b49f20e7a2e6eac1e7e68db23e222bf40263'/>
<id>urn:sha1:ccd9b49f20e7a2e6eac1e7e68db23e222bf40263</id>
<content type='text'>
Reviewed by:	imp
Pull Request:	https://github.com/freebsd/freebsd-src/pull/609
Differential Revision: https://reviews.freebsd.org/D35908
</content>
</entry>
<entry>
<title>modules: Add missing opt_*.h files for stand-alone compile</title>
<updated>2022-10-29T16:18:06Z</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=010175a76d0676ff8d9b8d54276aff093abbc3f2'/>
<id>urn:sha1:010175a76d0676ff8d9b8d54276aff093abbc3f2</id>
<content type='text'>
Standalone compile that we at least create these opt_*.h files.

Sponsored by:		Netflix
</content>
</entry>
<entry>
<title>linux, linux64: fix module load</title>
<updated>2022-10-29T16:11:24Z</updated>
<author>
<name>Mitchell Horne</name>
<email>mhorne@FreeBSD.org</email>
</author>
<published>2022-10-29T15:30:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f396f9b6c96f6d68d4e3606ddb090287230fc565'/>
<id>urn:sha1:f396f9b6c96f6d68d4e3606ddb090287230fc565</id>
<content type='text'>
The previous commit added references to to the syscallnames arrays, but
failed to add the relevant source files to the module build. Thus, the
modules failed to load due to missing symbols.

Reported by:	cy
Fixes:	1da65dcb1c57 ("linux: populate sv_syscallnames in each sysentvec")
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>linux, linux64: improve SRCS formatting</title>
<updated>2022-10-29T16:11:24Z</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=331784880821c6aa55188d0950e98d898c42203c'/>
<id>urn:sha1:331784880821c6aa55188d0950e98d898c42203c</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
</content>
</entry>
<entry>
<title>linux(4); Move vdso_selector_x86.c to the linux_common module</title>
<updated>2022-05-23T10:19:07Z</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=2b378d59a98a4eb1dab173c4db3b48f385c47728'/>
<id>urn:sha1:2b378d59a98a4eb1dab173c4db3b48f385c47728</id>
<content type='text'>
MFC after:		2 weeks
</content>
</entry>
</feed>
