| Commit message (Expand) | Author | Age | Files | Lines |
* | xtensa: disable package strace for Xtensa | Chris Zankel | 2013-01-14 | 1 | -0/+1 |
* | strace: remove undef-CTL_PROC patch | James Hogan | 2012-11-29 | 1 | -12/+0 |
* | strace: add license info | Arnout Vandecappelle (Essensium/Mind) | 2012-11-14 | 1 | -0/+2 |
* | strace: fix build for x86_64 | Arnout Vandecappelle | 2012-10-30 | 1 | -2/+1 |
* | strace: fix build with BR2_LARGEFILE | Peter Korsgaard | 2012-10-29 | 1 | -0/+7 |
* | strace: Version bump to 4.7 | Markos Chandras | 2012-10-04 | 1 | -2/+2 |
* | remove rest of the BR2_SOURCEFORGE_MIRROR references | Stefan Fröberg | 2012-08-28 | 1 | -1/+1 |
* | all packages: rename XXXTARGETS to xxx-package | Arnout Vandecappelle (Essensium/Mind) | 2012-07-17 | 1 | -1/+1 |
* | package: remove useless arguments from AUTOTARGETS | Thomas Petazzoni | 2011-09-29 | 1 | -1/+1 |
* | toolchain: drop BR2_CROSS_TOOLCHAIN_TARGET_UTILS option | Gustavo Zacarias | 2010-12-29 | 1 | -17/+5 |
* | Merge branch 'for-2010.11/remove-oldstyle-hooks' of git://git.busybox.net/~tp... | Peter Korsgaard | 2010-09-16 | 1 | -6/+12 |
|\ |
|
| * | strace: convert to new style hook | Thomas Petazzoni | 2010-09-12 | 1 | -6/+12 |
* | | strace: bump version, remove patches now upstream | Peter Korsgaard | 2010-09-13 | 7 | -2247/+1 |
|/ |
|
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -2/+0 |
* | strace: fix build for arm eabi | Peter Korsgaard | 2009-05-24 | 1 | -0/+27 |
* | toolchain: fix up GNU_TARGET_NAME link and target_utils location | Peter Korsgaard | 2009-01-30 | 1 | -2/+2 |
* | strace: fix AVR32 arch patches and refresh all patches to apply clean | Hans-Christian Egtvedt | 2009-01-08 | 9 | -11225/+94 |
* | strace: fix build on ARM (no <asm/cachectl.h>) | Peter Korsgaard | 2008-12-22 | 1 | -0/+21 |
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
* | strace: fix lower case no to NO when setting STRACE_AUTORECONF | Hans-Christian Egtvedt | 2008-12-01 | 1 | -1/+1 |
* | strace: bump version | Peter Korsgaard | 2008-10-20 | 4 | -50/+1 |
* | strace: convert to makefile.autotools.in format | Peter Korsgaard | 2008-08-04 | 1 | -65/+12 |
* | strace: also remove from target-utils on clean | Peter Korsgaard | 2008-08-04 | 1 | -1/+2 |
* | package: global largefile CFLAGS handling | Peter Korsgaard | 2008-08-04 | 1 | -6/+1 |
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
* | strace: fix LARGEFILE typo | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
* | strace: use .patch.$ARCH naming convention | Peter Korsgaard | 2008-04-24 | 4 | -1/+2 |
* | buildroot: cleanup <package>-clean targets. | Peter Korsgaard | 2008-03-27 | 1 | -1/+1 |
* | * Strace requires both if_packet.h and netlink.h | Nigel Kukard | 2008-03-24 | 1 | -1/+2 |
* | Fix strace build for AVR32 | Ulf Samuelsson | 2007-11-03 | 2 | -390/+10731 |
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -4/+4 |
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ... | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
* | - fix brackets if socketcall or ipc are not available (Yann E. MORIN) | Bernhard Reutner-Fischer | 2007-07-24 | 1 | -6/+8 |
* | Add AVR32 support for strace | Ulf Samuelsson | 2007-07-23 | 2 | -2/+2103 |
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -1/+1 |
* | yet more LDFLAGS handling fixups | Eric Andersen | 2007-03-14 | 1 | -1/+1 |
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
* | Fix building of strace for MIPS. | "Steven J. Hill" | 2007-02-07 | 1 | -0/+12 |
* | When cleaning, get rid of the binary from the filesystem area too. | "Steven J. Hill" | 2007-02-06 | 1 | -0/+1 |
* | - account for some more possibly unavailable syscalls | Bernhard Reutner-Fischer | 2007-02-04 | 1 | -0/+47 |
* | - bump version and make it behave of LFS is off | Bernhard Reutner-Fischer | 2007-01-29 | 6 | -30/+864 |
* | - add fix for ARM fake syscall from execve. Closes #626 | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -0/+18 |
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 1 | -0/+1 |
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+1 |
* | - that version didn't build for me. | Bernhard Reutner-Fischer | 2006-11-17 | 3 | -3/+31 |
* | remove extra space after touch | Mike Frysinger | 2005-11-24 | 1 | -1/+1 |
* | Make strace behave for arm, which for 2.4.x lacks __NR_exit_group | Eric Andersen | 2005-08-09 | 1 | -0/+15 |