History log of /netbsd-src/lib/libperfuse/Makefile (Results 1 – 11 of 11)
Revision Date Author Comments
# ffeb8dbf 23-Jan-2016 christos <christos@NetBSD.org>

Define _KERNTYPES for things that need it.


# d41e7038 06-Sep-2012 riz <riz@NetBSD.org>

Disable default build of debugging info.


# fa835e8c 21-Mar-2012 matt <matt@NetBSD.org>

These directories default to WARNS?=5


# e3c6f18d 14-Aug-2011 christos <christos@NetBSD.org>

simplify and eliminate non literal string formats.


# dda15b03 13-Aug-2011 christos <christos@NetBSD.org>

- fix warn/err confusiog
- fix debugging printf
- add func arguments to simple formats


# ad760bfa 28-Jun-2011 riz <riz@NetBSD.org>

Don't hardcode the libpuffs path to /usr/src/lib/libpuffs.


# 8ae0a67d 28-Jun-2011 manu <manu@NetBSD.org>

Add support for extended attributes


# a216da57 26-May-2011 joerg <joerg@NetBSD.org>

Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be r

Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.

show more ...


# 73963ae9 09-May-2011 manu <manu@NetBSD.org>

Enable the build of perfused and libperfuse


# f8934bcc 03-May-2011 manu <manu@NetBSD.org>

Fix build (libperfuse is still not built by default, but time is coming)


# 7b1d1ee6 25-Aug-2010 manu <manu@NetBSD.org>

libperfuse(3) is a PUFFS relay to FUSE. In order to use it,
FUSE filesystem must be patched to #include <perfuse.h> in the source
files that open /dev/fuse and perform the mount(2) system call. The
F

libperfuse(3) is a PUFFS relay to FUSE. In order to use it,
FUSE filesystem must be patched to #include <perfuse.h> in the source
files that open /dev/fuse and perform the mount(2) system call. The
FUSE filesystem must be linked with -lperfuse.

libperfuse(3) implements the FUSE kernel interface, on which libfuse or
any FUSE filesystem that opens /dev/fuse directly can be used.

For now, an external daemon called perfused(8) is used. This may change
in the future.

show more ...