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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
nptl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
37
-37
/
+37
*
Use atomic_exchange_release/acquire
Wilco Dijkstra
2022-09-26
2
-3
/
+3
*
Use C11 atomics instead of atomic_decrement_and_test
Wilco Dijkstra
2022-09-23
1
-1
/
+1
*
m68k: Enforce 4-byte alignment on internal locks (BZ #29537)
Adhemerval Zanella
2022-09-20
2
-2
/
+9
*
Use relaxed atomics since there is no MO dependence
Wilco Dijkstra
2022-09-13
1
-7
/
+1
*
libio: Improve performance of IO locks
Wilco Dijkstra
2022-08-11
1
-9
/
+19
*
nptl: Remove uses of assert_perror
Florian Weimer
2022-08-03
1
-8
/
+3
*
arc4random: simplify design for better safety
Jason A. Donenfeld
2022-07-27
1
-2
/
+0
*
stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
Adhemerval Zanella Netto
2022-07-22
1
-0
/
+2
*
Replace __libc_multiple_threads with __libc_single_threaded
Adhemerval Zanella
2022-07-05
1
-1
/
+1
*
misc: Optimize internal usage of __libc_single_threaded
Adhemerval Zanella
2022-06-24
1
-1
/
+1
*
nptl: Add backoff mechanism to spinlock loop
Wangyang Guo
2022-05-09
2
-0
/
+36
*
posix: Remove unused definition on _Fork
Adhemerval Zanella
2022-04-26
1
-3
/
+0
*
nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
Adhemerval Zanella
2022-04-14
2
-4
/
+1
*
Linux: Use ptrdiff_t for __rseq_offset
Florian Weimer
2022-02-02
1
-2
/
+2
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
36
-36
/
+36
*
nptl: Add public rseq symbols and <sys/rseq.h>
Florian Weimer
2021-12-09
1
-1
/
+22
*
nptl: Add glibc.pthread.rseq tunable to control rseq registration
Florian Weimer
2021-12-09
3
-1
/
+17
*
nptl: Add rseq registration
Florian Weimer
2021-12-09
1
-2
/
+6
*
nptl: Introduce THREAD_GETMEM_VOLATILE
Florian Weimer
2021-12-09
1
-0
/
+2
*
nptl: Introduce <tcb-access.h> for THREAD_* accessors
Florian Weimer
2021-12-09
1
-0
/
+30
*
nptl: Add <thread_pointer.h> for defining __thread_pointer
Florian Weimer
2021-12-09
1
-0
/
+28
*
nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c
Florian Weimer
2021-11-17
1
-18
/
+4
*
nptl: Use FUTEX_LOCK_PI2 when available
Adhemerval Zanella
2021-10-01
2
-54
/
+5
*
nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust...
Florian Weimer
2021-09-21
1
-2
/
+2
*
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-09-03
5
-5
/
+0
*
Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MIN
Florian Weimer
2021-07-12
1
-1
/
+3
*
Force building with -fno-common
Florian Weimer
2021-07-09
1
-2
/
+2
*
nptl: Use out-of-line wake function in __libc_lock_unlock slow path
Florian Weimer
2021-07-09
1
-8
/
+18
*
nptl: Use internal low-level lock type for !IS_IN (libc)
Florian Weimer
2021-07-07
1
-46
/
+5
*
resolv: Move libanl into libc (if libpthread is in libc)
Florian Weimer
2021-07-02
1
-12
/
+12
*
nptl: Add glibc.pthread.stack_cache_size tunable
Florian Weimer
2021-06-28
1
-0
/
+4
*
Linux: Cleanups after librt move
Florian Weimer
2021-06-28
1
-0
/
+1
*
Linux: Move timer helper routines from librt to libc
Florian Weimer
2021-06-25
2
-1
/
+3
*
Linux: Move mq_notify from librt to libc
Florian Weimer
2021-06-25
1
-0
/
+3
*
Linux: Move aio_init from librt into libc
Florian Weimer
2021-06-25
2
-2
/
+3
*
Consolidate pthread_atfork
Adhemerval Zanella
2021-06-24
1
-0
/
+4
*
posix: Consolidate fork implementation
Adhemerval Zanella
2021-06-24
3
-264
/
+200
*
linux: Only use 64-bit syscall if required for internal futex
Adhemerval Zanella
2021-06-22
1
-8
/
+16
*
nptl: Move pthreadP.h into sysdeps directory
Florian Weimer
2021-06-22
10
-9
/
+748
*
y2038: Add support for 64-bit time on legacy ABIs
Adhemerval Zanella
2021-06-15
1
-0
/
+119
*
nptl: Move cancel type out of cancelhandling
Adhemerval Zanella
2021-06-09
1
-0
/
+1
*
nptl: Move cancel state out of cancelhandling
Adhemerval Zanella
2021-06-09
1
-0
/
+2
*
libio: Assume _IO_lock_inexpensive
Adhemerval Zanella
2021-06-04
1
-3
/
+0
*
nptl: Remove exit-thread.h
Adhemerval Zanella
2021-06-04
1
-1
/
+2
*
nptl: Do not install libpthread.so and do not link tests with it
Florian Weimer
2021-05-25
1
-2
/
+6
*
nptl: Remove remaining code from libpthread
Florian Weimer
2021-05-21
1
-4
/
+0
*
nptl: Move pthread_create, thrd_create into libc
Florian Weimer
2021-05-21
1
-2
/
+0
*
nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variables
Florian Weimer
2021-05-21
1
-0
/
+28
*
nptl: Move __nptl_initial_report_events into ld.so/startup code
Florian Weimer
2021-05-17
1
-0
/
+8
[next]