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

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

(cherry picked from commit 3d0addcd35193461e927db6cfe4b6d9b579eed6b)
</content>
</entry>
<entry>
<title>linux(4): Make ptrace_peekusr machine dependend</title>
<updated>2023-06-29T08:15:59Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2023-05-18T17:00:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9480640957ff48c6bc7c0ea5d4f3eb5930f417e3'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>linux(4): Move dev_t type declaration under /compat/linux</title>
<updated>2023-06-29T08:15:36Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2023-04-28T08:55:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4d7a9535977fb450b97ec112d739d5563fbc166b'/>
<id>urn:sha1:4d7a9535977fb450b97ec112d739d5563fbc166b</id>
<content type='text'>
As of version 2.6.0 of the Linux kernel, dev_t is a 32-bit unsigned integer
on all platforms. Move it into the MI linux.h under /compat/linux.

(cherry picked from commit 19973638bee2205be2a7eb07bc154b8afb1e44a3)
</content>
</entry>
<entry>
<title>linux(4): Make struct newstat to match actual Linux one</title>
<updated>2023-06-29T08:15:36Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2023-04-28T08:55:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=38e5a2a185bc87d6775b96f07055263ca3377bcd'/>
<id>urn:sha1:38e5a2a185bc87d6775b96f07055263ca3377bcd</id>
<content type='text'>
In the struct stat the st_dev, st_rdev are unsigned long.

(cherry picked from commit e0bfe0d62ca708c8c6173296cc05f6bbfb79b2ee)
</content>
</entry>
<entry>
<title>linux(4): Fix LINUX_AT_COUNT comments</title>
<updated>2023-06-29T08:15:26Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2023-04-22T19:16:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b7ee4a3779118fa76f98fb4be0d4866400b07efa'/>
<id>urn:sha1:b7ee4a3779118fa76f98fb4be0d4866400b07efa</id>
<content type='text'>
Differential Revision:	https://reviews.freebsd.org/D39645
MFC after:		1 month

(cherry picked from commit 56c5230afdcf2b317d904009abe577e91b382542)
</content>
</entry>
<entry>
<title>linux(4): Deduplicate MI futex structures.</title>
<updated>2023-02-09T07:54:16Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2023-02-01T18:57:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e00cdc17345e131c94a77cfe6c633b8b2e71ef95'/>
<id>urn:sha1:e00cdc17345e131c94a77cfe6c633b8b2e71ef95</id>
<content type='text'>
MFC after:	1 week

(cherry picked from commit 575e48f1c4eb05fe8df6aaeb5f55e17c63a02639)
</content>
</entry>
<entry>
<title>linux(4): To reuse MD linux.h hide kernel dependencies unde _KERNEL constraint</title>
<updated>2022-07-06T11:02:15Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2022-06-22T11:28:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e20c669d21fce0b323fdb07545761b98d86d933a'/>
<id>urn:sha1:e20c669d21fce0b323fdb07545761b98d86d933a</id>
<content type='text'>
MFC after:		2 weeks

(cherry picked from commit d416ee86c73bef55ba29c25cd594156441f1daa9)
</content>
</entry>
<entry>
<title>linux(4): Reduce duplication between MD parts of the Linuxulator</title>
<updated>2022-06-17T19:35:37Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2022-05-30T16:47:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=601c19df364ee064cb6011c178e3c6bb58ba9a34'/>
<id>urn:sha1:601c19df364ee064cb6011c178e3c6bb58ba9a34</id>
<content type='text'>
Move sigprocmask actions defines under compat/linux,
they are identical across all Linux architectures.

MFC after:		2 weeks

(cherry picked from commit 2ca34847e7288fba6b2a15e64648238bc12e4960)
</content>
</entry>
<entry>
<title>linux(4): Add AT_MINSIGSTKSZ to arm64 port</title>
<updated>2022-06-17T19:35:23Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2022-05-15T18:12:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d30b87879ba43e47d86b57d66a33e3edd3948110'/>
<id>urn:sha1:d30b87879ba43e47d86b57d66a33e3edd3948110</id>
<content type='text'>
MFC after:	2 weeks

(cherry picked from commit 390c9ea029fdd3fb2ce61fc6b48617f0f7cd8754)
</content>
</entry>
</feed>
