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
/
nptl
/
allocatestack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ia64-linux-gnu
Adhemerval Zanella
2024-01-08
1
-19
/
+5
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
1
-1
/
+1
*
nptl: Decorate thread stack on pthread_create
Adhemerval Zanella
2023-11-07
1
-0
/
+40
*
Created tunable to force small pages on stack allocation.
Cupertino Miranda
2023-04-20
1
-0
/
+6
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
1
-1
/
+1
*
stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
Adhemerval Zanella Netto
2022-07-22
1
-1
/
+2
*
Replace __libc_multiple_threads with __libc_single_threaded
Adhemerval Zanella
2022-07-05
1
-6
/
+0
*
nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
Adhemerval Zanella
2022-04-14
1
-2
/
+0
*
elf: Fix initial-exec TLS access on audit modules (BZ #28096)
Adhemerval Zanella
2022-02-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
1
-1
/
+1
*
nptl: Fix race between pthread_kill and thread exit (bug 12889)
Florian Weimer
2021-09-13
1
-0
/
+3
*
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-09-03
1
-1
/
+0
*
Add an internal wrapper for clone, clone2 and clone3
H.J. Lu
2021-07-14
1
-54
/
+5
*
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
/
+1
*
nptl: Deallocate the thread stack on setup failure (BZ #19511)
Adhemerval Zanella
2021-06-09
1
-0
/
+1
*
nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variables
Florian Weimer
2021-05-21
1
-11
/
+14
*
nptl: Move stack cache management, __libpthread_freeres into libc
Florian Weimer
2021-05-11
1
-141
/
+6
*
Linux: Move __reclaim_stacks into the fork implementation in libc
Florian Weimer
2021-05-10
1
-108
/
+0
*
nptl: Simplify resetting the in-flight stack in __reclaim_stacks
Florian Weimer
2021-05-10
1
-3
/
+3
*
nptl: Move changing of stack permissions into ld.so
Florian Weimer
2021-05-10
1
-62
/
+1
*
nptl: Simplify the change_stack_perm calling convention
Florian Weimer
2021-05-10
1
-24
/
+5
*
nptl: Move more stack management variables into _rtld_global
Florian Weimer
2021-05-10
1
-30
/
+21
*
nptl: Eliminate __pthread_multiple_threads
Florian Weimer
2021-05-10
1
-2
/
+2
*
nptl: Export __libc_multiple_threads from libc as an internal symbol
Florian Weimer
2021-05-10
1
-2
/
+2
*
elf, nptl: Initialize static TLS directly in ld.so
Florian Weimer
2021-05-05
1
-35
/
+0
*
nptl: Move setxid broadcast implementation into libc
Florian Weimer
2021-04-21
1
-209
/
+0
*
nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]
H.J. Lu
2021-03-19
1
-10
/
+0
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
1
-1
/
+1
*
nptl: Move stack list variables into _rtld_global
Florian Weimer
2020-11-16
1
-109
/
+38
*
aarch64: enforce >=64K guard size [BZ #26691]
Szabolcs Nagy
2020-10-02
1
-2
/
+12
*
string: Remove old TLS usage on strsignal
Adhemerval Zanella
2020-07-07
1
-0
/
+2
*
nptl: Change type of __default_pthread_attr
Florian Weimer
2020-06-02
1
-1
/
+1
*
linux: Remove INTERNAL_SYSCALL_DECL
Adhemerval Zanella
2020-02-14
1
-7
/
+5
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always defined
Florian Weimer
2019-10-18
1
-3
/
+0
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
nptl: Remove pthread_clock_gettime pthread_clock_settime
Adhemerval Zanella
2019-03-22
1
-48
/
+0
*
Avoid "inline" after return type in function definitions.
Joseph Myers
2019-02-06
1
-2
/
+1
*
Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]
Stefan Liebler
2019-02-06
1
-1
/
+3
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
nptl: Use __mprotect consistently for _STACK_GROWS_UP
Florian Weimer
2018-07-12
1
-1
/
+1
*
libc: Extend __libc_freeres framework (Bug 23329).
Carlos O'Donell
2018-06-29
1
-3
/
+9
*
nptl: Remove __ASSUME_PRIVATE_FUTEX
H.J. Lu
2018-05-17
1
-12
/
+0
*
[BZ #22637] Fix stack guard size accounting
Szabolcs Nagy
2018-01-08
1
-0
/
+4
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}
Adhemerval Zanella
2017-11-07
1
-1
/
+1
*
nptl: Preserve error in setxid thread broadcast in coredumps [BZ #22153]
Peter Zelezny
2017-10-13
1
-2
/
+7
*
nptl: Remove internal_function attribute
Florian Weimer
2017-08-31
1
-5
/
+0
*
ia64: Fix thread stack allocation permission set (BZ #21672)
Adhemerval Zanella
2017-08-29
1
-1
/
+28
[next]