Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -5/+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 @ 24242 | Carmelo Amoroso | 2008-12-03 | 1 | -25/+14 |
| | | | | | Step 18: some more synch: hidden_proto, size reduction and signal handling changes. | ||||
* | Synch with trunk @ 24165 | Carmelo Amoroso | 2008-11-27 | 1 | -6/+6 |
| | | | | | 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 | -0/+55 |
| | | | | 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 | -1/+1 |
| | | | | <carmelo.amoroso@st.com> | ||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-25 | 1 | -10/+16 |
| | |||||
* | Bring in sleep.c from trunk and update change sigaction.c for MIPS | "Steven J. Hill" | 2005-12-10 | 1 | -2/+6 |
| | | | | to call __memcpy, even though it produces a compiler warning. | ||||
* | Fix 'sigaction' for NPTL and other thread models. | "Steven J. Hill" | 2005-12-08 | 1 | -2/+0 |
| | |||||
* | Big merge from trunk. Stop the madness! | "Steven J. Hill" | 2005-12-06 | 1 | -0/+2 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 1 | -4/+4 |
| | |||||
* | Make sleep behave itself properly inthe presence of SIGCHLD | Eric Andersen | 2003-12-30 | 1 | -6/+3 |
| | |||||
* | Sleep was returning the wrong value because: | David McCullough | 2003-05-14 | 1 | -2/+4 |
| | | | | | | | | | * nanosleep returns the remaining time, not the time slept * nanosleep only fills out the remaining time if it returns -1 (ie., the sleep was interrupted) Fix from Paul Dale <pauli@snapgear.com> | ||||
* | Take the shorcut version, which is good enough for | Eric Andersen | 2002-01-02 | 1 | -2/+2 |
| | | | | | nearly all normal usage. -Erik | ||||
* | Fix usleep to work correctly. Fix sleep behavior in the | Eric Andersen | 2002-01-02 | 1 | -14/+98 |
| | | | | | presence of SIGCHLD. -Erik | ||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -2/+2 |
| | |||||
* | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | 2000-11-04 | 1 | -1/+1 |
| | | | | Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>. | ||||
* | Reorg unistd dir | Eric Andersen | 2000-10-11 | 1 | -0/+24 |