summaryrefslogtreecommitdiff
path: root/rt
Commit message (Expand)AuthorAgeFilesLines
* Fix rt/tst-aio64.c as well, and mention login/tst-utmp.c in ChangeLogPaul Pluzhnikov2016-06-111-1/+1
* 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2016-06-111-1/+1
* Fix hurd buildSamuel Thibault2016-03-161-0/+1
* Fix race in tst-mqueue5Paul E. Murphy2016-01-151-2/+19
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0464-64/+64
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-163-8/+3
* Do not leave files behind in /tmp from testing.Joseph Myers2015-10-152-2/+2
* Fix mq_receive, mq_send mq_timed* namespace (bug 18545).Joseph Myers2015-06-172-4/+8
* Conditionalize some test code for SIGRTMIN, SA_SIGINFO.Roland McGrath2015-03-042-2/+7
* Don't set unused field in rt/tst-timer2.Roland McGrath2015-02-061-2/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0264-64/+64
* Replace %ld/%lu with %jd/%ju and cast to intmax_t/uintmax_tH.J. Lu2014-12-307-58/+68
* Modify several tests to use test-skeleton.cArjun Shankar2014-11-051-2/+5
* Fix -Wundef warning for HAVE_IFUNCAndreas Schwab2014-07-311-1/+1
* Don't mention linuxthreads in Depend files.Joseph Myers2014-05-211-1/+0
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-0/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0164-64/+64
* Properly handle shm_open validation. Fixes bug 16274.Ondřej Bílka2013-12-031-35/+21
* Use __glibc_reserved instead __unused.Ondřej Bílka2013-11-261-2/+2
* Restrict shm_open and shm_unlink to SHMDIR. Fixes bugs 14752 and 15763.Ondřej Bílka2013-10-311-0/+8
* Fix symbol definitions for __clock_* functionsSiddhesh Poyarekar2013-06-115-11/+12
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-311-6/+1
* Don't test O_RDONLY case in tst-aio7.Roland McGrath2013-04-161-16/+1
* Remove bounded-pointers build system support.Joseph Myers2013-02-151-3/+0
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-111-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0264-64/+64
* [BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge2012-11-0428-30/+0
* Correct checking for mmap failure.Thomas Schwinge2012-11-011-1/+1
* BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath2012-10-248-8/+96
* Add and use $(host-built-program-cmd).Jim Blandy2012-10-231-1/+1
* Include <pthread.h> where needed.Pino Toscano2012-09-282-2/+4
* Fix stub clock_nanosleep #include.Roland McGrath2012-08-151-3/+2
* Fix attributes for fortify functions.Marek Polacek2012-04-292-2/+2
* 2012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov2012-03-231-5/+0
* Fix struct timespec normalization (as used in many other places).Thomas Schwinge2012-03-081-1/+1
* Remove distribute variable from MakefilesUlrich Drepper2012-03-071-2/+0
* Add missing fcntl.h include in some aio tests.Roland McGrath2012-02-273-3/+6
* Add first fixes for conformtest for POSIX2008Ulrich Drepper2012-02-261-3/+3
* Fix up POSIX testing in conformtestUlrich Drepper2012-02-261-0/+1
* A bit of testsuite cleanup.Thomas Schwinge2012-02-102-14/+31
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0963-189/+126
* Remove pre-ISO C supportUlrich Drepper2012-01-073-28/+28
* Remove non-ELF supportUlrich Drepper2012-01-071-3/+3
* Fix <bits/mqueue2.h> for C++Jakub Jelinek2011-06-041-5/+7
* * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.Ulrich Drepper2007-09-155-4/+81
* * rt/aio.h: Add __nonnull attributes.Ulrich Drepper2007-08-031-23/+31
* * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument Jakub Jelinek2007-08-031-2/+2
* Change const to __const and add nonnull attributes.Ulrich Drepper2007-08-021-13/+18
* * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known toUlrich Drepper2007-07-281-11/+11
* * rt/tst-shm.c: Use fstat64 instead of fstat.Ulrich Drepper2007-05-191-4/+11