History log of /openbsd-src/lib/libfuse/Makefile (Results 1 – 17 of 17)
Revision Date Author Comments
# 44787df4 28-Nov-2018 mpi <mpi@openbsd.org>

fuse_parse_cmd_line(3) is called fuse_parse_cmdline(3).

Based on a diff from Edgar Pettijohn III.


# 311a32cf 03-Aug-2018 helg <helg@openbsd.org>

Add man page for fuse_get_context(3).


# 8e7147f2 08-Jul-2018 helg <helg@openbsd.org>

Create separate man pages for each library function.


# 10bf42aa 05-Jul-2018 helg <helg@openbsd.org>

Create new man page for fuse_set_signal_handlers(3) and
fuse_remove_signal_handlers(3).

ok mpi@


# 7c0bee30 15-Dec-2017 jca <jca@openbsd.org>

Export only symbols to what's declared in fuse.h/fuse_opt.h

While here, use guenther's magic recipe to avoid the PLT when calling
exported symbols from within the library.

ok kettenis@ for v1, ok g

Export only symbols to what's declared in fuse.h/fuse_opt.h

While here, use guenther's magic recipe to avoid the PLT when calling
exported symbols from within the library.

ok kettenis@ for v1, ok guenther@ helg@

show more ...


# fe8281d5 14-Dec-2017 jca <jca@openbsd.org>

Drop -g from CFLAGS, bsd.lib.mk adds it by default

ok mpi@ helg@


# c839d22f 13-Dec-2017 helg <helg@openbsd.org>

Add support for the -d (-o debug) option to libfuse. Currently works for FUSE
file systems that call fuse_parse_cmdline(3), fuse_main(3) or
fuse_setup(3).

ok mpi@, jca@


# e62d0eea 14-Sep-2016 natano <natano@openbsd.org>

Generate pkg-config files at build time like everything else. This
avoids permission problems due to the build and install stages being run
by different users.

ok deraadt jasper


# 53c02d25 04-Sep-2016 natano <natano@openbsd.org>

only regen pkg-config files when required; ok jasper


# faa33665 30-Mar-2016 jmc <jmc@openbsd.org>

for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base;

authors need only to ensure there is an entry in NAME for any funct

for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base;

authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;

ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung

show more ...


# 702327df 03-Jun-2015 reyk <reyk@openbsd.org>

Remove -Werror from the Makefile: as it happened with asprintf, it
breaks the tree if any new compiler warnings get enabled, especially
with -Wall. We do not want to use it in the tree, except for s

Remove -Werror from the Makefile: as it happened with asprintf, it
breaks the tree if any new compiler warnings get enabled, especially
with -Wall. We do not want to use it in the tree, except for some
very special places.

As discussed with deraadt@

show more ...


# 91705c88 08-Aug-2013 jmc <jmc@openbsd.org>

rename fuse docs after existent functions;


# 6e1e865e 05-Jul-2013 syl <syl@openbsd.org>

Add support for fuse_teardown(3). This function
is needed by zipfs.

ok tedu@


# 5f1aa8d9 14-Jun-2013 syl <syl@openbsd.org>

Add support for fuse_get_context(3) needed by ntfs-3g.

OK pirofti@ and beck@ "assuming I am getting to setting
the initial pid/gid/uid values correctly soon".


# 9874ba4a 14-Jun-2013 syl <syl@openbsd.org>

add support for fuse_version(3). Needed by ntfs-3g.

Ok beck@ and pirofti@.


# 88a7ba5e 12-Jun-2013 tedu <tedu@openbsd.org>

fuse_opt support from Sylvestre


# 75af46c2 03-Jun-2013 tedu <tedu@openbsd.org>

add userland fuse library. ok beck deraadt
from Sylvestre Gallon ccna.syl gmail.com