aboutsummaryrefslogtreecommitdiff
path: root/mem.c
AgeCommit message (Expand)Author
2018-06-15Update strace to 4.23.Elliott Hughes
2018-06-14Update strace to 4.22.Elliott Hughes
2018-02-20Update strace to 4.21.Elliott Hughes
2017-07-05Update strace to 4.18.Elliott Hughes
2017-05-25Upgrade strace to 4.17.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-06-17Introduce HAVE_STRUCT_TCB_EXT_ARG macroDmitry V. Levin
2016-05-16Fix printing of invalid arguments of memory mapping related syscallsDmitry V. Levin
2016-05-07mem.c: use print_array functionDmitry V. Levin
2016-04-27Move parsers of NUMA related syscalls to numa.cDmitry V. Levin
2016-04-26Move definitions of MPOL_* constants to xlat filesDmitry V. Levin
2016-04-23Fix old_mmap output when mmap arguments are unfetchableDmitry V. Levin
2016-04-22aarch64: fix old_mmap output for arm personalityDmitry V. Levin
2016-04-22Define old_mmap parser only on architectures that use itDmitry V. Levin
2016-04-01Consistently handle unsigned arguments of mmap* and remap_file_pagesDmitry V. Levin
2016-01-29Fixed decoding of mincore syscall's last argumentDmitry V. Levin
2016-01-08Cleanup parser of getpagesize syscallDmitry V. Levin
2015-11-17Implement mlock2 syscall decodingDmitry V. Levin
2015-07-21m68k: fix getpagesize decodingDmitry V. Levin
2015-07-20mem.c: make use of RVAL_DECODEDDmitry V. Levin
2015-07-20mem.c: use printaddr and umove_or_printaddrDmitry V. Levin
2015-04-07Declare syscall parsers using SYS_FUNC macroDmitry V. Levin
2015-03-31umovestr: read chunks of memory up to pagesize at a timeDmitry V. Levin
2015-03-21Change last parameter of umoven() from char* to void*Denys Vlasenko
2015-01-14powerpc: fix potential compilation warningDmitry V. Levin
2014-12-02Remove unused sys_mctlDmitry V. Levin
2014-09-17Fix compilation warnings reported by gcc -Wsign-compareDmitry V. Levin
2014-05-30unwind: move stacktrace capturing and mmap cache invalidating to trace_syscal...Masatake YAMATO
2014-05-30unwind: introduce queue_t for capturing stacktraceMasatake YAMATO
2014-05-30unwind: give all exported functions "unwind_" prefixMasatake YAMATO
2014-05-30Add -k option to print stack trace after each syscallLuca Clementi
2014-05-30Compress blank linesDmitry V. Levin
2014-05-30Generate xlat/*.in filesDmitry V. Levin
2014-04-10Refactor LDT decodingDmitry V. Levin
2014-04-09mips: enable decoding of set_thread_areaDmitry V. Levin
2014-04-09x32: decode clone LDT user_desc entries for x86 processesDmitry V. Levin
2014-04-09x86-64: decode clone LDT user_desc entries for x86 processesElliott Hughes
2014-02-05Use XLAT_END macroDmitry V. Levin
2014-02-05Use XLAT macroDmitry V. Levin
2014-01-05mem: add missed MAP_HUGETLB mmap flagKirill A. Shutemov
2013-05-23tile: remove MAP_CACHE_xxx support in mem.cChris Metcalf
2013-03-14Update MADV_* constantsDmitry V. Levin
2013-03-05Use sysconf(_SC_PAGESIZE) instead of hardcoded PAGE_SHIFTDmitry V. Levin
2013-02-19Clean up mmap decodingDenys Vlasenko
2013-02-18Remove unused function sys_mmap64Denys Vlasenko
2013-02-18Remove code which supports systems with long long off_t.Denys Vlasenko
2013-02-18Fixes in "new" mmapDenys Vlasenko
2013-02-18Preliminary simplifications in mmap functionsDenys Vlasenko
2013-02-05mmap: decode MAP_UNINITIALIZEDBernhard Reutner-Fischer
2013-02-05Add tilegx support to straceChris Metcalf