summaryrefslogtreecommitdiff
path: root/librt
AgeCommit message (Expand)Author
2015-04-14librt: Add missing __dso_handleBernhard Reutner-Fischer
2015-04-14librt: Refine LIBSBernhard Reutner-Fischer
2015-04-14librt: honour HAS_STUBS in buildsysBernhard Reutner-Fischer
2015-04-14librt: Rephrase librt.so library dependenciesBernhard Reutner-Fischer
2015-04-14librt: Fix librt.so depends for !NPTLBernhard Reutner-Fischer
2015-03-31buildsys: Do not build crt upon pregenBernhard Reutner-Fischer
2015-03-31Revert "librt: Use -nodefaultlibs instead of -nostdlib"Bernhard Reutner-Fischer
2015-03-22librt: Use -nodefaultlibs instead of -nostdlibKhem Raj
2013-12-20librt: fix mq_timed{send,receive} return instructionsBaruch Siach
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15Reorder includes and include only what is necessaryPeter S. Mazinger
2012-06-15librt: provide missing prototypes for mq_timedreceive,mq_timedsendPeter S. Mazinger
2012-06-15librt: get rid of visible __mq_timed(send,receive)Peter S. Mazinger
2012-06-15do not include libc-internal.hPeter S. Mazinger
2012-04-04librt: convince spawn to compile for !LFSBernhard Reutner-Fischer
2012-03-26spawn: fix building on no-mmu systemsMike Frysinger
2012-03-26spawn: do not require C99 styleMike Frysinger
2012-03-25librt: add posix_spawn supportIsmael Luceno
2012-03-05librt: refactor source selectionMike Frysinger
2012-01-18stubs: mark stubs as usedBernhard Reutner-Fischer
2011-03-05Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de
2011-03-03fix dependency on ADVANCED_REALTIMEPeter S. Mazinger
2010-06-17librt: fix linking WRT pthreadsBernhard Reutner-Fischer
2010-06-17librt: simplify handling LDFLAGSBernhard Reutner-Fischer
2010-04-22nptl: proper soname handlingNatanael Copa
2010-04-02Merge commit 'origin/master' into nptlAustin Foxley
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-02-23improve parallel make behaviourAustin Foxley
2010-02-16mass sync with glibc nptlAustin Foxley
2009-10-17librt additions that are now possible with nptlAustin Foxley
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-05do not save/restore errno around free() callsDenys Vlasenko
2009-09-05CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-07-05Add a few missing includesRon
2009-07-03add testcases for shm_{open,unlink}Bernhard Reutner-Fischer
2009-06-02include errno.h unconditionallyBernhard Reutner-Fischer
2009-06-02add stub for shm_open() and shm_unlinkBernhard Reutner-Fischer
2009-01-22- also link librt with --as-needed and do so unconditionally to work aroundBernhard Reutner-Fischer
2008-12-04CLean librt/*.oS too (NPTL will add some).Carmelo Amoroso
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-10-06- disentangle REALTIME from ADVANCED_REALTIME (Peter S. Mazinger)Bernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-06-17- move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer
2008-06-04- strip the targets and not prerequisitesBernhard Reutner-Fischer
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2008-06-01A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt
2007-03-19#1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger
2007-02-09Kay McCormick reports: when evp is NULL, it is reset too late and so can caus...Mike Frysinger
2007-02-09run through LindentMike Frysinger