aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/pthread
AgeCommit message (Expand)AuthorFilesLines
2017-08-31aio: Remove internal_function function attributeFlorian Weimer3-20/+8
2017-08-15aio: Remove support for BROKEN_THREAD_SIGNALSFlorian Weimer5-57/+0
2017-07-04Single threaded stdio optimizationSzabolcs Nagy1-0/+1
2017-05-20Remove __need macros from signal.h.Zack Weinberg1-0/+1
2017-02-28Refer to <signal.h> instead of <pthread.h> in <bits/sigthread.h>Andreas Schwab1-1/+1
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg1-0/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers28-28/+28
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg1-2/+1
2016-05-04Revert "aio: fix newp->running data race"Samuel Thibault1-5/+3
2016-05-04aio: fix newp->running data raceSamuel Thibault1-3/+5
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers28-28/+28
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers3-9/+4
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers1-5/+2
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers11-25/+11
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-09-04Rename bits/stdio-lock.h to stdio-lock.h (bug 14912).Joseph Myers3-3/+3
2015-06-24Use unsigned types for counters in AIO code.Roland McGrath3-10/+10
2015-06-12Fix aio_* pread namespace (bug 18519).Joseph Myers1-4/+5
2015-03-06Fix aio_error thread-safety.Samuel Thibault2-8/+49
2015-03-02Deglobalize internal variables in timer_routines.c.Roland McGrath1-3/+3
2015-02-07hurd: fix build with pthread aioSamuel Thibault1-1/+4
2015-01-08Some #include cleanup in aio/timer code.Roland McGrath2-1/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers27-27/+27
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu1-4/+4
2014-12-11Move semaphore.h to sysdeps/pthread/.Joseph Myers1-0/+78
2014-12-06Fix pthreads getrlimit, gettimeofday namespace (bug 17682).Joseph Myers1-1/+1
2014-07-03Restore subdir conditional for tst-timer dependency.Siddhesh Poyarekar1-0/+4
2014-06-12Use list.h in posix-timer code.Roland McGrath2-43/+31
2014-06-12Get rid of nptl/sysdeps/pthread/ subdirectoryRoland McGrath14-0/+1617
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka2-3/+3
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae12-12/+12
2013-08-21Fix typos.Ondřej Bílka1-1/+1
2013-04-12BZ#15361: Make aio_fsync not check open modes.Roland McGrath1-5/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers12-12/+12
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers1-2/+1
2012-10-29aio_notify: fix _POSIX_REALTIME_SIGNALS checkPino Toscano1-1/+1
2012-09-28aio_fsync: fix the access mode checkPino Toscano1-1/+1
2012-08-17Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath2-3/+2
2012-03-08Fix struct timespec normalization (as used in many other places).Thomas Schwinge1-3/+2
2012-02-27Add missing headersAndreas Schwab2-2/+4
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert12-36/+24
2011-08-23Fix nptl/tst-cancel17 and nptl/tst-cancelx17 with recent gcc.David S. Miller1-1/+13
2011-05-14Fix initialization of optimization values for AIOUlrich Drepper1-3/+5
2009-10-29Fix AIO when thread creation failed.Ulrich Drepper1-7/+19
2007-11-10* sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessaryUlrich Drepper1-3/+5
2006-01-06* rt/Makefile (tests): Add tst-aio9 and tst-aio10.Ulrich Drepper1-1/+4
2006-01-06* sysdeps/pthread/aio_misc.h [!DONT_USE_BOOTSTRAP_MAP]Ulrich Drepper4-8/+54
2006-01-04* sysdeps/powerpc/powerpc32/sysdep.h (ENTRY, EALIGN): Add cfi_startprocUlrich Drepper4-9/+22
2006-01-03lio_listio should emit an event for each individual request inUlrich Drepper4-21/+70
2005-12-21* elf/cache.c: Use <> rather than "" #includes.Roland McGrath9-18/+20