summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/system.c
Commit message (Expand)AuthorAgeFilesLines
* libc: silence warningBernhard Reutner-Fischer2010-11-241-0/+1
* *: inline constant __sig{add,del}set and __sigismemberDenys Vlasenko2010-10-221-2/+3
* silence some warnings about missing prototypesBernhard Reutner-Fischer2010-06-111-1/+1
* sparc: disable cancellable system, as it fails in strange ways right nowAustin Foxley2010-02-191-1/+4
* whitespace fixesAustin Foxley2009-10-171-1/+1
* cancellation support for a large amount of the required syscallsAustin Foxley2009-10-171-0/+201
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-6/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-5/+5
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-3/+5
* Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger2006-01-241-1/+1
* only declare vfork when needed, else no-mmu build failsMike Frysinger2006-01-151-1/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-7/+14
* Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger2005-12-161-1/+3
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-091-1/+1
* internal sigpause, do we really default to BSD signals?Peter S. Mazinger2005-12-091-0/+1
* More hiding, 300 leftPeter S. Mazinger2005-12-041-0/+1
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-0/+2
* 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
* When vfork is not available and we have an MMU, then use fork()Eric Andersen2002-02-211-0/+6
* A number of naming updates in preparation for adding inEric Andersen2002-02-131-1/+2
* 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
* Lots and lots of cleanups.Eric Andersen2000-07-061-1/+1
* Initial revision0_9_1Erik Andersen2000-05-141-0/+48