GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nptl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define in_int32_t_range to check if the 64 bit time_t syscall should be used
YunQiang Su
2022-11-17
1
-2
/
+2
*
elf: Rework exception handling in the dynamic loader [BZ #25486]
Florian Weimer
2022-11-03
1
-0
/
+3
*
nptl: Fix pthread_create.c build with clang
Adhemerval Zanella
2022-11-01
1
-2
/
+4
*
linux: Avoid shifting a negative signed on POSIX timer interface
Adhemerval Zanella
2022-10-20
1
-1
/
+1
*
nptl: Convert tst-setuid2 to test-driver
Yu Chien Peter Lin
2022-10-03
1
-37
/
+15
*
Use atomic_exchange_release/acquire
Wilco Dijkstra
2022-09-26
2
-2
/
+2
*
Use C11 atomics instead of atomic_decrement_and_test
Wilco Dijkstra
2022-09-23
2
-104
/
+1
*
Use C11 atomics instead of atomic_increment(_val)
Wilco Dijkstra
2022-09-23
3
-3
/
+3
*
Use C11 atomics instead of atomic_and/or
Wilco Dijkstra
2022-09-23
4
-4
/
+4
*
Use '%z' instead of '%Z' on printf functions
Adhemerval Zanella Netto
2022-09-22
2
-14
/
+14
*
Use relaxed atomics since there is no MO dependence
Wilco Dijkstra
2022-09-13
2
-2
/
+3
*
Use C11 atomics instead of atomic_decrement(_val)
Wilco Dijkstra
2022-09-09
2
-2
/
+2
*
stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
Adhemerval Zanella Netto
2022-07-22
1
-1
/
+2
*
nptl: Fix ___pthread_unregister_cancel_restore asynchronous restore
Adhemerval Zanella
2022-07-13
1
-1
/
+1
*
Replace __libc_multiple_threads with __libc_single_threaded
Adhemerval Zanella
2022-07-05
4
-36
/
+1
*
Refactor internal-signals.h
Adhemerval Zanella
2022-06-30
5
-16
/
+17
*
nptl: Remove unused members from struct pthread
Adhemerval Zanella
2022-06-29
1
-7
/
+0
*
misc: Optimize internal usage of __libc_single_threaded
Adhemerval Zanella
2022-06-24
1
-1
/
+4
*
nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)
Adhemerval Zanella
2022-06-08
1
-1
/
+2
*
nptl: Add backoff mechanism to spinlock loop
Wangyang Guo
2022-05-09
1
-2
/
+14
*
nptl: Fix pthread_cancel cancelhandling atomic operations
Adhemerval Zanella
2022-04-20
1
-1
/
+2
*
nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
Adhemerval Zanella
2022-04-14
10
-85
/
+272
*
Allow for unpriviledged nested containers
DJ Delorie
2022-04-04
1
-0
/
+4
*
nptl: Use libc-diag.h with tst-thread-setspecific
Adhemerval Zanella
2022-03-31
1
-7
/
+8
*
nptl: Fix cleanups for stack grows up [BZ# 28899]
John David Anglin
2022-02-28
1
-1
/
+1
*
elf: Fix initial-exec TLS access on audit modules (BZ #28096)
Adhemerval Zanella
2022-02-01
1
-1
/
+1
*
nptl: Effectively skip CAS in spinlock loop
Jangwoong Kim
2022-01-20
1
-3
/
+2
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
274
-274
/
+274
*
nptl: rseq failure after registration on main thread is fatal
Florian Weimer
2021-12-09
1
-1
/
+2
*
nptl: Add glibc.pthread.rseq tunable to control rseq registration
Florian Weimer
2021-12-09
1
-1
/
+9
*
nptl: Add rseq registration
Florian Weimer
2021-12-09
2
-0
/
+17
*
misc, nptl: Remove stray references to __condvar_load_64_relaxed
Florian Weimer
2021-12-06
1
-1
/
+1
*
nptl: Increase default TCB alignment to 32
Florian Weimer
2021-12-03
2
-1
/
+4
*
nptl: Do not set signal mask on second setjmp return [BZ #28607]
Florian Weimer
2021-11-24
1
-2
/
+2
*
nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c
Florian Weimer
2021-11-17
3
-179
/
+52
*
Move assignment out of the CAS condition
H.J. Lu
2021-11-15
2
-8
/
+6
*
Add LLL_MUTEX_READ_LOCK [BZ #28537]
H.J. Lu
2021-11-12
1
-0
/
+7
*
Avoid extra load with CAS in __pthread_mutex_clocklock_common [BZ #28537]
H.J. Lu
2021-11-12
1
-5
/
+5
*
Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537]
H.J. Lu
2021-11-12
1
-5
/
+5
*
nptl: Fix tst-cancel7 and tst-cancelx7 pidfile race
Stafford Horne
2021-10-18
1
-6
/
+3
*
nptl: pthread_kill must send signals to a specific thread [BZ #28407]
Florian Weimer
2021-10-01
1
-3
/
+1
*
nptl: Add CLOCK_MONOTONIC support for PI mutexes
Adhemerval Zanella
2021-10-01
2
-23
/
+26
*
nptl: Use FUTEX_LOCK_PI2 when available
Adhemerval Zanella
2021-10-01
3
-2
/
+67
*
nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]
Florian Weimer
2021-09-23
1
-2
/
+10
*
nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)
Florian Weimer
2021-09-20
1
-8
/
+29
*
nptl: Fix race between pthread_kill and thread exit (bug 12889)
Florian Weimer
2021-09-13
4
-25
/
+63
*
nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)
Florian Weimer
2021-09-13
2
-5
/
+11
*
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-09-03
176
-177
/
+0
*
nptl: Fix tst-cancel7 and tst-cancelx7 race condition (BZ #14232)
Adhemerval Zanella
2021-08-26
1
-57
/
+57
*
Fix build of nptl/tst-thread_local1.cc with GCC 12
Joseph Myers
2021-08-02
1
-0
/
+1
[next]