Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Austin Foxley | 2009-09-18 | 2 | -9/+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> | ||||
* | Synch with trunk @ 24165 | Carmelo Amoroso | 2008-11-27 | 2 | -7/+7 |
| | | | | | 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 | ||||
* | BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵ | Carmelo Amoroso | 2008-07-09 | 2 | -2/+2 |
| | | | | 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 | 2 | -2/+1 |
| | | | | <carmelo.amoroso@st.com> | ||||
* | This is a temporary hack until we fully sync up with trunk. | "Steven J. Hill" | 2006-11-27 | 1 | -1/+0 |
| | |||||
* | Merge from trunk and bring in NPTL code in the various 'misc' subsystems. | "Steven J. Hill" | 2006-08-24 | 1 | -1/+2 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-27 | 3 | -45/+36 |
| | |||||
* | Big fricking merge from trunk. | "Steven J. Hill" | 2006-01-07 | 2 | -6/+15 |
| | |||||
* | Big merge from trunk. Stop the madness! | "Steven J. Hill" | 2005-12-06 | 2 | -2/+2 |
| | |||||
* | Merge from trunk. More to come you betcha'. | "Steven J. Hill" | 2005-12-02 | 3 | -44/+10 |
| | |||||
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-17 | 1 | -2/+1 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+2 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+28 |
| | |||||
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+4 |
| | |||||
* | 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). | ||||
* | Only include lockf64 when large file support is enabled, fixing | Eric Andersen | 2003-01-18 | 2 | -1/+23 |
| | | | | | a problem noticed by Jeff Mock. Sorry about that. -Erik | ||||
* | Implement lockf64 | Eric Andersen | 2003-01-10 | 2 | -1/+86 |
| | | | | -Erik | ||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -0/+1 |
| | |||||
* | Oops | Eric Andersen | 2001-09-15 | 1 | -1/+1 |
| | |||||
* | Add lockf | Eric Andersen | 2001-09-15 | 2 | -0/+113 |