aboutsummaryrefslogtreecommitdiff
path: root/src/lib/malloc/map_anon.c
AgeCommit message (Expand)Author
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