index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
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
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
[next]