Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Austin Foxley | 2009-09-18 | 1 | -1/+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> | ||||
* | Synch with trunk @ 24165 | Carmelo Amoroso | 2008-11-27 | 1 | -1/+1 |
| | | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character) | ||||
* | Well, this is everything for my NPTL implementation. The 'uClibc-nptl' ↵ | "Steven J. Hill" | 2006-08-24 | 1 | -1/+0 |
| | | | | branch is now the exact code that I have. I am going to re-run tests now to verify everything one more time. The next step after that is to merge from trunk with the latest stuff from Mike and Peter. | ||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-28 | 1 | -4/+7 |
| | |||||
* | Big merge from trunk. Stop the madness! | "Steven J. Hill" | 2005-12-06 | 1 | -3/+4 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 1 | -2/+3 |
| | |||||
* | The variable used to store pagesize is not the same as the | Eric Andersen | 2004-08-16 | 1 | -3/+3 |
| | | | | | _dl_pagesize variable in ldso, so avoid aliasing. -Erik | ||||
* | make certain that getpagesize() returns correct the value for mips | Eric Andersen | 2004-05-11 | 1 | -10/+14 |
| | | | | by extracting the value from the ELF header. | ||||
* | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | 2002-07-22 | 1 | -1/+1 |
| | | | | | | Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik | ||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -1/+3 |
| | |||||
* | Completely rearchitected the sysdeps directory. | Eric Andersen | 2000-07-05 | 1 | -0/+38 |
-Erik |