Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up several errors related to filename length and errno that | Eric Andersen | 2003-11-08 | 1 | -2/+5 |
| | | | | | showed up while running the latest LTP testsuite. -Erik | ||||
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
| | | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM). | ||||
* | oops. ftw would blow chunks if UCLIBC_HAS_LFS was disabled. | Eric Andersen | 2003-09-06 | 1 | -4/+1 |
| | |||||
* | fixup ftw and ftw64. Unfortunately, adding ftw64 doubles the | Eric Andersen | 2003-09-06 | 2 | -20/+51 |
| | | | | size... :-( | ||||
* | Fix the bugs I stupidly added | Eric Andersen | 2003-09-06 | 1 | -1/+1 |
| | |||||
* | Add support for ftw and nftw | Eric Andersen | 2003-09-05 | 2 | -0/+660 |