summaryrefslogtreecommitdiff
path: root/librt
AgeCommit message (Expand)Author
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
2006-08-23only define offsetof() if it isnt already definedMike Frysinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-19With one source or syscall only sources there is no use of IMAPeter S. Mazinger
2006-01-16Convert to hidden_defPeter S. Mazinger
2006-01-16jump relocs removedPeter S. Mazinger
2005-12-29hide some functions to cut down on relocationsMike Frysinger
2005-12-29make sure mq_timedsend() and mq_send() is always definedMike Frysinger
2005-12-29make sure mq_timedreceive() and mq_receive() is always definedMike Frysinger
2005-12-06Part deux."Steven J. Hill"
2005-11-22Depedencies corrected (less make oldconfig/headers), rerunning make remakes o...Peter S. Mazinger
2005-11-22rework depends and stripping so that libraries arent rebuilt all the time in ...Mike Frysinger
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-18Add info to CFLAGS about lib we are buildingPeter S. Mazinger