summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-01-02some grammar fixes; from dholland@netbsd, -r1.68Jason McIntyre
2018-01-02Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined.Philip Guenther
2018-01-01Fix wrong ETHERTYPE_IPV6denis
2018-01-01Only init chunk_info once, plus some moving of code to group related functions.Otto Moerbeek
2017-12-27step one in avoiding unneccesary init of chunk_info;Otto Moerbeek
2017-12-26Update to compiler-rt 5.0.1.Patrick Wildt
2017-12-26Missed in previousJeremie Courreges-Anglas
2017-12-26Use a version script to limit exported symbolsJeremie Courreges-Anglas
2017-12-26Add ARM EABI runtime aliases to the GCC runtime functions that we includeMark Kettenis
2017-12-25memcpy from the right place. at this point, the used variable is notTed Unangst
2017-12-24Fix one possible buffer overflow and one underflow. Also some minorTodd C. Miller
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