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
/
libexec
/
ld.so
/
malloc.c
Age
Commit message (
Expand
)
Author
2017-01-24
On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of
Philip Guenther
2016-11-03
small tweak to also check canaries if F is in effect
Otto Moerbeek
2016-10-31
sync to libc: malloc_move is not an option anymore
Otto Moerbeek
2016-10-25
bring canaries for > page sized objects from libc to ld.so; ok guenther@
Otto Moerbeek
2016-10-14
0xd0 -> 0xdb from libc malloc
Otto Moerbeek
2016-10-14
move better canary code and validate_junk() over from libc malloc
Otto Moerbeek
2016-09-18
merge form libc malloc:
Otto Moerbeek
2016-09-04
Redundant memset and some better style wrt exiting functions after error.
Otto Moerbeek
2016-09-03
cherry-pick a few diffs from libc malloc; ok guenther@
Otto Moerbeek
2016-08-12
the slimmed down random functions inside ld.so are strict clones of the
Theo de Raadt
2016-05-19
ld.so can now be entered by multiple threads via _dl_{allocate,free}_tib(),
Philip Guenther
2015-01-22
delete annoying white space that annoy
Theo de Raadt
2015-01-16
<sys/param.h> to <limits.h> conversion. Verified binaries
Theo de Raadt
2014-11-03
arc4random_uniform() transformation was off, resulting in badly skewed
Philip Guenther
2014-07-06
this version of malloc does not need string.h
Otto Moerbeek
2014-06-21
Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry and
Otto Moerbeek
2014-06-15
move to a smaller rbytes buffer; ok miod@ deraadt@
Otto Moerbeek
2014-06-05
Move to (slightly stripped) version of libc malloc; ok deraadt@
Otto Moerbeek