index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sysdeps
/
nptl
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-09
Linux: Make __rseq_size useful for feature detection (bug 31965)
Florian Weimer
1
-7
/
+1
2024-07-03
nptl: fix potential merge of __rseq_* relro symbols
Michael Jeanson
1
-8
/
+6
2024-04-02
Always define __USE_TIME_BITS64 when 64 bit time_t is used
Adhemerval Zanella
1
-9
/
+9
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
37
-37
/
+37
2023-05-30
Fix misspellings in sysdeps/ -- BZ 25337
Paul Pluzhnikov
2
-4
/
+4
2023-05-01
hurd 64bit: Add missing libanl
Samuel Thibault
1
-0
/
+1
2023-04-20
Created tunable to force small pages on stack allocation.
Cupertino Miranda
1
-0
/
+6
2023-03-29
Remove --enable-tunables configure option
Adhemerval Zanella Netto
4
-16
/
+0
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
37
-37
/
+37
2022-09-26
Use atomic_exchange_release/acquire
Wilco Dijkstra
2
-3
/
+3
2022-09-23
Use C11 atomics instead of atomic_decrement_and_test
Wilco Dijkstra
1
-1
/
+1
2022-09-20
m68k: Enforce 4-byte alignment on internal locks (BZ #29537)
Adhemerval Zanella
2
-2
/
+9
2022-09-13
Use relaxed atomics since there is no MO dependence
Wilco Dijkstra
1
-7
/
+1
2022-08-11
libio: Improve performance of IO locks
Wilco Dijkstra
1
-9
/
+19
2022-08-03
nptl: Remove uses of assert_perror
Florian Weimer
1
-8
/
+3
2022-07-27
arc4random: simplify design for better safety
Jason A. Donenfeld
1
-2
/
+0
2022-07-22
stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
Adhemerval Zanella Netto
1
-0
/
+2
2022-07-05
Replace __libc_multiple_threads with __libc_single_threaded
Adhemerval Zanella
1
-1
/
+1
2022-06-24
misc: Optimize internal usage of __libc_single_threaded
Adhemerval Zanella
1
-1
/
+1
2022-05-09
nptl: Add backoff mechanism to spinlock loop
Wangyang Guo
2
-0
/
+36
2022-04-26
posix: Remove unused definition on _Fork
Adhemerval Zanella
1
-3
/
+0
2022-04-14
nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
Adhemerval Zanella
2
-4
/
+1
2022-02-02
Linux: Use ptrdiff_t for __rseq_offset
Florian Weimer
1
-2
/
+2
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
36
-36
/
+36
2021-12-09
nptl: Add public rseq symbols and <sys/rseq.h>
Florian Weimer
1
-1
/
+22
2021-12-09
nptl: Add glibc.pthread.rseq tunable to control rseq registration
Florian Weimer
3
-1
/
+17
2021-12-09
nptl: Add rseq registration
Florian Weimer
1
-2
/
+6
2021-12-09
nptl: Introduce THREAD_GETMEM_VOLATILE
Florian Weimer
1
-0
/
+2
2021-12-09
nptl: Introduce <tcb-access.h> for THREAD_* accessors
Florian Weimer
1
-0
/
+30
2021-12-09
nptl: Add <thread_pointer.h> for defining __thread_pointer
Florian Weimer
1
-0
/
+28
2021-11-17
nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c
Florian Weimer
1
-18
/
+4
2021-10-01
nptl: Use FUTEX_LOCK_PI2 when available
Adhemerval Zanella
2
-54
/
+5
2021-09-21
nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust_np (bug 28036)
Florian Weimer
1
-2
/
+2
2021-09-03
Remove "Contributed by" lines
Siddhesh Poyarekar
5
-5
/
+0
2021-07-12
Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MIN
Florian Weimer
1
-1
/
+3
2021-07-09
Force building with -fno-common
Florian Weimer
1
-2
/
+2
2021-07-09
nptl: Use out-of-line wake function in __libc_lock_unlock slow path
Florian Weimer
1
-8
/
+18
2021-07-07
nptl: Use internal low-level lock type for !IS_IN (libc)
Florian Weimer
1
-46
/
+5
2021-07-02
resolv: Move libanl into libc (if libpthread is in libc)
Florian Weimer
1
-12
/
+12
2021-06-28
nptl: Add glibc.pthread.stack_cache_size tunable
Florian Weimer
1
-0
/
+4
2021-06-28
Linux: Cleanups after librt move
Florian Weimer
1
-0
/
+1
2021-06-25
Linux: Move timer helper routines from librt to libc
Florian Weimer
2
-1
/
+3
2021-06-25
Linux: Move mq_notify from librt to libc
Florian Weimer
1
-0
/
+3
2021-06-25
Linux: Move aio_init from librt into libc
Florian Weimer
2
-2
/
+3
2021-06-24
Consolidate pthread_atfork
Adhemerval Zanella
1
-0
/
+4
2021-06-24
posix: Consolidate fork implementation
Adhemerval Zanella
3
-264
/
+200
2021-06-22
linux: Only use 64-bit syscall if required for internal futex
Adhemerval Zanella
1
-8
/
+16
2021-06-22
nptl: Move pthreadP.h into sysdeps directory
Florian Weimer
10
-9
/
+748
2021-06-15
y2038: Add support for 64-bit time on legacy ABIs
Adhemerval Zanella
1
-0
/
+119
2021-06-09
nptl: Move cancel type out of cancelhandling
Adhemerval Zanella
1
-0
/
+1
[next]