2809 Commits (3f798427884fa57770e8e2291cf58d5918254bb5)

Author SHA1 Message Date
Florian Weimer e21aa9b9cc nptl: Link tst-execstack-threads-mod.so with -z execstack 2 years ago
Florian Weimer 8c8eff33e4 nptl: Rename tst-execstack to tst-execstack-threads 2 years ago
Adhemerval Zanella fee9e40a8d malloc: Decorate malloc maps 2 years ago
Adhemerval Zanella 6afce56c19 nptl: Decorate thread stack on pthread_create 2 years ago
Samuel Thibault 6333a6014f __call_tls_dtors: Use call_function_static_weak 3 years ago
Florian Weimer 2c6b4b272e nptl: Unconditionally use a 32-byte rseq area 3 years ago
Arsen Arsenović 3edca7f545
nptl: Make tst-tls3mod.so explicitly lazy 3 years ago
Paul Eggert 3edc4ff2ce make ‘struct pthread’ a complete type 3 years ago
Frédéric Bérat 8022fc7d51 tests: replace system by xsystem 3 years ago
Frédéric Bérat 20b6b8e8a5 tests: replace read by xread 3 years ago
Paul Pluzhnikov 7f0d9e61f4 Fix all the remaining misspellings -- BZ 25337 3 years ago
Frédéric Bérat 026a84a54d tests: replace write by xwrite 3 years ago
Carlos O'Donell b600f47758 nptl: Reformat Makefile. 3 years ago
Cupertino Miranda b630be0922 Created tunable to force small pages on stack allocation. 3 years ago
Adhemerval Zanella Netto 33237fe83d Remove --enable-tunables configure option 3 years ago
Adhemerval Zanella Netto 88677348b4 Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions 3 years ago
Andreas Schwab 359a0b9dbc Remove pthread-pi-defines.sym 3 years ago
Joseph Myers 6d7e8eda9b Update copyright dates with scripts/update-copyrights 3 years ago
YunQiang Su a9acb7b39e Define in_int32_t_range to check if the 64 bit time_t syscall should be used 3 years ago
Florian Weimer ee1ada1bdb elf: Rework exception handling in the dynamic loader [BZ #25486] 3 years ago
Adhemerval Zanella 3d8b5dde87 nptl: Fix pthread_create.c build with clang 3 years ago
Adhemerval Zanella 9b5e138f2b linux: Avoid shifting a negative signed on POSIX timer interface 4 years ago
Yu Chien Peter Lin 365b3af67e nptl: Convert tst-setuid2 to test-driver 4 years ago
Wilco Dijkstra 22f4ab2d20 Use atomic_exchange_release/acquire 4 years ago
Wilco Dijkstra 4a07fbb689 Use C11 atomics instead of atomic_decrement_and_test 4 years ago
Wilco Dijkstra d1babeb32d Use C11 atomics instead of atomic_increment(_val) 4 years ago
Wilco Dijkstra 8114b95cef Use C11 atomics instead of atomic_and/or 4 years ago
Adhemerval Zanella Netto de477abcaa Use '%z' instead of '%Z' on printf functions 4 years ago
Wilco Dijkstra a30e960328 Use relaxed atomics since there is no MO dependence 4 years ago
Wilco Dijkstra a364a3a709 Use C11 atomics instead of atomic_decrement(_val) 4 years ago
Adhemerval Zanella Netto 6f4e0fcfa2 stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417) 4 years ago
Adhemerval Zanella f27e5e2178 nptl: Fix ___pthread_unregister_cancel_restore asynchronous restore 4 years ago
Adhemerval Zanella e070501d12 Replace __libc_multiple_threads with __libc_single_threaded 4 years ago
Adhemerval Zanella a1bdd81664 Refactor internal-signals.h 4 years ago
Adhemerval Zanella d55df811e9 nptl: Remove unused members from struct pthread 4 years ago
Adhemerval Zanella baf2a265c7 misc: Optimize internal usage of __libc_single_threaded 4 years ago
Adhemerval Zanella c7d36dcecc nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214) 4 years ago
Wangyang Guo 8162147872 nptl: Add backoff mechanism to spinlock loop 4 years ago
Adhemerval Zanella 62be968167 nptl: Fix pthread_cancel cancelhandling atomic operations 4 years ago
Adhemerval Zanella 404656009b nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029) 4 years ago
DJ Delorie 2fe64148a8 Allow for unpriviledged nested containers 4 years ago
Adhemerval Zanella 692c2571c8 nptl: Use libc-diag.h with tst-thread-setspecific 4 years ago
John David Anglin 2bbc694df2 nptl: Fix cleanups for stack grows up [BZ# 28899] 4 years ago
Adhemerval Zanella 254d3d5aef elf: Fix initial-exec TLS access on audit modules (BZ #28096) 4 years ago
Jangwoong Kim 6b8dbbd03a nptl: Effectively skip CAS in spinlock loop 4 years ago
Paul Eggert 581c785bf3 Update copyright dates with scripts/update-copyrights 4 years ago
Florian Weimer a41c8e9235 nptl: rseq failure after registration on main thread is fatal 4 years ago
Florian Weimer e3e589829d nptl: Add glibc.pthread.rseq tunable to control rseq registration 4 years ago
Florian Weimer 95e114a091 nptl: Add rseq registration 4 years ago
Florian Weimer 68007900be misc, nptl: Remove stray references to __condvar_load_64_relaxed 4 years ago