Age | Commit message (Expand) | Author |
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 |
2017-12-09 | Make tls_config_parse_protocols() work correctly when passed a NULL pointer | Joel Sing |
2017-12-09 | In the middle of CRYPTO_gcm128_finish() there is a complicated #ifdef | Theo de Raadt |
2017-12-09 | Please variable decl before code. | Theo de Raadt |
2017-12-08 | Fix the return value of fwscanf(3) when encountering an early matching | Kevin Lo |
2017-12-07 | * clean up macro usage: use .Ar for command arguments, .Cm for fixed | Ingo Schwarze |
2017-12-06 | It's the imsg_compose(3) who accepts 'fd' argument, not imsg_create(3). | Vadim Zhukov |
2017-12-05 | Remove DEF_STRONG(__cxa_thread_atexit_impl). This produces an unwanted | Mark Kettenis |
2017-12-05 | Implement __cxa_thread_atexit to support C++11 thread_local scope. The | Mark Kettenis |
2017-12-01 | Redo the calculation of the alignment and placement of static TLS data to | Philip Guenther |
2017-12-01 | Consistently .Xr the corresponding wide char functions from char- and | Ingo Schwarze |
2017-12-01 | add missing argument name; from <kshe59 at zoho dot eu>; OK jmc@; | Ingo Schwarze |
2017-11-30 | vn_open(9) does not pass the open(2) flags to VOP_CREATE(9) so we can't | helg |
2017-11-29 | clang doesn't propagate attributes like "asm labels" and "visibility(hidden)" | Philip Guenther |
2017-11-28 | Add the missing STANDARDS section (kettenis@ noticed that these are | Ingo Schwarze |
2017-11-28 | Rewrite ASN1_TYPE_{get,set}_octetstring() using templated ASN.1. | Joel Sing |
2017-11-28 | Correct TLS extensions handling when no extensions are present. | Joel Sing |
2017-11-28 | Add CBB_discard_child(), which allows for a child CBB to be discarded. | Joel Sing |
2017-11-28 | GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections | Theo Buehler |
2017-11-28 | Delete fktrace(2). The consequences of it were not thought through | Philip Guenther |
2017-11-26 | Add support for -f option to libfuse. This keeps the FUSE file system | helg |
2017-11-22 | Avoid .align 0 here as well. Also fix a .word that should be a .quad. | Mark Kettenis |
2017-11-21 | Avoid .align 0. Clang's integrated assembler actually honors this directive | Mark Kettenis |
2017-11-21 | Use a simple forward search to find '%' in the format string instead of | Theo Buehler |
2017-11-17 | Implement safe signal handling and handle unmount failure gracefully. | helg |
2017-11-17 | Fixes the following bugs when getcwd(3) is used on a fuse file system | helg |
2017-11-16 | Add support for: | helg |
2017-11-16 | Add error checking to some calls to __find_arguments(). Matches similar | Theo Buehler |
2017-11-07 | Fix spelling: bet -> net from Scott Bennett, thanks | Theo Buehler |
2017-11-04 | Revert recent changes to unbreak ports/net/samba | Jeremie Courreges-Anglas |
2017-11-04 | fuse_loop_mt() isn't implemented so return an error value. | Martin Pieuchot |
2017-11-04 | Use the correct version macro. | Martin Pieuchot |
2017-11-04 | polish debug printfs, no behaviour change. | Alexandre Ratchov |
2017-11-02 | 's' should include 'f'; from Jacqueline Jolicoeur | Otto Moerbeek |
2017-11-02 | Check if the arguments are NULL instead of dereferencing them blindly. | Martin Pieuchot |
2017-11-02 | Update libexpat to 2.2.5. Changes for OpenBSD include a few bug | Alexander Bluhm |
2017-10-31 | Argh: put back some linker-supplied symbols to avoid triggering a bug | Philip Guenther |
2017-10-30 | fix oob read; form llvm via Vlad Tsyrklevich; ok millert@ | Otto Moerbeek |
2017-10-29 | Prefer <elf.h> to the non portable <sys/exec_elf.h>. | Martin Pieuchot |
2017-10-29 | Stop exporting _memcpy, an implementation detail of bcopy/memcpy/memmove | Philip Guenther |
2017-10-28 | Remove __builtin_saveregs: gcc hasn't used it for years. | Philip Guenther |
2017-10-28 | Typo: 'end' should have been '_end', which is already exported/imported. | Philip Guenther |
2017-10-28 | Eliminate some more linker generated symbols that aren't needed. | Philip Guenther |
2017-10-28 | If the init_routine used with pthread_once() is canceled, then we need to | Philip Guenther |
2017-10-28 | Change pthread_cleanup_{push,pop} to macros that store the cleanup info | Philip Guenther |
2017-10-28 | Stop exporting some symbols internal to the softfloat implementation, | Mark Kettenis |
2017-10-28 | No need to include <sys/param.h> before <sys/sysctl.h>. | Martin Pieuchot |