OpenGrok
Cross Reference: Makefile
xref
: /
src
/
lib
/
libperfuse
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
libperfuse
History log of
/src/lib/libperfuse/Makefile
Revision
Date
Author
Comments
1.11
23-Jan-2016
christos
Define _KERNTYPES for things that need it.
1.10
06-Sep-2012
riz
Disable default build of debugging info.
1.9
21-Mar-2012
matt
These directories default to WARNS?=5
1.8
14-Aug-2011
christos
branches: 1.8.2;
simplify and eliminate non literal string formats.
1.7
13-Aug-2011
christos
- fix warn/err confusiog
- fix debugging printf
- add func arguments to simple formats
1.6
28-Jun-2011
riz
Don't hardcode the libpuffs path to /usr/src/lib/libpuffs.
1.5
28-Jun-2011
manu
Add support for extended attributes
1.4
26-May-2011
joerg
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.
1.3
09-May-2011
manu
Enable the build of perfused and libperfuse
1.2
03-May-2011
manu
Fix build (libperfuse is still not built by default, but time is coming)
1.1
25-Aug-2010
manu
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.
1.8.2.2
30-Oct-2012
yamt
sync with head
1.8.2.1
17-Apr-2012
yamt
sync with head
Indexes created Wed Jul 29 00:25:28 UTC 2026