index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
hidden
/
stdlib.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Inroduce malloc_conceal() and calloc_conceal(). Similar to their
otto
2019-05-10
1
-1
/
+3
*
Introducing malloc_usable_size() was a mistake. While some other
otto
2018-11-21
1
-2
/
+1
*
Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man page
otto
2018-11-18
1
-1
/
+2
*
Implement C11's aligned_alloc(3). ok guenther@
otto
2018-11-05
1
-1
/
+2
*
New POSIX xlocale implementation written from scratch.
schwarze
2017-09-05
1
-2
/
+2
*
Use David Musser's introsort algorithm to fall back to heapsort(3)
millert
2017-05-20
1
-2
/
+2
*
Introducing freezero(3) a version of free that guarantees the process
otto
2017-04-10
1
-1
/
+2
*
Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)
otto
2017-03-06
1
-1
/
+2
*
Reduce qabs() and qdiv() to aliases of llabs() and lldiv().
guenther
2016-08-14
1
-3
/
+3
*
environ and __progname are not declared in a public header; declare them
guenther
2016-03-13
1
-1
/
+4
*
libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork()
guenther
2015-11-10
1
-2
/
+2
*
Hide __atexit and __atexit_register_cleanup()
guenther
2015-10-25
1
-1
/
+2
*
Don't wrap initialized variables: binutils appears to be mishandling them
guenther
2015-09-19
1
-1
/
+3
*
For now, permit overriding of the malloc family, to make emacs happy
guenther
2015-09-13
1
-6
/
+6
*
Overshot w/PROTO_DEPRECATED: seed48_deterministic() is used internally
guenther
2015-09-13
1
-2
/
+2
*
Wrap <stdlib.h> so that calls go direct and the symbols not in the
guenther
2015-09-13
1
-0
/
+158