2024-01-01 |
Paul Eggert | Update copyright dates with scripts/update-copyrights |
tree | commitdiff |
2023-07-05 |
Frédéric Bérat | Exclude routines from fortification |
tree | commitdiff |
2023-06-22 |
Frederic Berat | rt/tst-mqueue4.c: Fix wrong number of argument for... |
tree | commitdiff |
2023-06-02 |
Paul Pluzhnikov | Fix all the remaining misspellings -- BZ 25337 |
tree | commitdiff |
2023-06-01 |
Frédéric Bérat | tests: replace write by xwrite |
tree | commitdiff |
2023-04-11 |
Samuel Thibault | aio: Fix freeing memory |
tree | commitdiff |
2023-03-27 |
Adhemerval Zanella... | Move libc_freeres_ptrs and libc_subfreeres to hidden... |
tree | commitdiff |
2023-03-08 |
abushwang | rt: fix shm_open not set ENAMETOOLONG when name exceeds... |
tree | commitdiff |
2023-02-01 |
Sergey Bugaev | hurd: Implement SHM_ANON |
tree | commitdiff |
2023-01-06 |
Joseph Myers | Update copyright dates with scripts/update-copyrights |
tree | commitdiff |
2022-10-05 |
Adhemerval Zanella... | rt: Initialize mq_send input on tst-mqueue{5,6} |
tree | commitdiff |
2022-09-22 |
Adhemerval Zanella... | Use '%z' instead of '%Z' on printf functions |
tree | commitdiff |
2022-06-30 |
Adhemerval Zanella | Refactor internal-signals.h |
tree | commitdiff |
2022-01-17 |
Samuel Thibault | rt/tst-mqueue*: Return UNSUPPORTED when mq_open fails... |
tree | commitdiff |
2022-01-01 |
Paul Eggert | Update copyright dates with scripts/update-copyrights |
tree | commitdiff |
2021-12-17 |
Siddhesh Poyarekar | Fix The GNU ToolChain Authors copyright notice |
tree | commitdiff |
2021-10-08 |
DJ Delorie | Remove unreliable parts of rt/tst-cpuclock2 |
tree | commitdiff |
2021-09-03 |
Siddhesh Poyarekar | Remove "Contributed by" lines |
tree | commitdiff |
2021-08-12 |
Nikita Popov | librt: add test (bug 28213) |
tree | commitdiff |
2021-08-04 |
Adhemerval Zanella | rt: Set the correct message queue for tst-mqueue10 |
tree | commitdiff |
2021-06-28 |
Florian Weimer | Linux: Cleanups after librt move |
tree | commitdiff |
2021-06-28 |
Florian Weimer | Linux: Move timer_settime, __timer_settime64 from librt... |
tree | commitdiff |
2021-06-28 |
Florian Weimer | Linux: Move timer_gettime, __timer_gettime64 from librt... |
tree | commitdiff |
2021-06-28 |
Florian Weimer | Linux: Move timer_getoverrun from librt to libc |
tree | commitdiff |
2021-06-28 |
Florian Weimer | Linux: Move timer_create, timer_delete from librt to... |
tree | commitdiff |
2021-06-25 |
Florian Weimer | Linux: Move mq_unlink from librt to libc |
tree | commitdiff |
2021-06-25 |
Florian Weimer | Linux: Move mq_send, mq_timedsend, __mq_timedsend_time6... |
tree | commitdiff |
2021-06-25 |
Florian Weimer | Linux: Move mq_receive, mq_timedreceive, __mq_timedrece... |
tree | commitdiff |
2021-06-25 |
Florian Weimer | Linux: Move mq_open, __mq_open_2 from librt to libc |
tree | commitdiff |
2021-06-25 |
Florian Weimer | Linux: Move mq_notify from librt to libc |
tree | commitdiff |
2021-06-25 |
Florian Weimer | Linux: Move mq_getattr from librt to libc |
tree | commitdiff |
2021-06-25 |
Florian Weimer | Linux: Move mq_setattr from librt to libc |
tree | commitdiff |
2021-06-25 |
Florian Weimer | Linux: Move mq_close from librt to libc |
tree | commitdiff |
2021-06-25 |
Florian Weimer | Linux: Move lio_listio, lio_listio64 from librt to... |
tree | commitdiff |
2021-06-25 |
Florian Weimer | rt: Rework lio_listio implementation |
tree | commitdiff |
2021-06-25 |
Florian Weimer | Linux: Move aio_write, aio_write64 into libc |
tree | commitdiff |
2021-06-25 |
Florian Weimer | Linux: Move aio_suspend, aio_suspend64, __aio_suspend_t... |
tree | commitdiff |
2021-06-25 |
Florian Weimer | Linux: Move aio_return, aio_return64 into libc |
tree | commitdiff |
2021-06-25 |
Florian Weimer | Linux: Move aio_read, aio_read64 into libc |
tree | commitdiff |
2021-06-25 |
Florian Weimer | Linux: Move aio_fsync, aio_fsync64 into libc |
tree | commitdiff |
2021-06-25 |
Florian Weimer | Linux: Move aio_error, aio_error64 into libc |
tree | commitdiff |
2021-06-25 |
Florian Weimer | Linux: Move aio_cancel, aio_cancel64 into libc |
tree | commitdiff |
2021-06-25 |
Florian Weimer | Linux: Move aio_init from librt into libc |
tree | commitdiff |
2021-06-22 |
Adhemerval Zanella | linux: Only use 64-bit syscall if required for mq_timedsend |
tree | commitdiff |
2021-06-22 |
Adhemerval Zanella | linux: Only use 64-bit syscall if required for mq_timed... |
tree | commitdiff |
2021-06-22 |
Florian Weimer | rt: Move generic implementation from sysdeps/pthread... |
tree | commitdiff |
2021-06-21 |
Florian Weimer | rt: Move shm_unlink into libc |
tree | commitdiff |
2021-06-21 |
Florian Weimer | rt: Move shm_open into libc |
tree | commitdiff |
2021-06-21 |
Florian Weimer | rt: Replace generic stub of shm_unlink with the posix... |
tree | commitdiff |
2021-06-21 |
Florian Weimer | rt: Replace generic stub of shm_open with the posix... |
tree | commitdiff |
2021-06-21 |
Florian Weimer | Fix librt-routines-var issues for !PTHREAD_IN_LIBC |
tree | commitdiff |
2021-06-21 |
Florian Weimer | rt: Lexicographically sort Versions file; librt-routine... |
tree | commitdiff |
2021-06-15 |
Adhemerval Zanella | y2038: Add test coverage |
tree | commitdiff |
2021-06-15 |
Adhemerval Zanella | y2038: Add support for 64-bit time on legacy ABIs |
tree | commitdiff |
2021-05-05 |
Florian Weimer | nptl: Consolidate async cancel enable/disable implement... |
tree | commitdiff |
2021-05-03 |
Florian Weimer | Add pthread-in-libc, libpthread-routines-var, librt... |
tree | commitdiff |
2021-01-02 |
Paul Eggert | Update copyright dates with scripts/update-copyrights |
tree | commitdiff |
2020-10-19 |
Jonny Grant | rt: Fix typos in comments in <aio.h> |
tree | commitdiff |
2020-10-15 |
H.J. Lu | shm tests: Append PID to names passed to shm_open ... |
tree | commitdiff |
2020-02-19 |
Adhemerval Zanella | Block all signals on timer_create thread (BZ#10815) |
tree | commitdiff |
2020-01-01 |
Joseph Myers | Update copyright dates with scripts/update-copyrights. |
tree | commitdiff |
2019-09-25 |
Adhemerval Zanella | Set the expects flags to clock_nanosleep |
tree | commitdiff |
2019-09-07 |
Paul Eggert | Prefer https to http for gnu.org and fsf.org URLs |
tree | commitdiff |
2019-09-04 |
Zack Weinberg | Finish move of clock_* functions to libc. [BZ #24959] |
tree | commitdiff |
2019-03-22 |
Adhemerval Zanella | Remove __get_clockfreq |
tree | commitdiff |
2019-02-08 |
Florian Weimer | rt: Turn forwards from librt to libc into compat symbol... |
tree | commitdiff |
2019-01-01 |
Joseph Myers | Update copyright dates with scripts/update-copyrights. |
tree | commitdiff |
2018-10-17 |
Andreas Schwab | Don't reduce test timeout to less than default |
tree | commitdiff |
2018-04-01 |
Samuel Thibault | hurd: Add hurd thread library |
tree | commitdiff |
2018-01-01 |
Joseph Myers | Update copyright dates with scripts/update-copyrights. |
tree | commitdiff |
2017-12-11 |
H.J. Lu | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c |
tree | commitdiff |
2017-08-31 |
Florian Weimer | aio: Remove internal_function function attribute |
tree | commitdiff |
2017-05-20 |
Zack Weinberg | Remove __need macros from signal.h. |
tree | commitdiff |
2017-05-18 |
Adhemerval Zanella | posix: Consolidate Linux mq_timedsend syscall |
tree | commitdiff |
2017-05-18 |
Adhemerval Zanella | posix: Consolidate Linux mq_timedreceive syscall |
tree | commitdiff |
2017-02-19 |
Zack Weinberg | One more obvious missing #include in the testsuite. |
tree | commitdiff |
2017-01-01 |
Joseph Myers | Update copyright dates with scripts/update-copyrights. |
tree | commitdiff |
2016-12-09 |
Florian Weimer | support: Introduce new subdirectory for test infrastructure |
tree | commitdiff |
2016-10-07 |
Stefan Liebler | Use libc_ifunc macro for clock_* symbols in librt. |
tree | commitdiff |
2016-09-23 |
Zack Weinberg | Installed-header hygiene (BZ#20366): time.h types. |
tree | commitdiff |
2016-09-15 |
Adhemerval Zanella | rt: Set shm_open as a non cancellation point (BZ #18243) |
tree | commitdiff |
2016-06-11 |
Paul Pluzhnikov | Fix rt/tst-aio64.c as well, and mention login/tst-utmp... |
tree | commitdiff |
2016-06-11 |
Paul Pluzhnikov | 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com> |
tree | commitdiff |
2016-03-16 |
Samuel Thibault | Fix hurd build |
tree | commitdiff |
2016-01-15 |
Paul E. Murphy | Fix race in tst-mqueue5 |
tree | commitdiff |
2016-01-04 |
Joseph Myers | Update copyright dates with scripts/update-copyrights. |
tree | commitdiff |
2015-10-16 |
Joseph Myers | Convert 703 function definitions to prototype style. |
tree | commitdiff |
2015-10-15 |
Joseph Myers | Do not leave files behind in /tmp from testing. |
tree | commitdiff |
2015-06-17 |
Joseph Myers | Fix mq_receive, mq_send mq_timed* namespace (bug 18545). |
tree | commitdiff |
2015-03-04 |
Roland McGrath | Conditionalize some test code for SIGRTMIN, SA_SIGINFO. |
tree | commitdiff |
2015-02-06 |
Roland McGrath | Don't set unused field in rt/tst-timer2. |
tree | commitdiff |
2015-01-02 |
Joseph Myers | Update copyright dates with scripts/update-copyrights. |
tree | commitdiff |
2014-12-30 |
H.J. Lu | Replace %ld/%lu with %jd/%ju and cast to intmax_t/uintmax_t |
tree | commitdiff |
2014-11-05 |
Arjun Shankar | Modify several tests to use test-skeleton.c |
tree | commitdiff |
2014-07-31 |
Andreas Schwab | Fix -Wundef warning for HAVE_IFUNC |
tree | commitdiff |
2014-05-21 |
Joseph Myers | Don't mention linuxthreads in Depend files. |
tree | commitdiff |
2014-02-26 |
Joseph Myers | Consistently include Makeconfig after defining subdir. |
tree | commitdiff |
2014-01-01 |
Allan McRae | Update copyright notices with scripts/update-copyrights |
tree | commitdiff |
2013-12-03 |
Ondřej Bílka | Properly handle shm_open validation. Fixes bug 16274. |
tree | commitdiff |
2013-11-26 |
Ondřej Bílka | Use __glibc_reserved instead __unused. |
tree | commitdiff |
next |