| Commit message (Expand) | Author | Age | Files | Lines |
* | hurd: fix sigevent's sigev_notify_attributes field type | Samuel Thibault | 2018-04-19 | 1 | -0/+18 |
* | hurd: Avoid some PLTs in libc and librt | Samuel Thibault | 2018-04-02 | 3 | -4/+4 |
* | hurd: avoid letting signals go to thread created by timer_create | Samuel Thibault | 2018-04-02 | 1 | -0/+6 |
* | hurd: fix timer_routines.c build | Samuel Thibault | 2018-02-27 | 1 | -1/+1 |
* | hurd: fix timer_routines.c build | Samuel Thibault | 2018-02-27 | 1 | -0/+3 |
* | Move NPTL-specific code to NPTL-specific header | Samuel Thibault | 2018-02-27 | 1 | -26/+1 |
* | allocalim.h: use __glibc_likely instead of __builtin_expect | Samuel Thibault | 2018-01-30 | 1 | -2/+2 |
* | allocalim.h: Fix codestyle | Samuel Thibault | 2018-01-29 | 1 | -3/+3 |
* | hurd: Fix allocalim build | Samuel Thibault | 2018-01-28 | 1 | -2/+5 |
* | hurd: fix warning | Samuel Thibault | 2018-01-27 | 2 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 28 | -28/+28 |
* | Deprecate external use of libio.h and _G_config.h. | Zack Weinberg | 2017-12-24 | 2 | -2/+0 |
* | aio: Remove internal_function function attribute | Florian Weimer | 2017-08-31 | 3 | -20/+8 |
* | aio: Remove support for BROKEN_THREAD_SIGNALS | Florian Weimer | 2017-08-15 | 5 | -57/+0 |
* | Single threaded stdio optimization | Szabolcs Nagy | 2017-07-04 | 1 | -0/+1 |
* | Remove __need macros from signal.h. | Zack Weinberg | 2017-05-20 | 1 | -0/+1 |
* | Refer to <signal.h> instead of <pthread.h> in <bits/sigthread.h> | Andreas Schwab | 2017-02-28 | 1 | -1/+1 |
* | Add missing header files throughout the testsuite. | Zack Weinberg | 2017-02-16 | 1 | -0/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 28 | -28/+28 |
* | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg | 2016-09-23 | 1 | -2/+1 |
* | Revert "aio: fix newp->running data race" | Samuel Thibault | 2016-05-04 | 1 | -5/+3 |
* | aio: fix newp->running data race | Samuel Thibault | 2016-05-04 | 1 | -3/+5 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 28 | -28/+28 |
* | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers | 2015-10-20 | 3 | -9/+4 |
* | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers | 2015-10-19 | 1 | -5/+2 |
* | Convert 231 sysdeps function definitions to prototype style. | Joseph Myers | 2015-10-19 | 11 | -25/+11 |
* | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2015-09-08 | 1 | -1/+1 |
* | Rename bits/stdio-lock.h to stdio-lock.h (bug 14912). | Joseph Myers | 2015-09-04 | 3 | -3/+3 |
* | Use unsigned types for counters in AIO code. | Roland McGrath | 2015-06-24 | 3 | -10/+10 |
* | Fix aio_* pread namespace (bug 18519). | Joseph Myers | 2015-06-12 | 1 | -4/+5 |
* | Fix aio_error thread-safety. | Samuel Thibault | 2015-03-06 | 2 | -8/+49 |
* | Deglobalize internal variables in timer_routines.c. | Roland McGrath | 2015-03-02 | 1 | -3/+3 |
* | hurd: fix build with pthread aio | Samuel Thibault | 2015-02-07 | 1 | -1/+4 |
* | Some #include cleanup in aio/timer code. | Roland McGrath | 2015-01-08 | 2 | -1/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 27 | -27/+27 |
* | Replace %ld with %jd and cast to intmax_t | H.J. Lu | 2014-12-30 | 1 | -4/+4 |
* | Move semaphore.h to sysdeps/pthread/. | Joseph Myers | 2014-12-11 | 1 | -0/+78 |
* | Fix pthreads getrlimit, gettimeofday namespace (bug 17682). | Joseph Myers | 2014-12-06 | 1 | -1/+1 |
* | Restore subdir conditional for tst-timer dependency. | Siddhesh Poyarekar | 2014-07-03 | 1 | -0/+4 |
* | Use list.h in posix-timer code. | Roland McGrath | 2014-06-12 | 2 | -43/+31 |
* | Get rid of nptl/sysdeps/pthread/ subdirectory | Roland McGrath | 2014-06-12 | 14 | -0/+1617 |
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 2 | -3/+3 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 12 | -12/+12 |
* | Fix typos. | Ondřej Bílka | 2013-08-21 | 1 | -1/+1 |
* | BZ#15361: Make aio_fsync not check open modes. | Roland McGrath | 2013-04-12 | 1 | -5/+2 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 12 | -12/+12 |
* | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 2013-01-01 | 1 | -2/+1 |
* | aio_notify: fix _POSIX_REALTIME_SIGNALS check | Pino Toscano | 2012-10-29 | 1 | -1/+1 |
* | aio_fsync: fix the access mode check | Pino Toscano | 2012-09-28 | 1 | -1/+1 |
* | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath | 2012-08-17 | 2 | -3/+2 |