summaryrefslogtreecommitdiff
path: root/libc/stdlib/system.c
AgeCommit message (Expand)Author
2016-02-24Replaced any occurence of /bin/sh with _PATH_BSHELL to allow easier portabili...Ubaldo Porcheddu
2015-01-01remove unused Linux 2.0 compat code, otherwise c6x without NPTL is brokenWaldemar Brodkorb
2014-09-20linuxthreads: remove unused s390 codeWaldemar Brodkorb
2014-09-16libc: silence missing prototype warningBernhard Reutner-Fischer
2014-08-28Revert "sparc: disable cancellable system, as it fails in strange ways right ...Waldemar Brodkorb
2012-06-15wait4.c: provide hidden __wait4_nocancel independent of any guardsPeter S. Mazinger
2012-05-05drop support for old systems lacking vforkMark Salter
2012-01-23libc: fix signal handling in system()Richard Braun
2010-11-24libc: silence warningBernhard Reutner-Fischer
2010-10-22*: inline constant __sig{add,del}set and __sigismemberDenys Vlasenko
2010-06-11silence some warnings about missing prototypesBernhard Reutner-Fischer
2010-02-19sparc: disable cancellable system, as it fails in strange ways right nowAustin Foxley
2009-10-17whitespace fixesAustin Foxley
2009-10-17cancellation support for a large amount of the required syscallsAustin Foxley
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-24Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger
2006-01-15only declare vfork when needed, else no-mmu build failsMike Frysinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-16Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger
2005-12-09Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger
2005-12-09internal sigpause, do we really default to BSD signals?Peter S. Mazinger
2005-12-04More hiding, 300 leftPeter S. Mazinger
2005-12-03More hiding, including __mempcpyPeter S. Mazinger
2002-08-08Cleanup some silly warningsEric Andersen
2002-07-31Per discussion on the mailing list, simply vfork -> fork mapping to only applyEric Andersen
2002-02-21When vfork is not available and we have an MMU, then use fork()Eric Andersen
2002-02-13A number of naming updates in preparation for adding inEric Andersen
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen
2000-10-09Bug ugly formatting updateEric Andersen
2000-07-06More stuff I forgot to commit.Eric Andersen
2000-07-06Lots and lots of cleanups.Eric Andersen
2000-05-14Initial revisionErik Andersen