Age | Commit message (Expand) | Author |
2018-01-16 | On armv7, remove symbols that are also present in our libc. Because of the | Mark Kettenis |
2018-01-14 | Add two more ARM EABI aliases that I missed in the previous libc minor | Mark Kettenis |
2018-01-13 | tweak previous; | Jason McIntyre |
2018-01-13 | introduce a filter called EVFILT_DEVICE that can be used to notify | Robert Nagy |
2018-01-12 | Adjust references for sysctl(3) to sysctl(2) | Theo de Raadt |
2018-01-12 | sysctl(3) can now be renamed to sysctl(2) | Theo de Raadt |
2018-01-08 | Move SC_* defines into <machine/setjmp.h>, and rename them, | Visa Hankala |
2018-01-08 | optimization and some cleanup; mostly from kshe (except the unmap() part) | Otto Moerbeek |
2018-01-08 | TIOCUCNTL is now allowed by promise "tty". | Martin Pieuchot |
2018-01-07 | amd64_{get,set}_fsbase() are superfluous and unused; delete them. | Philip Guenther |
2018-01-07 | On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunately | Mark Kettenis |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2018-01-06 | Remove dead gettimeofday calls and timevals. | cheloha |
2018-01-02 | some grammar fixes; from dholland@netbsd, -r1.68 | Jason McIntyre |
2018-01-02 | Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined. | Philip Guenther |
2018-01-01 | Fix wrong ETHERTYPE_IPV6 | denis |
2018-01-01 | Only init chunk_info once, plus some moving of code to group related functions. | Otto Moerbeek |
2017-12-27 | step one in avoiding unneccesary init of chunk_info; | Otto Moerbeek |
2017-12-26 | Update to compiler-rt 5.0.1. | Patrick Wildt |
2017-12-26 | Missed in previous | Jeremie Courreges-Anglas |
2017-12-26 | Use a version script to limit exported symbols | Jeremie Courreges-Anglas |
2017-12-26 | Add ARM EABI runtime aliases to the GCC runtime functions that we include | Mark Kettenis |
2017-12-25 | memcpy from the right place. at this point, the used variable is not | Ted Unangst |
2017-12-24 | Fix one possible buffer overflow and one underflow. Also some minor | Todd C. Miller |
2017-12-18 | Add call to fuse_remove_signal_handlers(3) in fuse_teardown(3) to do the | helg |
2017-12-18 | Refactor libfuse option processing to better support options in the | helg |
2017-12-18 | let's not try to document the number of items in a list... | Jason McIntyre |
2017-12-18 | Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2) | cheloha |
2017-12-16 | Move __cxa_thread_atexit* to its own .c file to avoid pulling the code | Philip Guenther |
2017-12-16 | Don't use _libc_ prefix when referencing "builtin" symbols with clang. | Mark Kettenis |
2017-12-15 | Export only symbols to what's declared in fuse.h/fuse_opt.h | Jeremie Courreges-Anglas |
2017-12-15 | Fix formatting of libfuse version info. | helg |
2017-12-14 | Simplify and unify timespec variables used in those event loops | Jeremie Courreges-Anglas |
2017-12-14 | Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols. | Philip Guenther |
2017-12-14 | Use CLOCK_MONOTONIC for the rpc event loops | Jeremie Courreges-Anglas |
2017-12-14 | Add a missing call to fuse_set_signal_handlers(3) in fuse_setup(3) so that | helg |
2017-12-14 | Drop -g from CFLAGS, bsd.lib.mk adds it by default | Jeremie Courreges-Anglas |
2017-12-14 | fuse_opt_add_opt_escaped needs to allocate space for the terminating NUL | Jeremie Courreges-Anglas |
2017-12-14 | Free FUSE channel if fuse_new(3) fails in fuse_setup(3). | helg |
2017-12-14 | Make a few internal symbols static and add a Symbols.map version script | Mark Kettenis |
2017-12-13 | Add support for the -d (-o debug) option to libfuse. Currently works for FUSE | helg |
2017-12-13 | If the list of templates 'o' passed to fuse_opt_parse(3) is NULL then | helg |
2017-12-12 | Consistently use .Va for "errno"; | Ingo Schwarze |
2017-12-12 | space required between macro arg and punctuation; | Jason McIntyre |
2017-12-12 | pledge()'s 2nd argument becomes char *execpromises, which becomes the | Theo de Raadt |
2017-12-11 | sscanf(3) is now used to parse templates that contain format specifiers | helg |
2017-12-11 | Update to fuse_opt_parse(3) so that all option templates are now matched for | helg |
2017-12-11 | The fuse_opt_match(3) library function does not match options correctly. | helg |
2017-12-11 | bump to 2.7.0 | Brent Cook |
2017-12-11 | http://repzret.org/p/repzret/ | Theo de Raadt |