summaryrefslogtreecommitdiff
path: root/lib/libcuse/cuse_lib.c
AgeCommit message (Expand)Author
2025-12-25cuse(3): annotate cuse_init() to suppress thread safety analysisDimitry Andric
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2022-07-20cuse(3): Allow allocating a memory buffer of exactly 2 GBytes.Hans Petter Selasky
2022-07-20cuse(3): Allow shared memory allocations up to, but excluding 2 GBytes.Hans Petter Selasky
2022-07-20cuse(3): Make cuse_vmfree() NULL safe.Hans Petter Selasky
2022-06-25cuse(3): Remove PAGE_SIZE from libcuse.Hans Petter Selasky
2016-04-26libcuse: make more use of the howmany() macro when available.Pedro F. Giffuni
2015-12-22Make CUSE usable with platforms where the size of "unsigned long" isHans Petter Selasky
2014-10-13Fix compiler locking diagnostic warnings.Hans Petter Selasky
2014-09-01Add lock annotations to libcuse.Ed Schouten
2014-06-16Fix destruction of character devices by passing correct pointer toHans Petter Selasky
2014-05-23Initial import of character device in userspace support for FreeBSD.Hans Petter Selasky