summaryrefslogtreecommitdiff
path: root/librt
Commit message (Expand)AuthorAge
* librt: convince spawn to compile for !LFSBernhard Reutner-Fischer2012-04-04
* spawn: fix building on no-mmu systemsMike Frysinger2012-03-27
* spawn: do not require C99 styleMike Frysinger2012-03-27
* librt: add posix_spawn supportIsmael Luceno2012-03-25
* librt: refactor source selectionMike Frysinger2012-03-05
* stubs: mark stubs as usedBernhard Reutner-Fischer2012-01-18
* Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de2011-03-05
* fix dependency on ADVANCED_REALTIMEPeter S. Mazinger2011-03-03
* librt: fix linking WRT pthreadsBernhard Reutner-Fischer2010-06-17
* librt: simplify handling LDFLAGSBernhard Reutner-Fischer2010-06-17
* nptl: proper soname handlingNatanael Copa2010-04-22
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-02
|\
| * prettify make cleanBernhard Reutner-Fischer2010-03-25
* | improve parallel make behaviourAustin Foxley2010-02-23
* | mass sync with glibc nptlAustin Foxley2010-02-16
* | librt additions that are now possible with nptlAustin Foxley2009-10-17
|/
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-18
* do not save/restore errno around free() callsDenys Vlasenko2009-09-05
* CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko2009-09-05
* support building out-of-treeBernhard Reutner-Fischer2009-08-17
* Add a few missing includesRon2009-07-06
* add testcases for shm_{open,unlink}Bernhard Reutner-Fischer2009-07-02
* include errno.h unconditionallyBernhard Reutner-Fischer2009-06-02
* add stub for shm_open() and shm_unlinkBernhard Reutner-Fischer2009-06-02
* - also link librt with --as-needed and do so unconditionally to work aroundBernhard Reutner-Fischer2009-01-22
* CLean librt/*.oS too (NPTL will add some).Carmelo Amoroso2008-12-04
* - less verbose make cleanBernhard Reutner-Fischer2008-11-07
* - disentangle REALTIME from ADVANCED_REALTIME (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-06
* - fix inline keywordBernhard Reutner-Fischer2008-07-23
* - move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer2008-06-17
* - strip the targets and not prerequisitesBernhard Reutner-Fischer2008-06-04
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-03
* A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt2008-06-01
* #1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger2007-03-19
* Kay McCormick reports: when evp is NULL, it is reset too late and so can caus...Mike Frysinger2007-02-09
* run through LindentMike Frysinger2007-02-09
* only define offsetof() if it isnt already definedMike Frysinger2006-08-23
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-22
* With one source or syscall only sources there is no use of IMAPeter S. Mazinger2006-01-19
* Convert to hidden_defPeter S. Mazinger2006-01-16
* jump relocs removedPeter S. Mazinger2006-01-16
* hide some functions to cut down on relocationsMike Frysinger2005-12-29
* make sure mq_timedsend() and mq_send() is always definedMike Frysinger2005-12-29
* make sure mq_timedreceive() and mq_receive() is always definedMike Frysinger2005-12-29
* Part deux."Steven J. Hill"2005-12-06
* Depedencies corrected (less make oldconfig/headers), rerunning make remakes o...Peter S. Mazinger2005-11-22
* rework depends and stripping so that libraries arent rebuilt all the time in ...Mike Frysinger2005-11-22
* Remove TOPDIRPeter S. Mazinger2005-11-21
* Add info to CFLAGS about lib we are buildingPeter S. Mazinger2005-11-18
* Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign...Peter S. Mazinger2005-11-17