Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix patch filtering and add new patch to disable tests for IPv6 when not ↵ | "Steven J. Hill" | 2007-07-06 | 2 | -14/+135 |
| | | | | selected. | ||||
* | - preserve quotes | Bernhard Reutner-Fischer | 2007-06-25 | 1 | -2/+2 |
| | |||||
* | If external toolchain support NPTL, then we should build Open POSIX ↵ | "Steven J. Hill" | 2007-06-16 | 1 | -0/+3 |
| | | | | Testsuite if the user selects us. | ||||
* | - make sure to have the target-dir where we want to unpack ltp to | Bernhard Reutner-Fischer | 2007-06-06 | 1 | -3/+4 |
| | |||||
* | Update version of LTP. | "Steven J. Hill" | 2007-05-09 | 4 | -243/+5 |
| | |||||
* | sigh | Eric Andersen | 2006-12-08 | 1 | -0/+11 |
| | |||||
* | generate.sh needs bash, so make it to ask for it by name | Eric Andersen | 2006-12-08 | 1 | -0/+8 |
| | |||||
* | stime is a reserved name, don't let ltp use it for a local variable | Eric Andersen | 2006-12-08 | 1 | -0/+93 |
| | |||||
* | Bump the revision to the latest release and update the patches. Some idiots ↵ | "Steven J. Hill" | 2006-12-02 | 4 | -239/+125 |
| | | | | decided to use deprecated functions 'bzero' and 'bcmp' so we patch that up. Someone fell free to pass the patch upstream to the LTP persons, I don't have time. | ||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | Add patch for building and running the Open POSIX Testsuite if NPTL has been ↵ | "Steven J. Hill" | 2006-07-05 | 2 | -1/+45 |
| | | | | selected with uClibc along with make directives. If someone has a cleaner way of handling things in the makefile, feel free to change it. | ||||
* | update LTP to the latest and greatest | Eric Andersen | 2006-07-05 | 3 | -34/+115 |
| | |||||
* | Add temporary patch to remove usage of 'bcopy' until upgrading to the next ↵ | "Steven J. Hill" | 2006-06-22 | 1 | -0/+24 |
| | | | | snapshot of LTP. Patch to 'member.c' contributed by Mike Frysinger <vapier@gentoo.org>. Patch to 'echoes.c' by the person adding this patch. | ||||
* | yet again... rework fakeroot handling to ensure fakeroot is invoked just once, | Eric Andersen | 2006-04-10 | 1 | -5/+3 |
| | | | | as it seems to sometimes lose values logged during from earlier invocations. | ||||
* | The sysfs tests have no business using _syscallX (using the unistd.h | Eric Andersen | 2005-12-09 | 1 | -5/+142 |
| | | | | kernel header file) and seriously expecting that to always work... | ||||
* | update | Eric Andersen | 2005-08-10 | 2 | -51/+3 |
| | |||||
* | some platforms (such as arm with 2.4.x kernel headers) lack | Eric Andersen | 2005-08-09 | 1 | -0/+21 |
| | | | | __NR_fremovexattr and thus need special case handling | ||||
* | Prevent problems with fakeroot possibly trying to use stale host filesystem | Eric Andersen | 2005-08-08 | 1 | -11/+11 |
| | | | | inodes by carefully regenerating fakeroot.env from package specific files. | ||||
* | Allow packages to use fakeroot. To accomodate this, convert all | Eric Andersen | 2005-08-04 | 1 | -2/+4 |
| | | | | target filesystem creation tools to also use fakeroot. | ||||
* | Fix it up so ltp builds and installs itself properly so it is | Eric Andersen | 2005-08-04 | 2 | -22/+100 |
| | | | | 100% ready to run on the target device. | ||||
* | be a bit more consistant with naming, always escape wildcards | Eric Andersen | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | Make the sourceforge mirror site a config option, as sourceforge | Eric Andersen | 2005-06-09 | 1 | -1/+1 |
| | | | | mirrors tend to change, move, go down, etc from time to time. | ||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 2 | -3/+8 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | more help updates from Tom Cameron | Mike Frysinger | 2004-12-26 | 1 | -4/+3 |
| | |||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | use $(TAR_VERBOSITY) | Mike Frysinger | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 2 | -0/+11 |
| | |||||
* | facelift step number two | Eric Andersen | 2004-10-09 | 2 | -2/+50 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+39 |
directory. |