summaryrefslogtreecommitdiff
path: root/lib/libcuse
AgeCommit message (Expand)Author
2025-12-25cuse(3): annotate cuse_init() to suppress thread safety analysisDimitry Andric
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2022-07-20cuse(3): Make some clarifications in the manual page.Hans Petter Selasky
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
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-04-18Implement flag for telling cuse(3) clients if the peer is running in 32-bitHans Petter Selasky
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-10-05Add support for new cuse(3) error code, CUSE_ERR_NO_DEVICE.Hans Petter Selasky
2016-04-26libcuse: make more use of the howmany() macro when available.Pedro F. Giffuni
2016-02-04First pass through library packaging.Glen Barber
2015-12-22Make CUSE usable with platforms where the size of "unsigned long" isHans Petter Selasky
2015-11-25META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery
2015-09-25META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2014-11-25Convert libraries to use LIBADDBaptiste Daroussin
2014-11-19Merge from head@274682Simon J. Gerraty
2014-10-13Fix compiler locking diagnostic warnings.Hans Petter Selasky
2014-09-01Add lock annotations to libcuse.Ed Schouten
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-08-17Add missing DPADD to Makefile.Hans Petter Selasky
2014-06-23mdoc: remove superfluous paragraph macros.Joel Dahl
2014-06-16Fix destruction of character devices by passing correct pointer toHans Petter Selasky
2014-06-06Mdoc cleanup, typo and grammar fixes.Christian Brueffer
2014-06-06Add missing MLINKs.Christian Brueffer
2014-05-23Initial import of character device in userspace support for FreeBSD.Hans Petter Selasky