]> granicus.if.org Git - strace/history - mmap_cache.c
Add support for long options
[strace] / mmap_cache.c
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-07-07 Masatake YAMATOmmap_cache: add customizable search function
2018-05-04 Dmitry V. Levinmmap_cache: do not activate unless requested
2018-05-03 Dmitry V. Levinmmap_cache: remove mmap_cache_is_enabled
2018-05-03 Masatake YAMATOmmap_cache: use the mmap_notify subsystem
2018-05-03 Eugene Syromyatnikovmmap_cache: fool-proofing build_mmap_cache
2018-02-27 Dmitry V. LevinReplace fopen_for_input and fopen_for_output with fopen...
2018-02-26 Dmitry V. LevinMove definitions of fopen_for_input to largefile_wrappers.h
2018-02-26 Dmitry V. LevinIntroduce mmap_cache.h
2018-02-26 Masatake YAMATOmmap_cache: record device major and minor numbers
2018-02-26 Masatake YAMATOmmap_cache: add function to enable mmap_cache
2018-02-26 Masatake YAMATOmmap_cache: record protection bits
2018-02-26 Masatake YAMATOmmap_cache: move code for searching a mmap cache from...
2018-02-26 Masatake YAMATOmmap_cache: new subsystem derived from unwind.c