summaryrefslogtreecommitdiff
path: root/rt
AgeCommit message (Expand)Author
2018-04-02hurd: Add hurd thread librarySamuel Thibault
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-08-31aio: Remove internal_function function attributeFlorian Weimer
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-05-18posix: Consolidate Linux mq_timedsend syscallAdhemerval Zanella
2017-05-18posix: Consolidate Linux mq_timedreceive syscallAdhemerval Zanella
2017-02-19One more obvious missing #include in the testsuite.Zack Weinberg
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer
2016-10-07Use libc_ifunc macro for clock_* symbols in librt.Stefan Liebler
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg
2016-09-15rt: Set shm_open as a non cancellation point (BZ #18243)Adhemerval Zanella
2016-06-11Fix rt/tst-aio64.c as well, and mention login/tst-utmp.c in ChangeLogPaul Pluzhnikov
2016-06-112016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2016-03-16Fix hurd buildSamuel Thibault
2016-01-15Fix race in tst-mqueue5Paul E. Murphy
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-10-15Do not leave files behind in /tmp from testing.Joseph Myers
2015-06-17Fix mq_receive, mq_send mq_timed* namespace (bug 18545).Joseph Myers
2015-03-04Conditionalize some test code for SIGRTMIN, SA_SIGINFO.Roland McGrath
2015-02-06Don't set unused field in rt/tst-timer2.Roland McGrath
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-30Replace %ld/%lu with %jd/%ju and cast to intmax_t/uintmax_tH.J. Lu
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar
2014-07-31Fix -Wundef warning for HAVE_IFUNCAndreas Schwab
2014-05-21Don't mention linuxthreads in Depend files.Joseph Myers
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-03Properly handle shm_open validation. Fixes bug 16274.Ondřej Bílka
2013-11-26Use __glibc_reserved instead __unused.Ondřej Bílka
2013-10-31Restrict shm_open and shm_unlink to SHMDIR. Fixes bugs 14752 and 15763.Ondřej Bílka
2013-06-11Fix symbol definitions for __clock_* functionsSiddhesh Poyarekar
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers
2013-04-16Don't test O_RDONLY case in tst-aio7.Roland McGrath
2013-02-15Remove bounded-pointers build system support.Joseph Myers
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-04[BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge
2012-11-01Correct checking for mmap failure.Thomas Schwinge
2012-10-24BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath
2012-10-23Add and use $(host-built-program-cmd).Jim Blandy
2012-09-28Include <pthread.h> where needed.Pino Toscano
2012-08-15Fix stub clock_nanosleep #include.Roland McGrath
2012-04-29Fix attributes for fortify functions.Marek Polacek
2012-03-232012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov
2012-03-08Fix struct timespec normalization (as used in many other places).Thomas Schwinge
2012-03-07Remove distribute variable from MakefilesUlrich Drepper
2012-02-27Add missing fcntl.h include in some aio tests.Roland McGrath