aboutsummaryrefslogtreecommitdiffstats
path: root/mem.c
Commit message (Expand)AuthorAgeFilesLines
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-42/+21
* umovestr: read chunks of memory up to pagesize at a timeDmitry V. Levin2015-03-311-2/+2
* Change last parameter of umoven() from char* to void*Denys Vlasenko2015-03-211-5/+5
* powerpc: fix potential compilation warningDmitry V. Levin2015-01-141-2/+2
* Remove unused sys_mctlDmitry V. Levin2014-12-021-42/+0
* Fix compilation warnings reported by gcc -Wsign-compareDmitry V. Levin2014-09-171-3/+3
* unwind: move stacktrace capturing and mmap cache invalidating to trace_syscal...Masatake YAMATO2014-05-301-27/+0
* unwind: introduce queue_t for capturing stacktraceMasatake YAMATO2014-05-301-1/+11
* unwind: give all exported functions "unwind_" prefixMasatake YAMATO2014-05-301-3/+3
* Add -k option to print stack trace after each syscallLuca Clementi2014-05-301-0/+17
* Compress blank linesDmitry V. Levin2014-05-301-5/+0
* Generate xlat/*.in filesDmitry V. Levin2014-05-301-229/+17
* Refactor LDT decodingDmitry V. Levin2014-04-101-119/+0
* mips: enable decoding of set_thread_areaDmitry V. Levin2014-04-091-1/+3
* x32: decode clone LDT user_desc entries for x86 processesDmitry V. Levin2014-04-091-4/+4
* x86-64: decode clone LDT user_desc entries for x86 processesElliott Hughes2014-04-091-4/+4
* Use XLAT_END macroDmitry V. Levin2014-02-051-12/+12
* Use XLAT macroDmitry V. Levin2014-02-051-72/+72
* mem: add missed MAP_HUGETLB mmap flagKirill A. Shutemov2014-01-051-0/+3
* tile: remove MAP_CACHE_xxx support in mem.cChris Metcalf2013-05-231-42/+0
* Update MADV_* constantsDmitry V. Levin2013-03-141-0/+33
* Use sysconf(_SC_PAGESIZE) instead of hardcoded PAGE_SHIFTDmitry V. Levin2013-03-051-10/+11
* Clean up mmap decodingDenys Vlasenko2013-02-191-38/+76
* Remove unused function sys_mmap64Denys Vlasenko2013-02-181-53/+0
* Remove code which supports systems with long long off_t.Denys Vlasenko2013-02-181-10/+2
* Fixes in "new" mmapDenys Vlasenko2013-02-181-42/+7
* Preliminary simplifications in mmap functionsDenys Vlasenko2013-02-181-24/+20
* mmap: decode MAP_UNINITIALIZEDBernhard Reutner-Fischer2013-02-051-0/+3
* Add tilegx support to straceChris Metcalf2013-02-051-1/+1
* x32: add ia32 supportH.J. Lu2012-04-181-0/+34
* Add x32 support to straceH.J. Lu2012-04-161-2/+2
* MAP_ANON is the same as MAP_ANONYMOUS, no need to have the formerDenys Vlasenko2012-03-171-1/+1
* Indentation and whitespace fixes. No code changes.Denys Vlasenko2012-03-171-8/+8
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-161-5/+1
* Implement migrate_pages syscall decoderDmitry V. Levin2012-03-111-0/+12
* Compress blank linesDmitry V. Levin2012-02-251-10/+0
* Fix defined(FOO) styleDenys Vlasenko2012-02-251-2/+2
* Cleanup after non-Linux code removal.Denys Vlasenko2012-02-251-12/+11
* Automated removal of non-Linux codeDenys Vlasenko2012-02-251-22/+0
* Print NULL for zero address in sys_mmap64H.J. Lu2012-02-061-1/+4
* Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko2011-09-011-48/+48
* Make out-of-memory handling more uniformDenys Vlasenko2011-08-311-5/+4
* Fix argument printing in sys_mmap64Denys Vlasenko2011-08-231-4/+14
* Optimize sys_old_mmapDenys Vlasenko2011-08-231-25/+28
* Untangle ifdef forest in sys_mmap64. No code changesDenys Vlasenko2011-08-231-16/+9
* Style and comment fixes, no code changesDenys Vlasenko2011-08-231-9/+7
* Whitespace cleanups. no code changes.Denys Vlasenko2011-06-071-5/+5
* "Modernize" all old-style function parameter declarationsDenys Vlasenko2011-05-301-51/+24
* Fix decoding of file descriptorsDmitry V. Levin2011-03-041-13/+10
* Decode TLS syscalls on m68kAndreas Schwab2010-05-281-0/+20