about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* nptl: Add tst-pthread-key1-static for BZ #21777H.J. Lu2024-04-092-0/+39
* treewide: python-scripts: use `is None` for none-equalityKonstantin Kharlamov2024-02-231-1/+1
* Remove ia64-linux-gnuAdhemerval Zanella2024-01-082-21/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01273-273/+273
* nptl: Link tst-execstack-threads-mod.so with -z execstackFlorian Weimer2023-11-201-0/+1
* nptl: Rename tst-execstack to tst-execstack-threadsFlorian Weimer2023-11-203-5/+5
* malloc: Decorate malloc mapsAdhemerval Zanella2023-11-071-0/+4
* nptl: Decorate thread stack on pthread_createAdhemerval Zanella2023-11-072-0/+46
* __call_tls_dtors: Use call_function_static_weakSamuel Thibault2023-09-041-4/+1
* nptl: Unconditionally use a 32-byte rseq areaFlorian Weimer2023-07-211-4/+14
* nptl: Make tst-tls3mod.so explicitly lazyArsen Arsenović2023-07-201-0/+1
* make ‘struct pthread’ a complete typePaul Eggert2023-07-191-4/+4
* tests: replace system by xsystemFrédéric Bérat2023-06-192-2/+5
* tests: replace read by xreadFrédéric Bérat2023-06-191-1/+3
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-0216-25/+25
* tests: replace write by xwriteFrédéric Bérat2023-06-013-3/+8
* nptl: Reformat Makefile.Carlos O'Donell2023-05-185-79/+196
* Created tunable to force small pages on stack allocation.Cupertino Miranda2023-04-204-0/+18
* Remove --enable-tunables configure optionAdhemerval Zanella Netto2023-03-292-5/+1
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-271-1/+0
* Remove pthread-pi-defines.symAndreas Schwab2023-02-032-11/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06273-273/+273
* Define in_int32_t_range to check if the 64 bit time_t syscall should be usedYunQiang Su2022-11-171-2/+2
* elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer2022-11-031-0/+3
* nptl: Fix pthread_create.c build with clangAdhemerval Zanella2022-11-011-2/+4
* linux: Avoid shifting a negative signed on POSIX timer interfaceAdhemerval Zanella2022-10-201-1/+1
* nptl: Convert tst-setuid2 to test-driverYu Chien Peter Lin2022-10-031-37/+15
* Use atomic_exchange_release/acquireWilco Dijkstra2022-09-262-2/+2
* Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra2022-09-232-104/+1
* Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra2022-09-233-3/+3
* Use C11 atomics instead of atomic_and/orWilco Dijkstra2022-09-234-4/+4
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-222-14/+14
* Use relaxed atomics since there is no MO dependenceWilco Dijkstra2022-09-132-2/+3
* Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra2022-09-092-2/+2
* stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto2022-07-221-1/+2
* nptl: Fix ___pthread_unregister_cancel_restore asynchronous restoreAdhemerval Zanella2022-07-131-1/+1
* Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella2022-07-054-36/+1
* Refactor internal-signals.hAdhemerval Zanella2022-06-305-16/+17
* nptl: Remove unused members from struct pthreadAdhemerval Zanella2022-06-291-7/+0
* misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella2022-06-241-1/+4
* nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)Adhemerval Zanella2022-06-081-1/+2
* nptl: Add backoff mechanism to spinlock loopWangyang Guo2022-05-091-2/+14
* nptl: Fix pthread_cancel cancelhandling atomic operationsAdhemerval Zanella2022-04-201-1/+2
* nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella2022-04-1410-85/+272
* Allow for unpriviledged nested containersDJ Delorie2022-04-041-0/+4
* nptl: Use libc-diag.h with tst-thread-setspecificAdhemerval Zanella2022-03-311-7/+8
* nptl: Fix cleanups for stack grows up [BZ# 28899]John David Anglin2022-02-281-1/+1
* elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella2022-02-011-1/+1
* nptl: Effectively skip CAS in spinlock loopJangwoong Kim2022-01-201-3/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01274-274/+274