Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ftw() is obsolescent in SUSv4 | Bernhard Reutner-Fischer | 2009-10-16 | 2 | -2/+5 |
| | | | | | | | Apps should switch to nftw() Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | 2009-09-18 | 1 | -3/+0 |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | trim Experimentally off and uncommented hidden | Austin Foxley | 2009-09-18 | 1 | -19/+0 |
| | | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-19 | 1 | -0/+2 |
| | | | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | sync with trunk. Compile tested on i386 | Denis Vlasenko | 2008-12-23 | 1 | -3/+3 |
| | |||||
* | Synch with trunk @ 24165 | Carmelo Amoroso | 2008-11-27 | 1 | -14/+14 |
| | | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character) | ||||
* | Synch with trunk @ 24075. | Carmelo Amoroso | 2008-11-17 | 1 | -4/+4 |
| | | | | | Step 5 Various Makefile.in | ||||
* | Synch with trunk at rev 22997. | Carmelo Amoroso | 2008-07-31 | 1 | -3/+3 |
| | | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵ | Carmelo Amoroso | 2008-07-09 | 1 | -24/+9 |
| | | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso ↵ | Carmelo Amoroso | 2007-11-20 | 1 | -2/+0 |
| | | | | <carmelo.amoroso@st.com> | ||||
* | Merge from trunk and bring in NPTL code in the various 'misc' subsystems. | "Steven J. Hill" | 2006-08-24 | 2 | -1/+2 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-27 | 3 | -41/+46 |
| | |||||
* | Big fricking merge from trunk. | "Steven J. Hill" | 2006-01-07 | 2 | -456/+612 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-07 | 1 | -0/+32 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 1 | -0/+5 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-08 | 1 | -0/+1 |
| | |||||
* | Big merge from trunk. Stop the madness! | "Steven J. Hill" | 2005-12-06 | 1 | -0/+3 |
| | |||||
* | Merge from trunk. More to come you betcha'. | "Steven J. Hill" | 2005-12-02 | 2 | -42/+19 |
| | |||||
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-17 | 1 | -6/+8 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+2 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+38 |
| | |||||
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+4 |
| | |||||
* | 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 |