summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-01-16On armv7, remove symbols that are also present in our libc. Because of theMark Kettenis
2018-01-14Add two more ARM EABI aliases that I missed in the previous libc minorMark Kettenis
2018-01-13tweak previous;Jason McIntyre
2018-01-13introduce a filter called EVFILT_DEVICE that can be used to notifyRobert Nagy
2018-01-12Adjust references for sysctl(3) to sysctl(2)Theo de Raadt
2018-01-12sysctl(3) can now be renamed to sysctl(2)Theo de Raadt
2018-01-08Move SC_* defines into <machine/setjmp.h>, and rename them,Visa Hankala
2018-01-08optimization and some cleanup; mostly from kshe (except the unmap() part)Otto Moerbeek
2018-01-08TIOCUCNTL is now allowed by promise "tty".Martin Pieuchot
2018-01-07amd64_{get,set}_fsbase() are superfluous and unused; delete them.Philip Guenther
2018-01-07On OpenBSD/armv7 we deliberately trap unaligned access. UnfortunatelyMark Kettenis
2010-10-01import OpenSSL-1.0.0aDamien Miller
2018-01-06Remove dead gettimeofday calls and timevals.cheloha
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