]> granicus.if.org Git - strace/history - ucopy.c
tests: add ioctl_evdev-success* test binaries to .gitignore
[strace] / ucopy.c
2019-09-25 Dmitry V. LevinUpdate copyright headers
2019-09-15 Dmitry V. LevinImplement memory caching for umove* functions
2019-08-16 Dmitry V. Levinumoven: use error_func_msg instead of error_msg
2019-08-15 Dmitry V. LevinUse perror_func_msg instead of perror_msg where appropriate
2019-07-16 Dmitry V. LevinConsistently define __NR_* constants
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-04-05 Dmitry V. LevinUpdate copyright headers
2018-03-06 Dmitry V. Levinbuild: prepare for -Wimplicit-fallthrough=5
2018-01-19 Eugene Syromyatnikovucopy: return string size in umovestr
2017-07-31 Dmitry V. Levinucopy: cleanup umoven_peekdata and umovestr_peekdata
2017-07-31 Dmitry V. Levinucopy: move legacy fallbacks of umoven and umovestr...
2017-07-31 Dmitry V. Levinucopy: move process_vm_readv ENOSYS check to vm_read_mem
2017-07-30 Dmitry V. Levinucopy: refactor the check for invalid tracee addresses
2017-07-30 Dmitry V. Levinucopy: enhance vm_read_mem error diagnostics
2017-07-29 Dmitry V. Levinucopy: skip redundant tracee address truncation check
2017-07-28 Dmitry V. Levinutil: move umoven and umovestr to a separate file