summaryrefslogtreecommitdiff
path: root/patches/strace/4.10
AgeCommit message (Collapse)AuthorFilesLines
2017-01-16Replace strace workaround with a patch.Alexey Neyman1-0/+142
The correct solution was checked in to strace GIT; will be part of the next release. Backport patch to 4.10..4.15, and remove the workaround from 500-strace.sh. Versions 4.9 and older should build fine even without the workaround (they would be picking up wrong definitions, but they need different patch and I don't feel like spending any time on these versions). Signed-off-by: Alexey Neyman <stilor@att.net>
2017-01-16Add versions 4.11..4.15 of strace.Alexey Neyman3-0/+5
Versions 4.13 and older marked as obsolete. Identify the source of the patches 007..009. Signed-off-by: Alexey Neyman <stilor@att.net>
2015-10-22musl-libc: backport gcc-6 musl support, add gdb and strace patchesBryan Hundven1-0/+53
This gets gcc and friends working with musl-libc. GDB and Strace patches come from openwrt. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-09-02strace: Add strace-4.10 patches from debianBryan Hundven8-0/+324
https://sources.debian.net/src/strace/4.10-3/debian/patches/ Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>