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
/
libc
/
stdlib
Age
Commit message (
Expand
)
Author
2017-08-20
two MALLOC_STATS only tweaks; one from David CARLIER, the other found by clang
Otto Moerbeek
2017-08-12
Minimize #includes, particularly to avoid thread_private.h
Philip Guenther
2017-08-01
add missing and correct misspelled names, most in NAME sections;
Ingo Schwarze
2017-07-10
one more instance of the previous commit; also initialize ->offset to a
Otto Moerbeek
2017-07-07
Only access offset if canaries are enabled *and* size > 0, otherwise offset
Otto Moerbeek
2017-07-06
The 0x (or 0X) prefix in base 16 is optional so only skip over the
Todd C. Miller
2017-06-19
port the RBT code to userland by making it part of libc.
David Gwynne
2017-05-30
Don't fall back to heapsort() if we would otherwise switch to
Todd C. Miller
2017-05-24
Support swapping 32-bit aligned elements on 64-bit platforms.
Todd C. Miller
2017-05-20
Document that qsort falls back to heapsort() if the recursion depth
Todd C. Miller
2017-05-20
Use David Musser's introsort algorithm to fall back to heapsort(3)
Todd C. Miller
2017-05-17
The BSD qsort() performs tail recursion elimination on the second
Todd C. Miller
2017-05-15
Typo: freezeo -> freezero
Theo Buehler
2017-05-13
- fix bug wrt posix_memalign(3) of blocks between half a page and a page
Otto Moerbeek
2017-04-23
Rearrange text a bit to make it clear what "discarded" means; ok jmc@ deraadt@
Otto Moerbeek
2017-04-22
For small allocations (chunk) freezero only validates the given
Otto Moerbeek
2017-04-18
don't forget to fill in canary bytes for posix_memalign(3); reported by
Otto Moerbeek
2017-04-17
consictently use .Dv NULL and a few other tweaks; ok schwarze@
Otto Moerbeek
2017-04-17
whitespace fixes
Otto Moerbeek
2017-04-13
allow clearing less than allocated and document freezero(3) better
Otto Moerbeek
2017-04-10
tweak previous;
Jason McIntyre
2017-04-10
Introducing freezero(3) a version of free that guarantees the process
Otto Moerbeek
2017-04-06
Consistentcy between nmembers and size order. From Christopher Hettrick;
Otto Moerbeek
2017-04-06
first print size in meta-data then supplied arg size when an inconsistency is
Otto Moerbeek
2017-03-29
rephrase more enumerations of functions
Otto Moerbeek
2017-03-28
small cleanup & optimization; ok deraadt@ millert@
Otto Moerbeek
2017-03-26
Stop enumeration all allocation functions, just say "allocation functions"
Otto Moerbeek
2017-03-24
add a helper function to print all pools #ifdef MALLOC_STATS
Otto Moerbeek
2017-03-24
document new recallocarray diagnostic; zap a few diagnostics that should
Otto Moerbeek
2017-03-24
move recallocarray to malloc.c and
Otto Moerbeek
2017-03-17
remove unneccessary macro;
Jason McIntyre
2017-03-17
Strengthen description of recallocarray(3) behaviour, hoping that readers
Theo de Raadt
2017-03-07
Some tweaks from jmc@ and describe better what recallocarray does;
Otto Moerbeek
2017-03-06
Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)
Otto Moerbeek
2017-02-15
Add a NULL test to wrterror() to avoid a NULL deref when called from a
Jonathan Gray
2017-02-12
malloc does not *need* to return page-aligned objects for size >=
Otto Moerbeek
2017-02-02
fix a comment and rm some dead code as a result of the previous diff
Otto Moerbeek
2017-02-01
Let realloc handle and produce moved pointers for allocations between
Otto Moerbeek
2017-01-21
1. When shrinking a chunk allocation, compare the size of the current
Otto Moerbeek
2017-01-04
Remove unnecessary casts of 'a' to char * since 'a' is already char *.
Todd C. Miller
2016-11-04
MALLOC_STATS tweaks, by default not compiled in
Otto Moerbeek
2016-11-03
small tweak to also check canaries if F is in effect
Otto Moerbeek
2016-10-31
remove some old option letters and also make P non-settable. It has
Otto Moerbeek
2016-10-28
Pages in the malloc cache are either reused quickly or unmapped
Otto Moerbeek
2016-10-22
$OpenBSD$
Theo Buehler
2016-10-22
- fix MALLOC_STATS compile
Otto Moerbeek
2016-10-21
fix some void * arithmetic by casting
Otto Moerbeek
2016-10-21
and recommit with fixed GC
Otto Moerbeek
2016-10-20
backout for now; flag combination GC is not ok
Otto Moerbeek
2016-10-20
avoid sentence splicing;
Jason McIntyre
[next]