aboutsummaryrefslogtreecommitdiffstats
path: root/package/strace/strace-fix-disabled-largefile-syscalls.patch
Commit message (Collapse)AuthorAgeFilesLines
* strace: upgrade to 4.8, supporting now aarch64, and xtensaChris Zankel2013-06-101-3/+3
| | | | | | | | | | | | | | | | | | | Remove 'strace-fix-arm-bad-syscall.patch'. This patch had been integrated in v4.6 (commit: 9bc6340d2) and was later replaced with a generic solution in v.7 (commit: 2ce12ed31c2). Strace still cannot handle non-LFS environments, so a modified version of strace-fix-disabled-largefile-syscalls.patch remains. The 64-bit syscalls (sys_truncate64, etc.) are references in the sysent structure but the functinon definitions are commented out becuase of the missing LFS support. The workaround for the 'forced lfs mode' doesn't seem to be necessary anymore. Build tested on arm w and w/o LFS support. [Peter: arc still not supported] Signed-off-by: Chris Zankel <chris@zankel.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* strace: fix AVR32 arch patches and refresh all patches to apply cleanHans-Christian Egtvedt2009-01-081-2/+2
| | | | | | | | This patch updates the AVR32 arch patches for strace 4.5.18 and refreshes all the other patches so they apply clean. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* - bump version and make it behave of LFS is offBernhard Reutner-Fischer2007-01-291-0/+21