Age | Commit message (Expand) | Author | Files | Lines |
2021-07-22 | Move malloc hooks into a compat DSO | Siddhesh Poyarekar | 1 | -1/+2 |
2021-07-14 | Add an internal wrapper for clone, clone2 and clone3 | H.J. Lu | 2 | -70/+27 |
2021-07-12 | Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MIN | Florian Weimer | 1 | -0/+3 |
2021-07-09 | Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN) | H.J. Lu | 1 | -3/+12 |
2021-07-09 | Force building with -fno-common | Florian Weimer | 5 | -10/+7 |
2021-07-09 | nptl: Use out-of-line wake function in __libc_lock_unlock slow path | Florian Weimer | 2 | -0/+15 |
2021-07-07 | nptl: Reduce the GLIBC_PRIVATE ABI | Florian Weimer | 6 | -52/+15 |
2021-07-07 | nptl: Remove GLIBC_2.34 versions of __pthread_mutex_lock, __pthread_mutex_unlock | Florian Weimer | 3 | -6/+6 |
2021-06-28 | nptl: Add glibc.pthread.stack_cache_size tunable | Florian Weimer | 3 | -4/+16 |
2021-06-28 | nptl: Export libthread_db-used symbols under GLIBC_PRIVATE | Florian Weimer | 2 | -5/+66 |
2021-06-28 | Linux: Cleanups after librt move | Florian Weimer | 1 | -9/+0 |
2021-06-25 | Linux: Move aio_init from librt into libc | Florian Weimer | 1 | -0/+1 |
2021-06-24 | Consolidate pthread_atfork | Adhemerval Zanella | 3 | -84/+0 |
2021-06-23 | nptl: Use SA_RESTART for SIGCANCEL handler | Adhemerval Zanella | 1 | -1/+5 |
2021-06-22 | Remove unsused symbols from nptl/Versions | Andreas Schwab | 1 | -6/+0 |
2021-06-22 | linux: Only use 64-bit syscall if required for internal futex | Adhemerval Zanella | 1 | -18/+34 |
2021-06-22 | nptl: Move pthreadP.h into sysdeps directory | Florian Weimer | 1 | -739/+0 |
2021-06-15 | nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop again | Florian Weimer | 2 | -0/+6 |
2021-06-15 | y2038: Add test coverage | Adhemerval Zanella | 2 | -0/+4 |
2021-06-15 | y2038: Add support for 64-bit time on legacy ABIs | Adhemerval Zanella | 10 | -24/+22 |
2021-06-09 | nptl: Avoid async cancellation to wrongly update __nptl_nthreads (BZ #19366) | Adhemerval Zanella | 1 | -7/+4 |
2021-06-09 | nptl: Use pthread_kill on pthread_cancel | Adhemerval Zanella | 3 | -11/+15 |
2021-06-09 | nptl: Implement raise in terms of pthread_kill | Adhemerval Zanella | 4 | -15/+36 |
2021-06-09 | nptl: Move cancel type out of cancelhandling | Adhemerval Zanella | 7 | -170/+34 |
2021-06-09 | nptl: Move cancel state out of cancelhandling | Adhemerval Zanella | 11 | -60/+31 |
2021-06-09 | nptl: Remove CANCELING_BITMASK | Adhemerval Zanella | 4 | -106/+36 |
2021-06-09 | nptl: Install cancellation handler on pthread_cancel | Adhemerval Zanella | 4 | -45/+28 |
2021-06-09 | nptl: Deallocate the thread stack on setup failure (BZ #19511) | Adhemerval Zanella | 3 | -88/+80 |
2021-06-04 | nptl: Remove exit-thread.h | Adhemerval Zanella | 1 | -2/+2 |
2021-06-03 | dlfcn: Cleanups after -ldl is no longer required | Florian Weimer | 1 | -7/+0 |
2021-06-02 | Add missing symbols to Version files | Florian Weimer | 1 | -0/+8 |
2021-05-27 | nptl: Add pthread_attr_setaffinity_np failure test | Adhemerval Zanella | 2 | -0/+60 |
2021-05-27 | nptl: Move createthread to pthread_create | Adhemerval Zanella | 2 | -166/+115 |
2021-05-27 | nptl: Move Linux createthread to nptl | Adhemerval Zanella | 1 | -8/+116 |
2021-05-27 | nptl: Install SIGSETXID handler with SA_ONSTACK [BZ #27914] | Florian Weimer | 1 | -2/+5 |
2021-05-25 | Linux: Remove remaining references to $(shared-thread-library) | Florian Weimer | 1 | -14/+7 |
2021-05-25 | nptl: Do not install libpthread.so and do not link tests with it | Florian Weimer | 1 | -24/+5 |
2021-05-21 | nptl: Remove remaining code from libpthread | Florian Weimer | 7 | -195/+11 |
2021-05-21 | nptl: Move pthread_create, thrd_create into libc | Florian Weimer | 6 | -26/+38 |
2021-05-21 | nptl: Move semi-public __pthread_get_minstack symbol into libc | Florian Weimer | 5 | -20/+23 |
2021-05-21 | nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variables | Florian Weimer | 4 | -59/+27 |
2021-05-21 | nptl: Perform signal initialization upon pthread_create | Florian Weimer | 5 | -88/+131 |
2021-05-21 | nptl: Remove unused __libc_pthread_init function | Florian Weimer | 2 | -36/+0 |
2021-05-19 | nptl: Add missing __pthread_cond_wait alias in static builds | Florian Weimer | 1 | -0/+3 |
2021-05-17 | nptl: Move pthread_sigqueue into libc | Florian Weimer | 4 | -5/+19 |
2021-05-17 | nptl: Move pthread_setschedprio into libc | Florian Weimer | 4 | -6/+19 |
2021-05-17 | nptl: Move pthread_setname_np into libc | Florian Weimer | 4 | -4/+21 |
2021-05-17 | nptl: Move pthread_setaffinity_np into libc | Florian Weimer | 4 | -6/+16 |
2021-05-17 | nptl: Move pthread_getname_np into libc | Florian Weimer | 3 | -6/+13 |
2021-05-17 | nptl: Move pthread_getcpuclockid into libc | Florian Weimer | 4 | -7/+23 |