aboutsummaryrefslogtreecommitdiff
path: root/librt
AgeCommit message (Expand)AuthorFilesLines
2024-04-18Fix vDSO support for all supported architectures.Dmitry Chestnykh1-2/+16
2024-04-13Provide fixups for riscv32.Dmitry Chestnykh2-2/+2
2024-02-28libc: Pass 64bit-only time structures to syscalls.Dmitry Chestnykh1-3/+18
2024-02-25Add support for using time64 on big-endian machines.Dmitry Chestnykh5-12/+42
2024-02-22Introduce time64 support.Dmitry Chestnykh7-7/+50
2023-06-12Fix compilation error on noMMU/nothread systems with old compilersYann Sionneau1-0/+2
2023-06-12Revert "librt: avoid compilation error"Yann Sionneau1-3/+2
2020-09-13librt: avoid compilation errorDamien Le Moal1-2/+3
2018-08-10Fix shm_open posix compliance error codeChristophe Lyon1-0/+3
2018-01-15rt: cleanup and allow to build for linuxthreadsWaldemar Brodkorb3-204/+12
2017-12-10librt: fix gcc warningWaldemar Brodkorb1-1/+1
2017-11-22librt: fix broken posix_spawnWaldemar Brodkorb1-6/+26
2017-07-28rt: convert mq_timedsend/mq_timedreceive to use cancel.h macrosWaldemar Brodkorb7-103/+41
2017-04-22remove unused HP_TIMING_AVAIL and headerWaldemar Brodkorb1-64/+0
2016-11-27remove UCLIBC_HAS_LFSWaldemar Brodkorb1-9/+0
2016-09-26use a single libc and deduplicate threading codeWaldemar Brodkorb1-34/+0
2016-08-10librt: fix path parsing in __spawni()Eric Le Bihan1-2/+2
2016-06-30nds32: add support for new architectureWaldemar Brodkorb1-0/+1
2016-06-23libs: install backward compatibility symlinksAlexey Brodkin1-0/+2
2015-04-14librt: Add missing __dso_handleBernhard Reutner-Fischer2-0/+6
2015-04-14librt: Refine LIBSBernhard Reutner-Fischer1-4/+3
2015-04-14librt: honour HAS_STUBS in buildsysBernhard Reutner-Fischer1-0/+2
2015-04-14librt: Rephrase librt.so library dependenciesBernhard Reutner-Fischer1-2/+5
2015-04-14librt: Fix librt.so depends for !NPTLBernhard Reutner-Fischer1-2/+2
2015-03-31buildsys: Do not build crt upon pregenBernhard Reutner-Fischer1-1/+1
2015-03-31Revert "librt: Use -nodefaultlibs instead of -nostdlib"Bernhard Reutner-Fischer1-3/+0
2015-03-22librt: Use -nodefaultlibs instead of -nostdlibKhem Raj1-0/+3
2013-12-20librt: fix mq_timed{send,receive} return instructionsBaruch Siach2-2/+2
2012-11-18Replace FSF snail mail address with URLsMike Frysinger3-9/+6
2012-06-15Reorder includes and include only what is necessaryPeter S. Mazinger1-4/+1
2012-06-15librt: provide missing prototypes for mq_timedreceive,mq_timedsendPeter S. Mazinger3-2/+12
2012-06-15librt: get rid of visible __mq_timed(send,receive)Peter S. Mazinger2-10/+6
2012-06-15do not include libc-internal.hPeter S. Mazinger1-1/+0
2012-04-04librt: convince spawn to compile for !LFSBernhard Reutner-Fischer1-0/+9
2012-03-26spawn: fix building on no-mmu systemsMike Frysinger1-1/+6
2012-03-26spawn: do not require C99 styleMike Frysinger1-2/+4
2012-03-25librt: add posix_spawn supportIsmael Luceno7-0/+493
2012-03-05librt: refactor source selectionMike Frysinger1-8/+11
2012-01-18stubs: mark stubs as usedBernhard Reutner-Fischer1-0/+1
2011-03-05Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de1-0/+1
2011-03-03fix dependency on ADVANCED_REALTIMEPeter S. Mazinger3-33/+75
2010-06-17librt: fix linking WRT pthreadsBernhard Reutner-Fischer1-3/+2
2010-06-17librt: simplify handling LDFLAGSBernhard Reutner-Fischer1-9/+6
2010-04-22nptl: proper soname handlingNatanael Copa1-1/+1
2010-04-02Merge commit 'origin/master' into nptlAustin Foxley1-2/+2
2010-03-25prettify make cleanBernhard Reutner-Fischer1-2/+2
2010-02-23improve parallel make behaviourAustin Foxley1-2/+2
2010-02-16mass sync with glibc nptlAustin Foxley1-0/+8
2009-10-17librt additions that are now possible with nptlAustin Foxley10-52/+613
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko1-9/+10