OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libc / unistd /
2014-12-12 Bernhard Reutner... unistd: allow to turn off getopt_long
2013-02-18 Henning Heinoldlibc: add non standard execvpe function
2013-02-07 Markos Chandrasbuildsys: Fix kbuild-style switch fallout
2013-02-05 Bernhard Reutner... buildsys: switch libc to kbuild-style
2012-11-18 Mike Frysingerdrop support for pre ISO-C compilers
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. Mazingerexec.c: remove duplicate attribute_hidden
2012-06-15 Peter S. Mazingeruse open_not_cancel_2 instead of open_not_cancel
2012-06-15 Peter S. Mazingerenable the common code for NPTL
2012-06-15 Peter S. Mazingersysconf.c: the clock_getres function is good for NPTL...
2012-06-15 Peter S. MazingerpthreadP.h: avoid shadow warnings
2012-06-15 Peter S. Mazingergeopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/
2012-06-15 Peter S. Mazingergetopt[-susv3].c: use libintl's _(x)
2012-06-15 Peter S. Mazingergetopt.c, getopt.h: avoid the need for __FORCE_GLIBC
2012-06-15 Peter S. Mazingerwordexp.c, sysconf.c: include ctype.h for isspace
2012-04-17 Bernhard Reutner... sysconf: use getrlimit to determine ARG_MAX
2012-01-01 Denys Vlasenkogetpass: s/sizeof(buf)-1/sizeof(buf)/ in fgets
2011-12-23 Denys Vlasenkogetpass: several fixes
2011-11-17 Bernhard Reutner... unistd: hide relocations
2011-05-04 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-04-29 Bernhard Reutner... sysconf: clock_getres depends on HAS_REALTIME
2010-11-28 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-10-30 Denys Vlasenkosleep: include Linus' email in the comment
2010-10-29 Denys Vlasenkosleep: document testing result on 2.4.x kernels
2010-10-29 Denys Vlasenkosleep: add comment with test program for SIG_IGNed...
2010-10-22 Denys Vlasenko*: inline constant __sig{add,del}set and __sigismember
2010-10-22 Denys Vlasenkosleep: tiny code shrink
2010-10-22 Denys Vlasenkosleep: employ __USE_EXTERN_INLINES (with necessary...
2010-10-22 Denys Vlasenkosleep: check "SIGCHLD is SIG_IGN'ed" first. Saves two...
2010-10-22 Denys Vlasenkosleep: remove commented-out code. no code changes
2010-10-21 Denys Vlasenkosleep: code shrink
2010-09-15 Salvatore Crolibc: Fix cancellation handling in some C functions
2010-08-05 Bernhard Reutner... usershell: switch to config parser
2010-08-05 Bernhard Reutner... sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSOR...
2010-07-27 Mike Frysingerdaemon: drop cruft incorrectly re-introduced by nptl...
2010-07-09 Khem Rajinclude/param.h: Dont use ARG_MAX from kernel headers
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-08 Bernhard Reutner... confstr: properly stringify version parts
2010-04-06 Austin Foxleycorrectly quote version in confstr
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-06 Bernhard Reutner... getconf: print arbitrary GNU_LIBPTHREAD_VERSION string
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-25 Bernhard Reutner... prettify make clean
2010-02-17 Khem RajAssorted fixed to get nptl compiling on ARM
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-26 Bernhard Reutner... sync confname, environments with glibc
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 Foxleylibrt additions that are now possible with nptl
2009-10-17 Austin Foxleyuse *_not_cancel variants to avoid accidental cancellat...
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-09-15 Mike Frysingerdaemon: fix up INTERNAL_SYSCALL() usage
2009-09-05 Denys Vlasenkodo not pass 3rd param to open() which do not create...
2009-08-17 Bernhard Reutner... support building out-of-tree
2009-08-05 Bernhard Reutner... handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN
2009-08-04 Joseph MyersFix daemon build for no-MMU no-threads.
2009-04-13 Mike Frysingermake sure to block all signals when calling daemon...
2009-04-07 Mike Frysingerimplement daemon() using clone() on no-mmu systems...
2008-12-29 Bernhard Reutner... - expand SUSv3_LEGACY
2008-12-01 Denis Vlasenkohostid: improve extremely unreadable parts
2008-11-29 Denis Vlasenkoshring sugnal-relared stuff a bit. BTW why constant...
2008-11-25 Bernhard Reutner... - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger...
2008-11-22 Denis Vlasenkofix "make utils" build failure in ldconfig
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, a few more functions
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-09-11 Bernhard Reutner... - whitespace fixes
2008-08-27 Bernhard Reutner... - remove a couple of duplicate includes
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-14 Bernhard Reutner... - improve UCLIBC_LINUX_SPECIFIC
2008-06-16 Bernhard Reutner... - fix build error
2008-06-12 Peter KjellerstedtInclude sys/syscall.h since we are checking for __NR_cl...
2008-06-12 Bernd SchmidtRevert revision 19345 plus libc_hidden_proto for __uc_m...
2008-06-06 Denis Vlasenkoshrink getopt a bit by using smallints. Run tested...
2008-06-05 Bernd SchmidtRevert revision 22027 which totally broke getopt.
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2008-06-01 Denis Vlasenkoadd missing includes of unistd.h for smallint usage
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-20 Denis Vlasenkoreplace "if (p) free(p)" by just "free(p)" - free(NULL...
2008-05-20 Denis Vlasenkogetopt: do not needlessly use static structure.
2008-05-20 Bernhard Reutner... - remove old-style definitions. No object-code changes.
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-02-12 Denis Vlasenkoadd hidden_proto's for __uc_malloc
2008-01-23 Mike Frysingergive execlp() its own cache on no-mmu to avoid recursiv...
2008-01-08 Mike Frysingerfix memory corruption on no-mmu from doing multiple...
2007-12-22 Mike Frysingerplug a memory leak when using execl* functions on no-mmu
2007-12-22 Mike Frysingeradd hidden defs for execv/execlp for completeness
2007-07-30 Denis Vlasenkomake utent.c, getpass.c use __uc_malloc
2007-07-18 Denis VlasenkoexecXp should go to next PATH dir on any error except...
next