summaryrefslogtreecommitdiffstats
path: root/librt
Commit message (Expand)AuthorAgeFilesLines
* Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de2011-03-051-0/+1
* fix dependency on ADVANCED_REALTIMEPeter S. Mazinger2011-03-033-33/+75
* librt: fix linking WRT pthreadsBernhard Reutner-Fischer2010-06-171-3/+2
* librt: simplify handling LDFLAGSBernhard Reutner-Fischer2010-06-171-9/+6
* nptl: proper soname handlingNatanael Copa2010-04-221-1/+1
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-021-2/+2
|\
| * prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* | improve parallel make behaviourAustin Foxley2010-02-231-2/+2
* | mass sync with glibc nptlAustin Foxley2010-02-161-0/+8
* | librt additions that are now possible with nptlAustin Foxley2009-10-1710-52/+613
|/
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-9/+10
* do not save/restore errno around free() callsDenys Vlasenko2009-09-051-10/+6
* CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko2009-09-051-7/+10
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* Add a few missing includesRon2009-07-051-0/+1
* add testcases for shm_{open,unlink}Bernhard Reutner-Fischer2009-07-031-0/+4
* include errno.h unconditionallyBernhard Reutner-Fischer2009-06-021-4/+3
* add stub for shm_open() and shm_unlinkBernhard Reutner-Fischer2009-06-021-0/+98
* - also link librt with --as-needed and do so unconditionally to work aroundBernhard Reutner-Fischer2009-01-221-1/+1
* CLean librt/*.oS too (NPTL will add some).Carmelo Amoroso2008-12-041-1/+1
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-2/+2
* - disentangle REALTIME from ADVANCED_REALTIME (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-062-29/+46
* - fix inline keywordBernhard Reutner-Fischer2008-07-2311-11/+11
* - move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer2008-06-171-2/+0
* - strip the targets and not prerequisitesBernhard Reutner-Fischer2008-06-041-2/+2
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-033-1/+6
* A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt2008-06-011-2/+2
* #1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger2007-03-191-1/+1
* Kay McCormick reports: when evp is NULL, it is reset too late and so can caus...Mike Frysinger2007-02-091-15/+14
* run through LindentMike Frysinger2007-02-0912-119/+123
* only define offsetof() if it isnt already definedMike Frysinger2006-08-231-1/+3
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-222-4/+0
* With one source or syscall only sources there is no use of IMAPeter S. Mazinger2006-01-191-2/+0
* Convert to hidden_defPeter S. Mazinger2006-01-161-4/+5
* jump relocs removedPeter S. Mazinger2006-01-162-8/+12
* hide some functions to cut down on relocationsMike Frysinger2005-12-293-6/+12
* make sure mq_timedsend() and mq_send() is always definedMike Frysinger2005-12-291-5/+8
* make sure mq_timedreceive() and mq_receive() is always definedMike Frysinger2005-12-291-5/+8
* Part deux."Steven J. Hill"2005-12-061-3/+3
* Depedencies corrected (less make oldconfig/headers), rerunning make remakes o...Peter S. Mazinger2005-11-221-8/+10
* rework depends and stripping so that libraries arent rebuilt all the time in ...Mike Frysinger2005-11-221-2/+4
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Add info to CFLAGS about lib we are buildingPeter S. Mazinger2005-11-181-1/+1
* Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign...Peter S. Mazinger2005-11-171-12/+36
* Enable IMA compiling now that syscalls workPeter S. Mazinger2005-11-021-3/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-53/+8
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger2005-10-271-3/+1
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-7/+22
* Add the current implementation to reviewPeter S. Mazinger2005-10-191-0/+16
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-2/+2