aboutsummaryrefslogtreecommitdiffstats
path: root/main/strace
Commit message (Collapse)AuthorAgeFilesLines
* main/strace: upgrade to 4.19Sören Tempel2017-09-081-2/+2
|
* main/strace: upgrade to 4.18tmpfile2017-07-122-121/+10
|
* main/strace: fix s390x buildTimo Teräs2017-06-192-20/+13
| | | | | instead of patching the missing variable, provide it via CFLAGS so it is available in all files
* main/strace: upgrade to 4.17Natanael Copa2017-06-141-3/+3
|
* main/strace: fix temp bug in s390xTuan M. Hoang2017-04-102-3/+22
|
* main/strace: fix pt_regs collision on ppc64leGustavo Romero2017-03-292-2/+23
| | | | | | | | | | | | | | | | | | | strace build requires <linux/ptrace.h> and it includes <asm/ptrace.h> that, by its turn, defines the pt_regs struct. However the same struct is also define in <bits/user.h> from musl-dev, creating therefore a conflict. A solution is to add the __ASSEMBLY__ guard so pt_regs struct from <asm/ptrace.h> is not include twice, avoiding the collision in question. There is no other way to worki around that issue on Musl since it does not include the linux headers and hence has to define again the pt_regs struct in user.h and the name clashes. In glibc, for instance, user.h includes <asm/ptrace.h> from kernel and does not redefine it. Also Musl community has no better solution at the moment for this issue on ppc, so basically nothing change since [1]. [1] http://www.openwall.com/lists/musl/2016/12/30/5
* main/strace: upgrade to 4.16André Klitzing2017-02-211-4/+2
|
* Revert "main/strace: fix pt_regs collision on ppc64le"Timo Teräs2017-01-262-23/+5
| | | | | | This reverts commit 56605661d6dadc843d08041e18b608f99b427d58. Breaks arm and aarch64 builds.
* main/strace: fix pt_regs collision on ppc64leGustavo Romero2017-01-252-5/+23
| | | | | | | | | strace build requires <linux/ptrace.h> and it includes <asm/ptrace.h> that, by its turn, defines the pt_regs struct. However the same struct is also define in <bits/user.h> from musl-dev, creating therefore a conflict. A simple solution is to add the __ASSEMBLY__ guard so pt_regs struct from <asm/ptrace.h> is not include twice, avoiding the collision in question.
* main/strace: upgrade to 4.15Sören Tempel2016-12-221-4/+4
|
* main/strace: upgrade to 4.14Sören Tempel2016-10-071-15/+15
|
* main/strace: upgrade to 4.13Natanael Copa2016-08-121-4/+4
|
* main/strace: upgrade to 4.12Natanael Copa2016-07-211-5/+5
|
* Revert "main/strace: add musl fix"Natanael Copa2016-04-272-27/+5
| | | | | | This reverts commit 870ecaf7a71176d759f0aede06572bd59a6f1627. It broke armhf build.
* main/strace: add musl fixNatanael Copa2016-04-252-5/+27
| | | | | <@dalias> basically linux/ptrace.h conflicts with sys/user.h on some archs <@dalias> and linux/ptrace.h is utterly useless because sys/ptrace.h defines everything needed
* main/strace: upgrade to 4.11Natanael Copa2016-02-261-10/+5
|
* main/strace: upgrade to 4.10Timo Teräs2015-12-184-38/+116
| | | | fixes #4925
* main/strace: add mising linux-headersCarlo Landmeter2015-04-291-1/+1
|
* main/strace: fix arm buildTimo Teräs2014-12-012-4/+21
|
* main/strace: upgrade to 4.9Natanael Copa2014-10-014-215/+21
|
* main/strace: revision bump (to resign)William Pitcock2014-04-251-1/+1
|
* main/strace: fix musl/arm buildTimo Teräs2014-04-012-3/+16
|
* main/strace: build fix uclibc after fixing muslNatanael Copa2014-03-262-3/+19
|
* main/strace: another musl fixNatanael Copa2014-03-262-4/+14
|
* main/strace: fix musl/x86_64 buildTimo Teräs2013-12-242-31/+32
|
* main/[various]: fix build against musl (add update_config_sub)Timo Teräs2013-09-272-4/+4
|
* main/strace: fix musl patch to not break glibc/uclibc buildTimo Teräs2013-09-202-45/+27
|
* main/strace: fix build against muslTimo Teräs2013-09-202-9/+210
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-2/+5
|
* main/strace: upgrade to 4.8Natanael Copa2013-06-061-2/+4
|
* main/strace: upgrade to 4.7Natanael Copa2012-05-131-2/+2
|
* main/strace: upgrade to 4.6Natanael Copa2011-03-211-3/+3
|
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/strace: upgrade to 4.5.20Natanael Copa2010-05-041-3/+3
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/strace: buildfix for kernel-headers>=2.6.32Natanael Copa2010-04-201-2/+10
|
* main/strace: upgrade to 4.5.19Natanael Copa2009-10-271-2/+2
|
* moved extra/* to main/Natanael Copa2009-07-241-0/+20
and fixed misc build issues