Age | Commit message (Expand) | Author |
2017-02-28 | Refer to <signal.h> instead of <pthread.h> in <bits/sigthread.h> | Andreas Schwab |
2017-02-16 | Add missing header files throughout the testsuite. | Zack Weinberg |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-09-23 | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg |
2016-05-04 | Revert "aio: fix newp->running data race" | Samuel Thibault |
2016-05-04 | aio: fix newp->running data race | Samuel Thibault |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-10-20 | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers |
2015-10-19 | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers |
2015-10-19 | Convert 231 sysdeps function definitions to prototype style. | Joseph Myers |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers |
2015-09-04 | Rename bits/stdio-lock.h to stdio-lock.h (bug 14912). | Joseph Myers |
2015-06-24 | Use unsigned types for counters in AIO code. | Roland McGrath |
2015-06-12 | Fix aio_* pread namespace (bug 18519). | Joseph Myers |
2015-03-06 | Fix aio_error thread-safety. | Samuel Thibault |
2015-03-02 | Deglobalize internal variables in timer_routines.c. | Roland McGrath |
2015-02-07 | hurd: fix build with pthread aio | Samuel Thibault |
2015-01-08 | Some #include cleanup in aio/timer code. | Roland McGrath |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-12-30 | Replace %ld with %jd and cast to intmax_t | H.J. Lu |
2014-12-11 | Move semaphore.h to sysdeps/pthread/. | Joseph Myers |
2014-12-06 | Fix pthreads getrlimit, gettimeofday namespace (bug 17682). | Joseph Myers |
2014-07-03 | Restore subdir conditional for tst-timer dependency. | Siddhesh Poyarekar |
2014-06-12 | Use list.h in posix-timer code. | Roland McGrath |
2014-06-12 | Get rid of nptl/sysdeps/pthread/ subdirectory | Roland McGrath |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-08-21 | Fix typos. | Ondřej Bílka |
2013-04-12 | BZ#15361: Make aio_fsync not check open modes. | Roland McGrath |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers |
2012-10-29 | aio_notify: fix _POSIX_REALTIME_SIGNALS check | Pino Toscano |
2012-09-28 | aio_fsync: fix the access mode check | Pino Toscano |
2012-08-17 | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath |
2012-03-08 | Fix struct timespec normalization (as used in many other places). | Thomas Schwinge |
2012-02-27 | Add missing headers | Andreas Schwab |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert |
2011-08-23 | Fix nptl/tst-cancel17 and nptl/tst-cancelx17 with recent gcc. | David S. Miller |
2011-05-14 | Fix initialization of optimization values for AIO | Ulrich Drepper |
2009-10-29 | Fix AIO when thread creation failed. | Ulrich Drepper |
2007-11-10 | * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary | Ulrich Drepper |
2006-01-06 | * rt/Makefile (tests): Add tst-aio9 and tst-aio10. | Ulrich Drepper |
2006-01-06 | * sysdeps/pthread/aio_misc.h [!DONT_USE_BOOTSTRAP_MAP] | Ulrich Drepper |
2006-01-04 | * sysdeps/powerpc/powerpc32/sysdep.h (ENTRY, EALIGN): Add cfi_startproc | Ulrich Drepper |
2006-01-03 | lio_listio should emit an event for each individual request in | Ulrich Drepper |
2005-12-21 | * elf/cache.c: Use <> rather than "" #includes. | Roland McGrath |
2005-11-06 | * malloc/malloc.c (munmap_chunk): Add sanity checks. | Ulrich Drepper |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper |
2007-07-12 | 2.5-18.1 | Jakub Jelinek |
2004-08-11 | * sysdeps/pthread/aio_misc.c (handle_fildes_io): Remove noreturn | Roland McGrath |