OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / librt /
2013-12-20 Baruch Siachlibrt: fix mq_timed{send,receive} return instructions
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. MazingerReorder includes and include only what is necessary
2012-06-15 Peter S. Mazingerlibrt: provide missing prototypes for mq_timedreceive...
2012-06-15 Peter S. Mazingerlibrt: get rid of visible __mq_timed(send,receive)
2012-06-15 Peter S. Mazingerdo not include libc-internal.h
2012-04-04 Bernhard Reutner... librt: convince spawn to compile for !LFS
2012-03-27 Mike Frysingerspawn: fix building on no-mmu systems
2012-03-27 Mike Frysingerspawn: do not require C99 style
2012-03-25 Ismael Lucenolibrt: add posix_spawn support
2012-03-05 Mike Frysingerlibrt: refactor source selection
2012-01-18 Bernhard Reutner... stubs: mark stubs as used
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-05 Bernd Schmidt bern... Add Makefile support for DSBT ELF.
2011-03-03 Peter S. Mazingerfix dependency on ADVANCED_REALTIME
2010-06-17 Bernhard Reutner... librt: fix linking WRT pthreads
2010-06-17 Bernhard Reutner... librt: simplify handling LDFLAGS
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-22 Natanael Copanptl: proper soname handling
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-03-25 Bernhard Reutner... prettify make clean
2010-02-23 Austin Foxleyimprove parallel make behaviour
2010-02-16 Austin Foxleymass sync with glibc nptl
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 Foxleylibrt additions that are now possible with nptl
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-09-05 Denys Vlasenkodo not save/restore errno around free() calls
2009-09-05 Denys VlasenkoCLOEXEC: use open(CLOEXEC) if exist; do not check fcntl...
2009-08-17 Bernhard Reutner... support building out-of-tree
2009-07-06 RonAdd a few missing includes
2009-07-03 Mike FrysingerMerge branch 'master' of git://uclibc.org/uClibc
2009-07-02 Bernhard Reutner... add testcases for shm_{open,unlink}
2009-06-02 Bernhard Reutner... include errno.h unconditionally
2009-06-02 Bernhard Reutner... add stub for shm_open() and shm_unlink
2009-01-22 Bernhard Reutner... - also link librt with --as-needed and do so unconditio...
2008-12-04 Carmelo AmorosoCLean librt/*.oS too (NPTL will add some).
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-10-06 Bernhard Reutner... - disentangle REALTIME from ADVANCED_REALTIME (Peter...
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-06-17 Bernhard Reutner... - move stripping into do_ar resp compile-m for the...
2008-06-04 Bernhard Reutner... - strip the targets and not prerequisites
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2008-06-01 Bernd SchmidtA slight improvement over my previous commit which...
2007-03-19 Mike Frysinger#1273 if EXTRAVERSION is set, make sure we respect it
2007-02-09 Mike FrysingerKay McCormick reports: when evp is NULL, it is reset...
2007-02-09 Mike Frysingerrun through Lindent
2006-08-23 Mike Frysingeronly define offsetof() if it isnt already defined
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-19 Peter S. MazingerWith one source or syscall only sources there is no...
2006-01-16 Peter S. MazingerConvert to hidden_def
2006-01-16 Peter S. Mazingerjump relocs removed
2005-12-29 Mike Frysingerhide some functions to cut down on relocations
2005-12-29 Mike Frysingermake sure mq_timedsend() and mq_send() is always defined
2005-12-29 Mike Frysingermake sure mq_timedreceive() and mq_receive() is always...
2005-12-06 "Steven J. Hill"Part deux.
2005-11-22 Peter S. MazingerDepedencies corrected (less make oldconfig/headers...
2005-11-22 Mike Frysingerrework depends and stripping so that libraries arent...
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-18 Peter S. MazingerAdd info to CFLAGS about lib we are building
2005-11-17 Peter S. MazingerInclude all lib*/Makefile.in in top_srcdir/Makefile...
2005-11-02 Peter S. MazingerEnable IMA compiling now that syscalls work
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-27 Peter S. MazingerMoved guard_setup to dl-osinfo.h (used commonly by...
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
2005-10-19 Peter S. MazingerAdd the current implementation to review
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-11 Peter S. MazingerDo not defer expansions where useless, like CSRC/OBJS...
2005-09-28 Peter S. MazingerRemove ar-target and shared targets, at build time...
2005-09-22 Peter S. Mazingerno check needed in libm/libpthread, we do not recurse...
2005-09-21 Peter S. Mazingerinclude headers only if the related option is enabled
2005-01-18 Mike Frysingerrework dependencies so the archive is re-created only...
2005-01-18 Mike Frysingermake sure we include pthread.h to define pthread_attr_t
2005-01-11 Eric AndersenPatch from Paul Mundt (lethal) adding an initial librt...