summaryrefslogtreecommitdiff
path: root/ucopy.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2020-06-011-1/+1
* Extend memory caching of umove* functionsDmitry V. Levin2020-04-161-34/+78
* Update copyright headersDmitry V. Levin2019-09-251-1/+1
* Implement memory caching for umove* functionsDmitry V. Levin2019-09-151-12/+72
* umoven: use error_func_msg instead of error_msgDmitry V. Levin2019-08-161-2/+2
* Use perror_func_msg instead of perror_msg where appropriateDmitry V. Levin2019-08-151-14/+18
* Consistently define __NR_* constantsDmitry V. Levin2019-07-161-1/+0
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* Update copyright headersDmitry V. Levin2018-04-051-1/+1
* build: prepare for -Wimplicit-fallthrough=5Dmitry V. Levin2018-03-061-1/+1
* ucopy: return string size in umovestrEugene Syromyatnikov2018-01-191-5/+7
* ucopy: cleanup umoven_peekdata and umovestr_peekdataDmitry V. Levin2017-07-311-85/+30
* ucopy: move legacy fallbacks of umoven and umovestr to separate functionsDmitry V. Levin2017-07-311-111/+129
* ucopy: move process_vm_readv ENOSYS check to vm_read_memDmitry V. Levin2017-07-311-12/+10
* ucopy: refactor the check for invalid tracee addressesDmitry V. Levin2017-07-301-10/+13
* ucopy: enhance vm_read_mem error diagnosticsDmitry V. Levin2017-07-301-2/+6
* ucopy: skip redundant tracee address truncation checkDmitry V. Levin2017-07-291-0/+2
* util: move umoven and umovestr to a separate fileDmitry V. Levin2017-07-281-0/+356