summaryrefslogtreecommitdiff
path: root/mem.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce ANY_WORDSIZE_LESS_THAN_KERNEL_LONG macroDmitry V. Levin2016-12-271-1/+1
* Remove HAVE_STRUCT_TCB_EXT_ARG, ext_arg, and u_lrvalDmitry V. Levin2016-12-261-7/+1
* Remove getarg_kluDmitry V. Levin2016-12-261-3/+3
* Remove printaddr_kluDmitry V. Levin2016-12-261-1/+1
* Automatically replace PRI_kr[dux] with PRI_kl[dux]Dmitry V. Levin2016-12-261-10/+10
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-16/+16
* Print kernel_ureg_t and kernel_scno_t using dedicated format stringsDmitry V. Levin2016-12-261-10/+10
* mem: change mmap arguments type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-251-17/+17
* mem: change tracee address type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-231-4/+4
* mem: remove redundant castsDmitry V. Levin2016-12-231-3/+3
* x32: fix decoding of mprotect and pkey_mprotect syscall argumentsDmitry V. Levin2016-12-201-3/+3
* struct tcb: make types of syscall arguments unsignedDmitry V. Levin2016-12-191-6/+6
* s390: fix decoding of mmap2 syscall when arguments are not availableDmitry V. Levin2016-12-191-4/+4
* mem: print mincore output as an arrayEugene Syromyatnikov2016-11-291-0/+2
* Add support for pkey_mprotect, pkey_alloc, pkey_free syscallsEugene Syromyatnikov2016-11-131-1/+15
* Introduce HAVE_STRUCT_TCB_EXT_ARG macroDmitry V. Levin2016-06-171-4/+5
* Fix printing of invalid arguments of memory mapping related syscallsDmitry V. Levin2016-05-161-8/+8
* mem.c: use print_array functionDmitry V. Levin2016-05-071-40/+18
* Move parsers of NUMA related syscalls to numa.cDmitry V. Levin2016-04-271-166/+0
* Move definitions of MPOL_* constants to xlat filesDmitry V. Levin2016-04-261-12/+0
* Fix old_mmap output when mmap arguments are unfetchableDmitry V. Levin2016-04-231-8/+8
* aarch64: fix old_mmap output for arm personalityDmitry V. Levin2016-04-221-2/+2
* Define old_mmap parser only on architectures that use itDmitry V. Levin2016-04-221-14/+8
* Consistently handle unsigned arguments of mmap* and remap_file_pagesDmitry V. Levin2016-04-011-20/+26
* Fixed decoding of mincore syscall's last argumentDmitry V. Levin2016-01-291-3/+6
* Cleanup parser of getpagesize syscallDmitry V. Levin2016-01-081-3/+1
* Implement mlock2 syscall decodingDmitry V. Levin2015-11-171-0/+11
* m68k: fix getpagesize decodingDmitry V. Levin2015-07-211-1/+2
* mem.c: make use of RVAL_DECODEDDmitry V. Levin2015-07-201-143/+135
* mem.c: use printaddr and umove_or_printaddrDmitry V. Levin2015-07-201-35/+43
* 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