History log of /openbsd-current/lib/libfuse/Makefile
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.17 28-Nov-2018 mpi

fuse_parse_cmd_line(3) is called fuse_parse_cmdline(3).

Based on a diff from Edgar Pettijohn III.


Revision tags: OPENBSD_6_4_BASE
# 1.16 03-Aug-2018 helg

Add man page for fuse_get_context(3).


# 1.15 08-Jul-2018 helg

Create separate man pages for each library function.


# 1.14 05-Jul-2018 helg

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

ok mpi@


Revision tags: OPENBSD_6_3_BASE
# 1.13 15-Dec-2017 jca

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@


# 1.12 14-Dec-2017 jca

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

ok mpi@ helg@


# 1.11 13-Dec-2017 helg

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@


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.10 14-Sep-2016 natano

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


# 1.9 04-Sep-2016 natano

only regen pkg-config files when required; ok jasper


Revision tags: OPENBSD_6_0_BASE
# 1.8 30-Mar-2016 jmc

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


Revision tags: OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.7 03-Jun-2015 reyk

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@


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE
# 1.6 08-Aug-2013 jmc

rename fuse docs after existent functions;


Revision tags: OPENBSD_5_4_BASE
# 1.5 05-Jul-2013 syl

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

ok tedu@


# 1.4 14-Jun-2013 syl

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".


# 1.3 14-Jun-2013 syl

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

Ok beck@ and pirofti@.


# 1.2 12-Jun-2013 tedu

fuse_opt support from Sylvestre


# 1.1 03-Jun-2013 tedu

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


# 1.16 03-Aug-2018 helg

Add man page for fuse_get_context(3).


# 1.15 08-Jul-2018 helg

Create separate man pages for each library function.


# 1.14 05-Jul-2018 helg

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

ok mpi@


Revision tags: OPENBSD_6_3_BASE
# 1.13 15-Dec-2017 jca

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@


# 1.12 14-Dec-2017 jca

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

ok mpi@ helg@


# 1.11 13-Dec-2017 helg

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@


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.10 14-Sep-2016 natano

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


# 1.9 04-Sep-2016 natano

only regen pkg-config files when required; ok jasper


Revision tags: OPENBSD_6_0_BASE
# 1.8 30-Mar-2016 jmc

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


Revision tags: OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.7 03-Jun-2015 reyk

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@


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE
# 1.6 08-Aug-2013 jmc

rename fuse docs after existent functions;


Revision tags: OPENBSD_5_4_BASE
# 1.5 05-Jul-2013 syl

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

ok tedu@


# 1.4 14-Jun-2013 syl

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".


# 1.3 14-Jun-2013 syl

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

Ok beck@ and pirofti@.


# 1.2 12-Jun-2013 tedu

fuse_opt support from Sylvestre


# 1.1 03-Jun-2013 tedu

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


# 1.15 08-Jul-2018 helg

Create separate man pages for each library function.


# 1.14 05-Jul-2018 helg

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

ok mpi@


Revision tags: OPENBSD_6_3_BASE
# 1.13 15-Dec-2017 jca

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@


# 1.12 14-Dec-2017 jca

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

ok mpi@ helg@


# 1.11 13-Dec-2017 helg

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@


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.10 14-Sep-2016 natano

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


# 1.9 04-Sep-2016 natano

only regen pkg-config files when required; ok jasper


Revision tags: OPENBSD_6_0_BASE
# 1.8 30-Mar-2016 jmc

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


Revision tags: OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.7 03-Jun-2015 reyk

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@


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE
# 1.6 08-Aug-2013 jmc

rename fuse docs after existent functions;


Revision tags: OPENBSD_5_4_BASE
# 1.5 05-Jul-2013 syl

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

ok tedu@


# 1.4 14-Jun-2013 syl

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".


# 1.3 14-Jun-2013 syl

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

Ok beck@ and pirofti@.


# 1.2 12-Jun-2013 tedu

fuse_opt support from Sylvestre


# 1.1 03-Jun-2013 tedu

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


# 1.13 15-Dec-2017 jca

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@


# 1.12 14-Dec-2017 jca

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

ok mpi@ helg@


# 1.11 13-Dec-2017 helg

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@


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.10 14-Sep-2016 natano

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


# 1.9 04-Sep-2016 natano

only regen pkg-config files when required; ok jasper


Revision tags: OPENBSD_6_0_BASE
# 1.8 30-Mar-2016 jmc

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


Revision tags: OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.7 03-Jun-2015 reyk

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@


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE
# 1.6 08-Aug-2013 jmc

rename fuse docs after existent functions;


Revision tags: OPENBSD_5_4_BASE
# 1.5 05-Jul-2013 syl

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

ok tedu@


# 1.4 14-Jun-2013 syl

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".


# 1.3 14-Jun-2013 syl

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

Ok beck@ and pirofti@.


# 1.2 12-Jun-2013 tedu

fuse_opt support from Sylvestre


# 1.1 03-Jun-2013 tedu

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