OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libc / stdlib / system.c
2014-09-16 Bernhard Reutner... libc: silence missing prototype warning
2014-08-28 Waldemar BrodkorbRevert "sparc: disable cancellable system, as it fails...
2012-06-15 Peter S. Mazingerwait4.c: provide hidden __wait4_nocancel independent...
2012-05-05 Mark Salterdrop support for old systems lacking vfork
2012-01-24 Richard Braunlibc: fix signal handling in system()
2010-11-28 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-11-24 Bernhard Reutner... libc: silence warning
2010-10-22 Denys Vlasenko*: inline constant __sig{add,del}set and __sigismember
2010-06-11 Bernhard Reutner... silence some warnings about missing prototypes
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-19 Austin Foxleysparc: disable cancellable system, as it fails in stran...
2010-02-05 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-01 Khem RajMerge commit 'origin/master' into nptl
2010-01-25 Carmelo AmorosoMerge branch 'master' into nptl
2009-12-23 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-19 Austin FoxleyMerge commit 'origin/master' into nptl
2009-12-16 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-23 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-10-17 Austin Foxleywhitespace fixes
2009-10-17 Austin Foxleycancellation support for a large amount of the required...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2006-01-24 Peter S. MazingerConvert all the strong_aliases to weak that are cancela...
2006-01-15 Mike Frysingeronly declare vfork when needed, else no-mmu build fails
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-16 Peter S. MazingerConvert all the rest, remove isxupper/isxlower, if...
2005-12-09 Peter S. MazingerImplement hidden poll, switch user to hidden *printf...
2005-12-09 Peter S. Mazingerinternal sigpause, do we really default to BSD signals?
2005-12-04 Peter S. MazingerMore hiding, 300 left
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2002-08-08 Eric AndersenCleanup some silly warnings
2002-07-31 Eric AndersenPer discussion on the mailing list, simply vfork -...
2002-02-21 Eric AndersenWhen vfork is not available and we have an MMU, then...
2002-02-13 Eric AndersenA number of naming updates in preparation for adding in
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2000-10-09 Eric AndersenBug ugly formatting update
2000-07-06 Eric AndersenMore stuff I forgot to commit.
2000-07-06 Eric AndersenLots and lots of cleanups.
2000-05-14 Erik AndersenInitial revision