summaryrefslogtreecommitdiff
path: root/sysdeps/pthread
Commit message (Expand)AuthorAgeFilesLines
* aio: Remove internal_function function attributeFlorian Weimer2017-08-313-20/+8
* aio: Remove support for BROKEN_THREAD_SIGNALSFlorian Weimer2017-08-155-57/+0
* Single threaded stdio optimizationSzabolcs Nagy2017-07-041-0/+1
* Remove __need macros from signal.h.Zack Weinberg2017-05-201-0/+1
* Refer to <signal.h> instead of <pthread.h> in <bits/sigthread.h>Andreas Schwab2017-02-281-1/+1
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-161-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0128-28/+28
* Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg2016-09-231-2/+1
* Revert "aio: fix newp->running data race"Samuel Thibault2016-05-041-5/+3
* aio: fix newp->running data raceSamuel Thibault2016-05-041-3/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0428-28/+28
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-203-9/+4
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-191-5/+2
* Convert 231 sysdeps function definitions to prototype style.Joseph Myers2015-10-1911-25/+11
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Rename bits/stdio-lock.h to stdio-lock.h (bug 14912).Joseph Myers2015-09-043-3/+3
* Use unsigned types for counters in AIO code.Roland McGrath2015-06-243-10/+10
* Fix aio_* pread namespace (bug 18519).Joseph Myers2015-06-121-4/+5
* Fix aio_error thread-safety.Samuel Thibault2015-03-062-8/+49
* Deglobalize internal variables in timer_routines.c.Roland McGrath2015-03-021-3/+3
* hurd: fix build with pthread aioSamuel Thibault2015-02-071-1/+4
* Some #include cleanup in aio/timer code.Roland McGrath2015-01-082-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0227-27/+27
* Replace %ld with %jd and cast to intmax_tH.J. Lu2014-12-301-4/+4
* Move semaphore.h to sysdeps/pthread/.Joseph Myers2014-12-111-0/+78
* Fix pthreads getrlimit, gettimeofday namespace (bug 17682).Joseph Myers2014-12-061-1/+1
* Restore subdir conditional for tst-timer dependency.Siddhesh Poyarekar2014-07-031-0/+4
* Use list.h in posix-timer code.Roland McGrath2014-06-122-43/+31
* Get rid of nptl/sysdeps/pthread/ subdirectoryRoland McGrath2014-06-1214-0/+1617
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-102-3/+3
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0112-12/+12
* Fix typos.Ondřej Bílka2013-08-211-1/+1
* BZ#15361: Make aio_fsync not check open modes.Roland McGrath2013-04-121-5/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0212-12/+12
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-011-2/+1
* aio_notify: fix _POSIX_REALTIME_SIGNALS checkPino Toscano2012-10-291-1/+1
* aio_fsync: fix the access mode checkPino Toscano2012-09-281-1/+1
* Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath2012-08-172-3/+2
* Fix struct timespec normalization (as used in many other places).Thomas Schwinge2012-03-081-3/+2
* Add missing headersAndreas Schwab2012-02-272-2/+4
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0912-36/+24
* Fix nptl/tst-cancel17 and nptl/tst-cancelx17 with recent gcc.David S. Miller2011-08-231-1/+13
* Fix initialization of optimization values for AIOUlrich Drepper2011-05-141-3/+5
* Fix AIO when thread creation failed.Ulrich Drepper2009-10-291-7/+19
* * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessaryUlrich Drepper2007-11-101-3/+5
* * rt/Makefile (tests): Add tst-aio9 and tst-aio10.Ulrich Drepper2006-01-061-1/+4
* * sysdeps/pthread/aio_misc.h [!DONT_USE_BOOTSTRAP_MAP]Ulrich Drepper2006-01-064-8/+54
* * sysdeps/powerpc/powerpc32/sysdep.h (ENTRY, EALIGN): Add cfi_startprocUlrich Drepper2006-01-044-9/+22
* lio_listio should emit an event for each individual request inUlrich Drepper2006-01-034-21/+70
* * elf/cache.c: Use <> rather than "" #includes.Roland McGrath2005-12-219-18/+20