aboutsummaryrefslogtreecommitdiff
path: root/rt
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-31Restrict shm_open and shm_unlink to SHMDIR. Fixes bugs 14752 and 15763.Ondřej Bílka1-0/+8
2013-06-11Fix symbol definitions for __clock_* functionsSiddhesh Poyarekar5-11/+12
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers1-6/+1
2013-04-16Don't test O_RDONLY case in tst-aio7.Roland McGrath1-16/+1
2013-02-15Remove bounded-pointers build system support.Joseph Myers1-3/+0
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers64-64/+64
2012-11-04[BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge28-30/+0
2012-11-01Correct checking for mmap failure.Thomas Schwinge1-1/+1
2012-10-24BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath8-8/+96
2012-10-23Add and use $(host-built-program-cmd).Jim Blandy1-1/+1
2012-09-28Include <pthread.h> where needed.Pino Toscano2-2/+4
2012-08-15Fix stub clock_nanosleep #include.Roland McGrath1-3/+2
2012-04-29Fix attributes for fortify functions.Marek Polacek2-2/+2
2012-03-232012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov1-5/+0
2012-03-08Fix struct timespec normalization (as used in many other places).Thomas Schwinge1-1/+1
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-2/+0
2012-02-27Add missing fcntl.h include in some aio tests.Roland McGrath3-3/+6
2012-02-26Add first fixes for conformtest for POSIX2008Ulrich Drepper1-3/+3
2012-02-26Fix up POSIX testing in conformtestUlrich Drepper1-0/+1
2012-02-10A bit of testsuite cleanup.Thomas Schwinge2-14/+31
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert63-189/+126
2012-01-07Remove pre-ISO C supportUlrich Drepper3-28/+28
2012-01-07Remove non-ELF supportUlrich Drepper1-3/+3
2011-06-04Fix <bits/mqueue2.h> for C++Jakub Jelinek1-5/+7
2007-09-15* rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.Ulrich Drepper5-4/+81
2007-08-03* rt/aio.h: Add __nonnull attributes.Ulrich Drepper1-23/+31
2007-08-03* rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument Jakub Jelinek1-2/+2
2007-08-02Change const to __const and add nonnull attributes.Ulrich Drepper1-13/+18
2007-07-28* nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known toUlrich Drepper1-11/+11
2007-05-19* rt/tst-shm.c: Use fstat64 instead of fstat.Ulrich Drepper1-4/+11
2006-09-12[BZ #2526, BZ #3138, BZ #3143]Ulrich Drepper2-2/+2
2006-08-03[BZ #2978]Ulrich Drepper2-1/+45
2006-01-06* rt/Makefile (tests): Add tst-aio9 and tst-aio10.Ulrich Drepper2-1/+120
2006-01-06* sysdeps/pthread/aio_misc.h [!DONT_USE_BOOTSTRAP_MAP]Ulrich Drepper2-1/+126
2006-01-05The thread is now supposed to be created.Ulrich Drepper1-5/+17
2006-01-05(do_test): aio_offset should be initialized, too.Ulrich Drepper1-0/+1
2006-01-04* sysdeps/powerpc/powerpc32/sysdep.h (ENTRY, EALIGN): Add cfi_startprocUlrich Drepper1-2/+2
2006-01-04Test for lio_listio returning an error for LIO_WAIT if an IO request failed.Ulrich Drepper1-0/+38
2006-01-03lio_listio should emit an event for each individual request inUlrich Drepper2-6/+21
2005-12-21* elf/cache.c: Use <> rather than "" #includes.Roland McGrath3-4/+4
2005-12-14Moved to csu/errno-loc.c.Ulrich Drepper21-0/+639
2005-12-142005-12-13 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper15-0/+475
2005-10-23Cleanups.Ulrich Drepper1-5/+4
2005-07-03* manual/install.texi (Installation): Don't mention linuxthreads.Roland McGrath1-0/+1
2005-04-27* rt/tst-cpuclock1.c: New file.Roland McGrath6-1/+923