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_cancel cancelhandling atomic operations
Adhemerval Zanella
2022-04-22
1
-1
/
+2
*
nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
Adhemerval Zanella
2022-04-18
10
-85
/
+272
*
elf: Fix initial-exec TLS access on audit modules (BZ #28096)
Adhemerval Zanella
2022-04-18
1
-1
/
+1
*
nptl: Fix cleanups for stack grows up [BZ# 28899]
John David Anglin
2022-03-07
1
-1
/
+1
*
nptl: Do not set signal mask on second setjmp return [BZ #28607]
Florian Weimer
2021-11-28
1
-2
/
+2
*
nptl: pthread_kill must send signals to a specific thread [BZ #28407]
Florian Weimer
2021-10-09
1
-3
/
+1
*
nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]
gentoo/glibc-2.34-3
Florian Weimer
2021-09-25
1
-2
/
+10
*
nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)
Florian Weimer
2021-09-25
1
-8
/
+29
*
nptl: Fix race between pthread_kill and thread exit (bug 12889)
Florian Weimer
2021-09-25
4
-25
/
+63
*
nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)
Florian Weimer
2021-09-25
2
-5
/
+11
*
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
*
nptl: Avoid async cancellation to wrongly update __nptl_nthreads (BZ #19366)
Adhemerval Zanella
2021-06-09
1
-7
/
+4
*
nptl: Use pthread_kill on pthread_cancel
Adhemerval Zanella
2021-06-09
3
-11
/
+15
*
nptl: Implement raise in terms of pthread_kill
Adhemerval Zanella
2021-06-09
4
-15
/
+36
*
nptl: Move cancel type out of cancelhandling
Adhemerval Zanella
2021-06-09
7
-170
/
+34
*
nptl: Move cancel state out of cancelhandling
Adhemerval Zanella
2021-06-09
11
-60
/
+31
*
nptl: Remove CANCELING_BITMASK
Adhemerval Zanella
2021-06-09
4
-106
/
+36
*
nptl: Install cancellation handler on pthread_cancel
Adhemerval Zanella
2021-06-09
4
-45
/
+28
*
nptl: Deallocate the thread stack on setup failure (BZ #19511)
Adhemerval Zanella
2021-06-09
3
-88
/
+80
*
nptl: Remove exit-thread.h
Adhemerval Zanella
2021-06-04
1
-2
/
+2
*
dlfcn: Cleanups after -ldl is no longer required
Florian Weimer
2021-06-03
1
-7
/
+0
*
Add missing symbols to Version files
Florian Weimer
2021-06-02
1
-0
/
+8
*
nptl: Add pthread_attr_setaffinity_np failure test
Adhemerval Zanella
2021-05-27
2
-0
/
+60
*
nptl: Move createthread to pthread_create
Adhemerval Zanella
2021-05-27
2
-166
/
+115
*
nptl: Move Linux createthread to nptl
Adhemerval Zanella
2021-05-27
1
-8
/
+116
*
nptl: Install SIGSETXID handler with SA_ONSTACK [BZ #27914]
Florian Weimer
2021-05-27
1
-2
/
+5
*
Linux: Remove remaining references to $(shared-thread-library)
Florian Weimer
2021-05-25
1
-14
/
+7
*
nptl: Do not install libpthread.so and do not link tests with it
Florian Weimer
2021-05-25
1
-24
/
+5
*
nptl: Remove remaining code from libpthread
Florian Weimer
2021-05-21
7
-195
/
+11
*
nptl: Move pthread_create, thrd_create into libc
Florian Weimer
2021-05-21
6
-26
/
+38
*
nptl: Move semi-public __pthread_get_minstack symbol into libc
Florian Weimer
2021-05-21
5
-20
/
+23
[next]