summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-12-18Add call to fuse_remove_signal_handlers(3) in fuse_teardown(3) to do thehelg
2017-12-18Refactor libfuse option processing to better support options in thehelg
2017-12-18let's not try to document the number of items in a list...Jason McIntyre
2017-12-18Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2)cheloha
2017-12-16Move __cxa_thread_atexit* to its own .c file to avoid pulling the codePhilip Guenther
2017-12-16Don't use _libc_ prefix when referencing "builtin" symbols with clang.Mark Kettenis
2017-12-15Export only symbols to what's declared in fuse.h/fuse_opt.hJeremie Courreges-Anglas
2017-12-15Fix formatting of libfuse version info.helg
2017-12-14Simplify and unify timespec variables used in those event loopsJeremie Courreges-Anglas
2017-12-14Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols.Philip Guenther
2017-12-14Use CLOCK_MONOTONIC for the rpc event loopsJeremie Courreges-Anglas
2017-12-14Add a missing call to fuse_set_signal_handlers(3) in fuse_setup(3) so thathelg
2017-12-14Drop -g from CFLAGS, bsd.lib.mk adds it by defaultJeremie Courreges-Anglas
2017-12-14fuse_opt_add_opt_escaped needs to allocate space for the terminating NULJeremie Courreges-Anglas
2017-12-14Free FUSE channel if fuse_new(3) fails in fuse_setup(3).helg
2017-12-14Make a few internal symbols static and add a Symbols.map version scriptMark Kettenis
2017-12-13Add support for the -d (-o debug) option to libfuse. Currently works for FUSEhelg
2017-12-13If the list of templates 'o' passed to fuse_opt_parse(3) is NULL thenhelg
2017-12-12Consistently use .Va for "errno";Ingo Schwarze
2017-12-12space required between macro arg and punctuation;Jason McIntyre
2017-12-12pledge()'s 2nd argument becomes char *execpromises, which becomes theTheo de Raadt
2017-12-11sscanf(3) is now used to parse templates that contain format specifiershelg
2017-12-11Update to fuse_opt_parse(3) so that all option templates are now matched forhelg
2017-12-11The fuse_opt_match(3) library function does not match options correctly.helg
2017-12-11bump to 2.7.0Brent Cook
2017-12-11http://repzret.org/p/repzret/Theo de Raadt
2017-12-09Make tls_config_parse_protocols() work correctly when passed a NULL pointerJoel Sing
2017-12-09In the middle of CRYPTO_gcm128_finish() there is a complicated #ifdefTheo de Raadt
2017-12-09Please variable decl before code.Theo de Raadt
2017-12-08Fix the return value of fwscanf(3) when encountering an early matchingKevin Lo
2017-12-07* clean up macro usage: use .Ar for command arguments, .Cm for fixedIngo Schwarze
2017-12-06It's the imsg_compose(3) who accepts 'fd' argument, not imsg_create(3).Vadim Zhukov
2017-12-05Remove DEF_STRONG(__cxa_thread_atexit_impl). This produces an unwantedMark Kettenis
2017-12-05Implement __cxa_thread_atexit to support C++11 thread_local scope. TheMark Kettenis
2017-12-01Redo the calculation of the alignment and placement of static TLS data toPhilip Guenther
2017-12-01Consistently .Xr the corresponding wide char functions from char- andIngo Schwarze
2017-12-01add missing argument name; from <kshe59 at zoho dot eu>; OK jmc@;Ingo Schwarze
2017-11-30vn_open(9) does not pass the open(2) flags to VOP_CREATE(9) so we can'thelg
2017-11-29clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"Philip Guenther
2017-11-28Add the missing STANDARDS section (kettenis@ noticed that these areIngo Schwarze
2017-11-28Rewrite ASN1_TYPE_{get,set}_octetstring() using templated ASN.1.Joel Sing
2017-11-28Correct TLS extensions handling when no extensions are present.Joel Sing
2017-11-28Add CBB_discard_child(), which allows for a child CBB to be discarded.Joel Sing
2017-11-28GNU ld has prefixed the contents of .gnu.warning.SYMBOL sectionsTheo Buehler
2017-11-28Delete fktrace(2). The consequences of it were not thought throughPhilip Guenther
2017-11-26Add support for -f option to libfuse. This keeps the FUSE file systemhelg
2017-11-22Avoid .align 0 here as well. Also fix a .word that should be a .quad.Mark Kettenis
2017-11-21Avoid .align 0. Clang's integrated assembler actually honors this directiveMark Kettenis
2017-11-21Use a simple forward search to find '%' in the format string instead ofTheo Buehler
2017-11-17Implement safe signal handling and handle unmount failure gracefully.helg