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
*
nptl: Fix ___pthread_unregister_cancel_restore asynchronous restore
Adhemerval Zanella
2022-09-03
1
-1
/
+1
*
nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)
Adhemerval Zanella
2022-07-05
1
-1
/
+2
*
nptl: Fix pthread_cancel cancelhandling atomic operations
Adhemerval Zanella
2022-05-14
1
-1
/
+2
*
nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
Adhemerval Zanella
2022-04-18
10
-85
/
+272
*
nptl: Fix cleanups for stack grows up [BZ# 28899]
John David Anglin
2022-03-06
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
*
Move malloc hooks into a compat DSO
Siddhesh Poyarekar
2021-07-22
1
-1
/
+2
*
Add an internal wrapper for clone, clone2 and clone3
H.J. Lu
2021-07-14
2
-70
/
+27
*
Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MIN
Florian Weimer
2021-07-12
1
-0
/
+3
*
Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
H.J. Lu
2021-07-09
1
-3
/
+12
*
Force building with -fno-common
Florian Weimer
2021-07-09
5
-10
/
+7
*
nptl: Use out-of-line wake function in __libc_lock_unlock slow path
Florian Weimer
2021-07-09
2
-0
/
+15
*
nptl: Reduce the GLIBC_PRIVATE ABI
Florian Weimer
2021-07-07
6
-52
/
+15
*
nptl: Remove GLIBC_2.34 versions of __pthread_mutex_lock, __pthread_mutex_unlock
Florian Weimer
2021-07-07
3
-6
/
+6
*
nptl: Add glibc.pthread.stack_cache_size tunable
Florian Weimer
2021-06-28
3
-4
/
+16
*
nptl: Export libthread_db-used symbols under GLIBC_PRIVATE
Florian Weimer
2021-06-28
2
-5
/
+66
*
Linux: Cleanups after librt move
Florian Weimer
2021-06-28
1
-9
/
+0
*
Linux: Move aio_init from librt into libc
Florian Weimer
2021-06-25
1
-0
/
+1
*
Consolidate pthread_atfork
Adhemerval Zanella
2021-06-24
3
-84
/
+0
*
nptl: Use SA_RESTART for SIGCANCEL handler
Adhemerval Zanella
2021-06-23
1
-1
/
+5
*
Remove unsused symbols from nptl/Versions
Andreas Schwab
2021-06-22
1
-6
/
+0
*
linux: Only use 64-bit syscall if required for internal futex
Adhemerval Zanella
2021-06-22
1
-18
/
+34
*
nptl: Move pthreadP.h into sysdeps directory
Florian Weimer
2021-06-22
1
-739
/
+0
*
nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop again
Florian Weimer
2021-06-15
2
-0
/
+6
*
y2038: Add test coverage
Adhemerval Zanella
2021-06-15
2
-0
/
+4
*
y2038: Add support for 64-bit time on legacy ABIs
Adhemerval Zanella
2021-06-15
10
-24
/
+22
[next]