<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/compat/linux/linux_dummy.c, branch release/13.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2022-06-17T19:34:10Z</updated>
<entry>
<title>linux(4): Add epoll_pwai2 syscall.</title>
<updated>2022-06-17T19:34:10Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2022-04-26T16:35:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9d4b1eba0ef49798b417a56e70e1c1235aaa7cf3'/>
<id>urn:sha1:9d4b1eba0ef49798b417a56e70e1c1235aaa7cf3</id>
<content type='text'>
MFC after:	2 weeks

(cherry picked from commit e00aad1042e7163865763b42d8d72137eeb9df63)
</content>
</entry>
<entry>
<title>linux(4): Add a simple rseq syscall implementation.</title>
<updated>2022-06-17T19:34:03Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2022-04-26T16:35:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=302cff0ef9b4ee61c8d0649ba8f54ec2d0d0e5d5'/>
<id>urn:sha1:302cff0ef9b4ee61c8d0649ba8f54ec2d0d0e5d5</id>
<content type='text'>
To avoid annoyng messages from glibc-2.35 test suite add the simple
implementation of rseq syscall which is do nothing for now.

I plan to implement it if and when the API stabilizes.

MFC after:	2 weeks

(cherry picked from commit ee55d560e89ac8de37def993a13d2582638273b7)
</content>
</entry>
<entry>
<title>linux: Provide dummy seccomp(2)</title>
<updated>2022-06-17T19:33:40Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2022-01-28T10:55:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d005a6f2c8082fc4065a79f2890a564464186b5a'/>
<id>urn:sha1:d005a6f2c8082fc4065a79f2890a564464186b5a</id>
<content type='text'>
Don't emit messages; this isn't any different from a Linux kernel
built without OPTIONS_SECCOMP, so the userspace already needs to know
how to deal with it.  This is also similar with how we handle seccomp
in linux_prctl().

Sponsored By:	EPSRC
Differential Revision:	https://reviews.freebsd.org/D33808

(cherry picked from commit 99454d3e98ff205881aa7abef39234c9afc7600c)
</content>
</entry>
<entry>
<title>linux(4): Remove clone3 and faccessat2 from dummy.</title>
<updated>2022-06-17T19:33:34Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2021-08-12T13:07:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=177c7036e2a1e756f2a5b195a422af67c8edcd71'/>
<id>urn:sha1:177c7036e2a1e756f2a5b195a422af67c8edcd71</id>
<content type='text'>
MFC after:		2 weeks

(cherry picked from commit aecd31a8a3b09af874120bc7b4aa6fa51db98f94)
</content>
</entry>
<entry>
<title>Drop "All rights reserved" from my copyright statements.</title>
<updated>2022-06-17T19:33:09Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2021-07-20T07:05:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2e084b4b54cbaeb8fe1e6f7dd778bb79f12f0b4c'/>
<id>urn:sha1:2e084b4b54cbaeb8fe1e6f7dd778bb79f12f0b4c</id>
<content type='text'>
Add email and fixup years while here.

Reviewed by:		imp
Differential Revision:	https://reviews.freebsd.org/D30912
MFC after:		2 weeks

(cherry picked from commit 1ca6b15bbdcebd6a0726dae2e9b72f383139d16c)
</content>
</entry>
<entry>
<title>linux: implement statx(2)</title>
<updated>2022-02-14T00:07:33Z</updated>
<author>
<name>Philippe Michaud-Boudreault</name>
<email>pitwuu@gmail.com</email>
</author>
<published>2021-06-08T08:24:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b630d64c3da1f669859ae61300191be09a744577'/>
<id>urn:sha1:b630d64c3da1f669859ae61300191be09a744577</id>
<content type='text'>
PR:		252106
Reviewed By:	dchagin
Differential Revision:	https://reviews.freebsd.org/D30466

(cherry picked from commit 2362ad457a01d56d87e74823599578ab37bdbfb9)
</content>
</entry>
<entry>
<title>linux: deduplicate DUMMY() entries</title>
<updated>2022-02-13T22:22:11Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2021-05-29T06:32:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cbab32bdf15de14c24eaeb38fd757547733c2094'/>
<id>urn:sha1:cbab32bdf15de14c24eaeb38fd757547733c2094</id>
<content type='text'>
No functional changes.

Reviewed By:	emaste
Sponsored By:	EPSRC
Differential Revision:	https://reviews.freebsd.org/D30524

(cherry picked from commit 83043a741d114d7fd4a018e9c70330036ae44f81)
</content>
</entry>
<entry>
<title>linux: add new syscall numbers</title>
<updated>2022-02-13T21:30:49Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2021-05-28T08:02:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2e2337522fccc7f7af8b4a11f1ef5e83f8f15a0b'/>
<id>urn:sha1:2e2337522fccc7f7af8b4a11f1ef5e83f8f15a0b</id>
<content type='text'>
Sponsored By:	EPSRC
Differential Revision:	https://reviews.freebsd.org/D30193

(cherry picked from commit 6d926e850d22c5c563571561c446c3c0dec16143)
</content>
</entry>
<entry>
<title>linux(4): Implement name_to_handle_at(), open_by_handle_at()</title>
<updated>2020-11-17T19:51:47Z</updated>
<author>
<name>Conrad Meyer</name>
<email>cem@FreeBSD.org</email>
</author>
<published>2020-11-17T19:51:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=de774e422e7f8abf9d4c6084165c9de66f11b2de'/>
<id>urn:sha1:de774e422e7f8abf9d4c6084165c9de66f11b2de</id>
<content type='text'>
They are similar to our getfhat(2) and fhopen(2) syscalls.

Differential Revision:	https://reviews.freebsd.org/D27111
</content>
</entry>
<entry>
<title>linux(4): Fix loadable modules after r367395</title>
<updated>2020-11-06T22:04:57Z</updated>
<author>
<name>Conrad Meyer</name>
<email>cem@FreeBSD.org</email>
</author>
<published>2020-11-06T22:04:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=76b2bfeda42bbb686c74d3608dbc9b84b8e22e29'/>
<id>urn:sha1:76b2bfeda42bbb686c74d3608dbc9b84b8e22e29</id>
<content type='text'>
Move dtrace SDT definitions into linux_common module code.  Also, build
linux_dummy.c into the linux_common kld -- we don't need separate
versions of these stubs for 32- and 64-bit emulation.

Reported by:	several
PR:		250897
Discussed with:	emaste, trasz
Tested by:	John Kennedy, Yasuhiro KIMURA, Oleg Sidorkin
X-MFC-With:	r367395
Differential Revision:	https://reviews.freebsd.org/D27124
</content>
</entry>
</feed>
