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

Similar commit in main:
(cherry picked from commit b2c76c41be32)
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-23T17:43:30Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:32:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9'/>
<id>urn:sha1:023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

Similar commit in main:
(cherry picked from commit d0b2dbfa0ecf)
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: one-line .c comment pattern</title>
<updated>2023-08-23T17:43:23Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:31:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8ad303d68cec3ee1133550de37e0009502621e50'/>
<id>urn:sha1:8ad303d68cec3ee1133550de37e0009502621e50</id>
<content type='text'>
Remove /^/[*/]\s*\$FreeBSD\$.*\n/

Similar commit in main:
(cherry picked from commit 2a63c3be1582)
</content>
</entry>
<entry>
<title>cuse(3): Make some clarifications in the manual page.</title>
<updated>2022-07-27T09:34:01Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2022-07-13T14:30:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=71c5394f68146abc6e6a7022fc1129ee11283b2e'/>
<id>urn:sha1:71c5394f68146abc6e6a7022fc1129ee11283b2e</id>
<content type='text'>
Sponsored by:	NVIDIA Networking

(cherry picked from commit 280f34c37cc8947527da23e2612d436f1873fce5)
</content>
</entry>
<entry>
<title>cuse(3): Allow allocating a memory buffer of exactly 2 GBytes.</title>
<updated>2022-07-27T09:33:58Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2022-07-18T15:13:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b95d9d3b863dd60d915371579bb9a1be98cecdac'/>
<id>urn:sha1:b95d9d3b863dd60d915371579bb9a1be98cecdac</id>
<content type='text'>
The manual page date will be bumped separately.

Sponsored by:	NVIDIA Networking

(cherry picked from commit 58a8f6e9ecabba975f2cda8416bcc36c2073a7a8)
</content>
</entry>
<entry>
<title>cuse(3): Allow shared memory allocations up to, but excluding 2 GBytes.</title>
<updated>2022-07-27T09:33:53Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2022-07-13T16:17:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a96a9c689ec8207bd0a19a19b1d9b8aa0aef7a1a'/>
<id>urn:sha1:a96a9c689ec8207bd0a19a19b1d9b8aa0aef7a1a</id>
<content type='text'>
Currently the cuse(3) mmap(2) offset is split into 128 banks of 16 Mbytes.
Allow cuse(3) to make allocations that span multiple banks at the expense
of any fragmentation issues that may arise. Typically mmap(2) buffers are
well below 16 Mbytes. This allows 8K video resolution to work using webcamd.

Reviewed by:	markj @
Differential Revision:	https://reviews.freebsd.org/D35830
Sponsored by:	NVIDIA Networking

(cherry picked from commit d14b53ee31ca06933a4f8ef2e48ce33cf3dd5ec9)
</content>
</entry>
<entry>
<title>cuse(3): Make cuse_vmfree() NULL safe.</title>
<updated>2022-07-27T09:33:51Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2022-07-13T15:54:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=412b95f77d9961babfc23b75190e60f86ff42225'/>
<id>urn:sha1:412b95f77d9961babfc23b75190e60f86ff42225</id>
<content type='text'>
Sponsored by:	NVIDIA Networking

(cherry picked from commit 2ca43c3dba1b818db9245027c87fddfc9d4be0a6)
</content>
</entry>
<entry>
<title>cuse(3): Remove PAGE_SIZE from libcuse.</title>
<updated>2022-07-27T09:33:36Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2022-06-23T20:34:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cc876e9fa5d15aa07271cdf609946bf7c8c7fb9f'/>
<id>urn:sha1:cc876e9fa5d15aa07271cdf609946bf7c8c7fb9f</id>
<content type='text'>
To allow for a dynamic page size on arm64 remove the static value from libcuse.

Differential Revision:	https://reviews.freebsd.org/D35585
Sponsored by:	NVIDIA Networking

(cherry picked from commit 2c28cd09d9f7ac266a8c7b283384712aba0af93a)
</content>
</entry>
<entry>
<title>Update Makefile.depend files</title>
<updated>2019-12-11T17:37:53Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2019-12-11T17:37:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c9a9dfc187d171de6b92654d71b977f067ed641'/>
<id>urn:sha1:2c9a9dfc187d171de6b92654d71b977f067ed641</id>
<content type='text'>
Update a bunch of Makefile.depend files as
a result of adding Makefile.depend.options files

Reviewed by:	 bdrewery
MFC after:	1 week
Sponsored by:   Juniper Networks
Differential Revision:  https://reviews.freebsd.org/D22494
</content>
</entry>
<entry>
<title>Implement flag for telling cuse(3) clients if the peer is running in 32-bit</title>
<updated>2019-04-18T19:04:07Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2019-04-18T19:04:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=db92a6cd5148c3b112346a8e463c28a44f85aa2d'/>
<id>urn:sha1:db92a6cd5148c3b112346a8e463c28a44f85aa2d</id>
<content type='text'>
compat mode or not. This is useful when implementing compatibility ioctl(2)
handlers in userspace.

MFC after:		1 week
Sponsored by:		Mellanox Technologies
</content>
</entry>
</feed>
