aboutsummaryrefslogtreecommitdiff
path: root/rt
AgeCommit message (Expand)AuthorFilesLines
2021-06-21Fix librt-routines-var issues for !PTHREAD_IN_LIBCFlorian Weimer1-1/+1
2021-06-21rt: Lexicographically sort Versions file; librt-routines in MakefileFlorian Weimer2-26/+65
2021-06-15y2038: Add test coverageAdhemerval Zanella9-3/+22
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2-3/+34
2021-05-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer1-1/+0
2021-05-03Add pthread-in-libc, libpthread-routines-var, librt-routines-varFlorian Weimer1-0/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert56-56/+56
2020-10-19rt: Fix typos in comments in <aio.h>Jonny Grant1-7/+6
2020-10-15shm tests: Append PID to names passed to shm_open [BZ #26737]H.J. Lu2-11/+35
2020-02-19Block all signals on timer_create thread (BZ#10815)Adhemerval Zanella2-2/+83
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers55-55/+55
2019-09-25Set the expects flags to clock_nanosleepAdhemerval Zanella1-1/+0
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert55-55/+55
2019-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg12-799/+4
2019-03-22Remove __get_clockfreqAdhemerval Zanella2-28/+1
2019-02-08rt: Turn forwards from librt to libc into compat symbols [BZ #24194]Florian Weimer1-2/+4
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers65-65/+65
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab15-32/+0
2018-04-02hurd: Add hurd thread librarySamuel Thibault1-0/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers65-65/+65
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-5/+5
2017-08-31aio: Remove internal_function function attributeFlorian Weimer1-1/+1
2017-05-20Remove __need macros from signal.h.Zack Weinberg2-4/+3
2017-05-18posix: Consolidate Linux mq_timedsend syscallAdhemerval Zanella1-0/+1
2017-05-18posix: Consolidate Linux mq_timedreceive syscallAdhemerval Zanella1-0/+1
2017-02-19One more obvious missing #include in the testsuite.Zack Weinberg1-0/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers65-65/+65
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer1-3/+7
2016-10-07Use libc_ifunc macro for clock_* symbols in librt.Stefan Liebler1-19/+15
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg2-4/+2
2016-09-15rt: Set shm_open as a non cancellation point (BZ #18243)Adhemerval Zanella2-1/+131
2016-06-11Fix rt/tst-aio64.c as well, and mention login/tst-utmp.c in ChangeLogPaul Pluzhnikov1-1/+1
2016-06-112016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-1/+1
2016-03-16Fix hurd buildSamuel Thibault1-0/+1
2016-01-15Fix race in tst-mqueue5Paul E. Murphy1-2/+19
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers64-64/+64
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers3-8/+3
2015-10-15Do not leave files behind in /tmp from testing.Joseph Myers2-2/+2
2015-06-17Fix mq_receive, mq_send mq_timed* namespace (bug 18545).Joseph Myers2-4/+8
2015-03-04Conditionalize some test code for SIGRTMIN, SA_SIGINFO.Roland McGrath2-2/+7
2015-02-06Don't set unused field in rt/tst-timer2.Roland McGrath1-2/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers64-64/+64
2014-12-30Replace %ld/%lu with %jd/%ju and cast to intmax_t/uintmax_tH.J. Lu7-58/+68
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar1-2/+5
2014-07-31Fix -Wundef warning for HAVE_IFUNCAndreas Schwab1-1/+1
2014-05-21Don't mention linuxthreads in Depend files.Joseph Myers1-1/+0
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-0/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae64-64/+64
2013-12-03Properly handle shm_open validation. Fixes bug 16274.Ondřej Bílka1-35/+21
2013-11-26Use __glibc_reserved instead __unused.Ondřej Bílka1-2/+2