aboutsummaryrefslogtreecommitdiff
path: root/lib/libcuse/cuse_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* cuse(3): Allow allocating a memory buffer of exactly 2 GBytes.Hans Petter Selasky2022-07-201-2/+2
* cuse(3): Allow shared memory allocations up to, but excluding 2 GBytes.Hans Petter Selasky2022-07-201-49/+42
* cuse(3): Make cuse_vmfree() NULL safe.Hans Petter Selasky2022-07-201-1/+1
* cuse(3): Remove PAGE_SIZE from libcuse.Hans Petter Selasky2022-06-251-9/+11
* libcuse: make more use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* Make CUSE usable with platforms where the size of "unsigned long" isHans Petter Selasky2015-12-221-4/+4
* Fix compiler locking diagnostic warnings.Hans Petter Selasky2014-10-131-46/+44
* Add lock annotations to libcuse.Ed Schouten2014-09-011-5/+7
* Fix destruction of character devices by passing correct pointer toHans Petter Selasky2014-06-161-1/+1
* Initial import of character device in userspace support for FreeBSD.Hans Petter Selasky2014-05-231-0/+800