aboutsummaryrefslogtreecommitdiff
path: root/src/lib/malloc/map_anon.c
AgeCommit message (Expand)Author
2020-02-06Fix a couple more long warning linesNick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-10-22Merge branch 'ticket31705_v2' into ticket31705_v2_mergedNick Mathewson
2019-10-22Use #warning instead of #warn: one is C and one isn't.Nick Mathewson
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-09-16Run "make autostyle" and fix wide lines.Nick Mathewson
2019-09-16Merge branch 'tor-github/pr/1318'George Kadianakis
2019-09-11madvise: tolerate EINVAL and ENOSYS when minherit failsNick Mathewson
2019-09-02madvise: tolerate EINVAL and ENOSYSNick Mathewson
2019-06-11Merge branch 'tor-github/pr/1050' into maint-0.4.1David Goulet
2019-06-11Give a compile warning when we don't have any flags for minherit().Nick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-30Merge branch 'tor-github/pr/1049'David Goulet
2019-05-29Use MAP_INHERIT_ZERO or MAP_INHERIT_NONE if available.Taylor R Campbell
2019-04-04Use an enum for inherit_result_out.Nick Mathewson
2019-04-04rename inherit values to avoid conflict with system definesNick Mathewson
2019-04-04Make map_anon expose the result of a noinherit attemptNick Mathewson
2019-02-25Re-enable and fix unit test for nofork mappingsNick Mathewson
2019-02-06Code for anonymous mappings via mmap() or CreateFileMapping().Nick Mathewson