aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace/mmap.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-05-11libbacktrace: declare getpagesize if necessaryIan Lance Taylor1-0/+4
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-27[libbacktrace] Don't point to released memory in backtrace_vector_releaseTom de Vries1-0/+2
2018-01-25re PR other/68239 (libbacktrace allocation is sometimes very slow)Ian Lance Taylor1-1/+23
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-09-11* all: Remove meaningless trailing whitespace.Carlos Liam1-3/+3
2016-02-06mmap.c (MAP_FAILED): Define if not defined.John David Anglin1-0/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-08re PR other/67457 (segfault in libbacktrace)Ian Lance Taylor1-2/+6
2015-09-08re PR other/67457 (segfault in libbacktrace)Ian Lance Taylor1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-05-09mmap.c (backtrace_free): If freeing a large aligned block of memory, call mun...Ian Lance Taylor1-2/+26
2014-01-02Update copyright years in libbacktrace/Richard Sandiford1-1/+1
2013-12-05alloc.c (backtrace_vector_finish): Add error_callback and data parameters.Ian Lance Taylor1-3/+10
2013-03-25alloc.c: #include <sys/types.h>.Ian Lance Taylor1-0/+1
2013-01-14Update copyright years in libbacktrace.Richard Sandiford1-1/+1
2013-01-01re PR other/55536 (libbacktrace abort in backtrace_alloc at mmap.c:99 running...Ian Lance Taylor1-4/+20
2012-10-29mmap.c (backtrace_vector_release): Correct last patch: add aligned, not size.Ian Lance Taylor1-1/+2
2012-10-29mmap.c (backtrace_vector_release): Make sure freed block is aligned on 8-byte...Ian Lance Taylor1-2/+12
2012-09-18Fix libbacktrace bootstrap with gcc 4.4Rainer Orth1-0/+1
2012-09-17libbacktrace/:Ian Lance Taylor1-0/+235