<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/arm64/linux/linux_machdep.c, branch stable/13</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>sys: Remove $FreeBSD$: one-line .c pattern</title>
<updated>2023-08-23T17:43:25+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3bc80996974a61a4223eae4c1ccd47b6ee32a48a'/>
<id>3bc80996974a61a4223eae4c1ccd47b6ee32a48a</id>
<content type='text'>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/

Similar commit in current:
(cherry picked from commit 685dc743dc3b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/

Similar commit in current:
(cherry picked from commit 685dc743dc3b)
</pre>
</div>
</content>
</entry>
<entry>
<title>sys: Remove $FreeBSD$: two-line .h pattern</title>
<updated>2023-08-23T17:43:20+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f8167e0404dab9ffeaca95853dd237ab7c587f82'/>
<id>f8167e0404dab9ffeaca95853dd237ab7c587f82</id>
<content type='text'>
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/

Similar commit in current:
(cherry picked from commit 95ee2897e98f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/

Similar commit in current:
(cherry picked from commit 95ee2897e98f)
</pre>
</div>
</content>
</entry>
<entry>
<title>spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD</title>
<updated>2023-07-25T15:13:49+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-05-10T15:40:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=caa41f641755c935b036e17440a3b49329c904ed'/>
<id>caa41f641755c935b036e17440a3b49329c904ed</id>
<content type='text'>
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with:		pfg
MFC After:		3 days
Sponsored by:		Netflix

(cherry picked from commit 4d846d260e2b9a3d4d0a701462568268cbfe7a5b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with:		pfg
MFC After:		3 days
Sponsored by:		Netflix

(cherry picked from commit 4d846d260e2b9a3d4d0a701462568268cbfe7a5b)
</pre>
</div>
</content>
</entry>
<entry>
<title>linux(4): Make ptrace_pokeusr machine dependent</title>
<updated>2023-06-29T08:15:59+00:00</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2023-05-18T17:01:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d056fef82aefb703441a33af719db9182ab566bc'/>
<id>d056fef82aefb703441a33af719db9182ab566bc</id>
<content type='text'>
Differential Revision:	https://reviews.freebsd.org/D40096
MFC after:		1 week

(cherry picked from commit 3d0addcd35193461e927db6cfe4b6d9b579eed6b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Differential Revision:	https://reviews.freebsd.org/D40096
MFC after:		1 week

(cherry picked from commit 3d0addcd35193461e927db6cfe4b6d9b579eed6b)
</pre>
</div>
</content>
</entry>
<entry>
<title>linux(4): Make ptrace_peekusr machine dependend</title>
<updated>2023-06-29T08:15:59+00:00</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2023-05-18T17:00:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9480640957ff48c6bc7c0ea5d4f3eb5930f417e3'/>
<id>9480640957ff48c6bc7c0ea5d4f3eb5930f417e3</id>
<content type='text'>
And partially implement it for x86_64.

Differential Revision:	https://reviews.freebsd.org/D40095
MFC after:		1 week

(cherry picked from commit dd2a6cd701aea5a6ced59b9947e087304f7d7238)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And partially implement it for x86_64.

Differential Revision:	https://reviews.freebsd.org/D40095
MFC after:		1 week

(cherry picked from commit dd2a6cd701aea5a6ced59b9947e087304f7d7238)
</pre>
</div>
</content>
</entry>
<entry>
<title>linux(4): Cleanup vm includes from linux_util.h</title>
<updated>2023-03-01T08:41:49+00:00</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2023-02-14T14:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4f6b7aef517f38a6a580e3c9f6b1aaff90a741b0'/>
<id>4f6b7aef517f38a6a580e3c9f6b1aaff90a741b0</id>
<content type='text'>
Include vm headers directly where they needed. The linux_util.h included
in a most source files of the Linuxulator, avoid collecting a rarely used
includes here.

MFC after:		2 weeks

(cherry picked from commit 31e938c531dcbb708dbcd0e1d0a4ea80dcc82300)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include vm headers directly where they needed. The linux_util.h included
in a most source files of the Linuxulator, avoid collecting a rarely used
includes here.

MFC after:		2 weeks

(cherry picked from commit 31e938c531dcbb708dbcd0e1d0a4ea80dcc82300)
</pre>
</div>
</content>
</entry>
<entry>
<title>linux(4): Deduplicate execve</title>
<updated>2022-06-17T19:35:30+00:00</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2022-06-17T19:35:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=959d0bdc24def638d7a09ff8eea44512cba1b4fd'/>
<id>959d0bdc24def638d7a09ff8eea44512cba1b4fd</id>
<content type='text'>
As linux_execve is common across archs, except amd64 32-bit Linuxulator,
move it under compat/linux.

Noted by:               andrew@
MFC after:              2 weeks

(cherry picked from commit 26700ac0c4d0466c00f944bde9613d18625d1f91)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As linux_execve is common across archs, except amd64 32-bit Linuxulator,
move it under compat/linux.

Noted by:               andrew@
MFC after:              2 weeks

(cherry picked from commit 26700ac0c4d0466c00f944bde9613d18625d1f91)
</pre>
</div>
</content>
</entry>
<entry>
<title>linux: remove the always curthread argument from lconvpath</title>
<updated>2022-06-17T19:33:39+00:00</updated>
<author>
<name>Mateusz Guzik</name>
<email>mjg@FreeBSD.org</email>
</author>
<published>2021-11-25T21:42:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=753605353d79d1dde655779273013b6400daaaf7'/>
<id>753605353d79d1dde655779273013b6400daaaf7</id>
<content type='text'>
(cherry picked from commit af4051d25055fee086c0f78421e68fec20640f17)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit af4051d25055fee086c0f78421e68fec20640f17)
</pre>
</div>
</content>
</entry>
<entry>
<title>linux: Replace ifdefs in ptrace with per-architecture callbacks</title>
<updated>2022-06-17T19:33:37+00:00</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2021-11-09T11:54:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ca5426f9384bce0233dc12d678a9e8f03ef7538d'/>
<id>ca5426f9384bce0233dc12d678a9e8f03ef7538d</id>
<content type='text'>
It's a cleanup; no (intended) functional changes.

Sponsored By:	EPSRC
Reviewed By:	kib
Differential Revision:	https://reviews.freebsd.org/D32888

(cherry picked from commit 0bf8d5d5f43426321940e351939b0b712f28b08f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's a cleanup; no (intended) functional changes.

Sponsored By:	EPSRC
Reviewed By:	kib
Differential Revision:	https://reviews.freebsd.org/D32888

(cherry picked from commit 0bf8d5d5f43426321940e351939b0b712f28b08f)
</pre>
</div>
</content>
</entry>
<entry>
<title>linux: Implement linux_to_bsd_regset() on arm64</title>
<updated>2022-06-17T19:33:36+00:00</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2021-11-06T08:35:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b04e157ce9eaea73d9aca3840d3d8db9c2c8ba32'/>
<id>b04e157ce9eaea73d9aca3840d3d8db9c2c8ba32</id>
<content type='text'>
This will be used by ptrace.

Sponsored By:	EPSRC

(cherry picked from commit 6f397bc0fbe378664bbbc7c2296043e3b9673e2a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will be used by ptrace.

Sponsored By:	EPSRC

(cherry picked from commit 6f397bc0fbe378664bbbc7c2296043e3b9673e2a)
</pre>
</div>
</content>
</entry>
</feed>
