summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/system.c
Commit message (Collapse)AuthorAgeFilesLines
* whitespace fixesAustin Foxley2009-10-171-1/+1
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-6/+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 @ 24165Carmelo Amoroso2008-11-271-6/+6
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-1/+1
| | | | | | | 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 Amoroso2008-07-091-5/+3
| | | | 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 Amoroso2007-11-201-1/+7
| | | | <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2006-08-221-7/+7
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-11/+217
|
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-1/+3
|
* Merge from trunk."Steven J. Hill"2005-12-101-1/+2
|
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-0/+3
|
* Merge from trunk."Steven J. Hill"2005-12-021-1/+1
|
* Add futex support into uClibc. Selection of futex support independent of"Steven J. Hill"2005-07-221-1/+1
| | | | NPTL is not currently supported.
* Cleanup some silly warningsEric Andersen2002-08-081-2/+1
|
* Per discussion on the mailing list, simply vfork -> fork mapping to only applyEric Andersen2002-07-311-1/+1
| | | | | iff we do not have vfork available, which is simpler and more reasonable. -Erik
* When vfork is not available and we have an MMU, then use fork()Eric Andersen2002-02-211-0/+6
| | | | -Erik
* A number of naming updates in preparation for adding inEric Andersen2002-02-131-1/+2
| | | | | proper threading. Most of this is from Stefan Soucek, with additions and changes as needed from me.
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-0/+2
|
* Bug ugly formatting updateEric Andersen2000-10-091-41/+39
|
* More stuff I forgot to commit.Eric Andersen2000-07-061-1/+2
| | | | -Erik
* Lots and lots of cleanups.Eric Andersen2000-07-061-1/+1
| | | | -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+48