Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Austin Foxley | 2009-09-18 | 1 | -11/+1 |
| | | | | | | | | 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 | -9/+9 |
| | | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character) | ||||
* | BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵ | Carmelo Amoroso | 2008-07-09 | 1 | -5/+5 |
| | | | | 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> | ||||
* | Merge from trunk. | "Steven J. Hill" | 2006-06-18 | 1 | -1/+3 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-28 | 1 | -29/+43 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-01-14 | 1 | -4/+5 |
| | |||||
* | Finish up changes for sigaction and NPTL. | "Steven J. Hill" | 2005-12-10 | 1 | -0/+3 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-08 | 1 | -2/+2 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 1 | -9/+9 |
| | |||||
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-18 | 1 | -1/+1 |
| | |||||
* | Merge/sync with trunk. | "Steven J. Hill" | 2005-08-17 | 1 | -1/+10 |
| | |||||
* | Fix numerous problems with both getcwd implementations. | Eric Andersen | 2003-09-06 | 1 | -66/+63 |
| | | | | -Erik | ||||
* | Fix the other instance of getcwd | Eric Andersen | 2002-12-04 | 1 | -18/+21 |
| | |||||
* | Properly allocate memory when size is 0, but so is buf | Eric Andersen | 2002-12-04 | 1 | -25/+28 |
| | |||||
* | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | 2002-07-22 | 1 | -3/+7 |
| | | | | | | 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 | ||||
* | Cleanup the getcwd implementation (again) since I broke it | Eric Andersen | 2002-06-18 | 1 | -0/+172 |
last night. Restore malloc-ing when buf=NULL for the syscall version... Move getcwd to libc/sysdeps/linux/common and out of syscalls.c so there is just one getcwd.o object present. -Erik |