# $NetBSD: Makefile,v 1.5 2020/10/19 19:33:02 christos Exp $ .include "../Makefile.inc" KMOD= exec_elf64 CPPFLAGS+= -DEXEC_ELF64 .if ${MACHINE_ARCH} != "powerpc64" && \ ${MACHINE_ARCH} != "sparc64" CPPFLAGS+= -DPAX_ASLR .endif .PATH: ${S}/kern SRCS= exec_elf64.c WARNS= 3 .include 'header'> cgit logo index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/lib/librefuse/fuse.h
AgeCommit message (Expand)Author
2023-04-21Fix incorrect test for FUSE_USE_VERSION 34abs
2022-01-22lib/librefuse: Implement all sorts of compat tweaks to appease various file s...pho
2022-01-22Add some missing struct fields, structs, and constants that are part of the APIpho
2022-01-22Implement some missing functions that are part of the APIpho
2022-01-22Correct the wrong prototype of fuse_daemonize(3) while retaining ABI compatib...pho
2022-01-22Cosmetic changespho
2022-01-22Change the way how FUSE_*_VERSION are handledpho
2022-01-22lib/librefuse: Add support for legacy types and functionspho
2022-01-22lib/librefuse: Add stub functions for FUSE polling APIpho
2022-01-22lib/librefuse: Implement data buffer API appeared on FUSE 2.9pho
2022-01-22lib/librefuse: Implement FUSE session API and its signal handling functionalitypho
2021-12-04librefuse: Preparation of a proper API versioning; no more #ifdef woes in use...pho
2019-04-10provide fuse_versionmaya
2016-11-20fuse_main(3): Support general fuse options via fuse_parse_cmdline(3)pho
2008-08-01Add API version 2.6 variant of fuse_setup.dillo
2008-01-14Remove puffs_ops from fuse_operations, no reason for it to be there.pooka
2007-05-17More fixes:christos
2007-05-16Add the $NetBSD$ tag, it's easier to know what revision you have.xtraeme
2007-05-16- Always check strdup return. For now we are lazy and bail instead of cleaningchristos
2007-05-16The FUSE_USE_VERSION is the definition which the user sets, and whichagc
2007-05-15Fuse version 2.6 (and above) has a 4 argument version of fuse_main(),agc
2007-05-03...and include fuse_opt.h in the correct place.agc
2007-05-03Implement fuse_setup(), and fuse_teardown() - necessary for the pythonagc
2007-05-03FUSE includes fuse_opt.h from fuse.h, albeit indirectly, via fuse_common.h.agc
2007-03-13Revert the most recent changes I made - they weren't ready for primetime.agc
2007-03-13+ Only use EXIT_SUCCESS and EXIT_FAILURE for the return code to theagc
2007-02-28* Move fuse_opt* defs and prototypes into fuse_opt.h.xtraeme
2007-02-26Refactor a few interfaces a bit to look more like fuse. fuse_argspooka
2007-02-26Implement readdir properly, or at least as close to possible to howpooka
2007-02-19Implement a very very stubby fuse_unmount(), which does ... nothing.pooka
2007-02-18move getdir() location to match layout of real fuse operationspooka
2007-02-18Added extra functionality:agc
2007-02-15Implement a very very hacky fuse_get_context(), needs to be visited oncepooka
2007-02-11implement getdir, used by some older fuse file systems instead of readdirpooka
2007-02-11Add an implementation of the file system in userspace functionality,agc