]> git.ipfire.org Git - thirdparty/glibc.git/history - nptl/allocatestack.c
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / nptl / allocatestack.c
2023-01-06  Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-07-22  Adhemerval Zanella... stdlib: Add arc4random, arc4random_buf, and arc4random_...
2022-07-05  Adhemerval ZanellaReplace __libc_multiple_threads with __libc_single_threaded
2022-04-14  Adhemerval Zanellanptl: Handle spurious EINTR when thread cancellation...
2022-02-01  Adhemerval Zanellaelf: Fix initial-exec TLS access on audit modules ...
2022-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-09-13  Florian Weimernptl: Fix race between pthread_kill and thread exit...
2021-09-03  Siddhesh PoyarekarRemove "Contributed by" lines
2021-07-14  H.J. LuAdd an internal wrapper for clone, clone2 and clone3
2021-06-09  Adhemerval Zanellanptl: Move cancel type out of cancelhandling
2021-06-09  Adhemerval Zanellanptl: Move cancel state out of cancelhandling
2021-06-09  Adhemerval Zanellanptl: Deallocate the thread stack on setup failure...
2021-05-21  Florian Weimernptl: Eliminate the __static_tls_size, __static_tls_ali...
2021-05-11  Florian Weimernptl: Move stack cache management, __libpthread_freeres...
2021-05-10  Florian WeimerLinux: Move __reclaim_stacks into the fork implementati...
2021-05-10  Florian Weimernptl: Simplify resetting the in-flight stack in __recla...
2021-05-10  Florian Weimernptl: Move changing of stack permissions into ld.so
2021-05-10  Florian Weimernptl: Simplify the change_stack_perm calling convention
2021-05-10  Florian Weimernptl: Move more stack management variables into _rtld_g...
2021-05-10  Florian Weimernptl: Eliminate __pthread_multiple_threads
2021-05-10  Florian Weimernptl: Export __libc_multiple_threads from libc as an...
2021-05-05  Florian Weimerelf, nptl: Initialize static TLS directly in ld.so
2021-04-21  Florian Weimernptl: Move setxid broadcast implementation into libc
2021-03-19  H.J. Lunptl: Remove MULTI_PAGE_ALIASING [BZ #23554]
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-11-16  Florian Weimernptl: Move stack list variables into _rtld_global
2020-10-02  Szabolcs Nagyaarch64: enforce >=64K guard size [BZ #26691]
2020-07-07  Adhemerval Zanellastring: Remove old TLS usage on strsignal
2020-06-02  Florian Weimernptl: Change type of __default_pthread_attr
2020-02-15  Adhemerval Zanellalinux: Remove INTERNAL_SYSCALL_DECL
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-10-18  Florian Weimernptl: SIGCANCEL, SIGTIMER, SIGSETXID are always defined
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-03-22  Adhemerval Zanellanptl: Remove pthread_clock_gettime pthread_clock_settime
2019-02-06  Joseph MyersAvoid "inline" after return type in function definitions.
2019-02-06  Stefan LieblerFix alignment of TLS variables for tls variant TLS_TCB_...
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-07-12  Florian Weimernptl: Use __mprotect consistently for _STACK_GROWS_UP
2018-06-30  Carlos O'Donelllibc: Extend __libc_freeres framework (Bug 23329).
2018-05-17  H.J. Lunptl: Remove __ASSUME_PRIVATE_FUTEX
2018-01-08  Szabolcs Nagy[BZ #22637] Fix stack guard size accounting
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-11-07  Adhemerval Zanellanptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}
2017-10-13  Peter Zeleznynptl: Preserve error in setxid thread broadcast in...
2017-08-31  Florian Weimernptl: Remove internal_function attribute
2017-08-29  Adhemerval Zanellaia64: Fix thread stack allocation permission set (BZ...
2017-08-13  Florian WeimerNPTL: Remove internal_function from stack marking functions
2017-07-15  John David AnglinFix guard alignment in allocate_stack when stack grows up.
2017-06-23  Adhemerval ZanellaClean pthread functions namespaces for C11 threads
2017-06-14  Adhemerval Zanellanptl: Invert the mmap/mprotect logic on allocated stack...
2017-02-06  Adhemerval Zanellanptl: Remove COLORING_INCREMENT
2017-02-04  Alexandre OlivaBug 20915: Do not initialize DTV of other threads.
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-11-24  Adhemerval ZanellaRemove cached PID/TID in clone
2016-09-22  Alexandre Oliva[PR19826] fix non-LE TLS in static programs
2016-08-03  Florian Weimerelf: Avoid using memalign for TLS allocations [BZ ...
2016-02-19  Carlos O'Donellnptl: support thread stacks that grow up
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-08-05  Mike Frysingernptl: fix set-but-unused warning w/_STACK_GROWS_UP
2015-07-10  Torvald RiegelAdd and use new glibc-internal futex API.
2015-03-17  Alexandre OlivaFix DTV race, assert, DTV_SURPLUS Static TLS limit...
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-10-17  Roland McGrathNPTL: Clean up THREAD_SYSINFO macros.
2014-10-17  Roland McGrathNPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.
2014-07-11  Florian Weimernptl: Fix abort in case of set*id failure [BZ #17135]
2014-06-21  Roland McGrathClean up stack-coloring macros.
2014-06-05  Siddhesh PoyarekarInline nested function check_list
2014-02-10  Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-02-05  Allan McRaeRevert "Patch 3/4 of the effort to make TLS access...
2014-02-05  Allan McRaeRevert "Async-signal safe TLS."
2014-01-03  Paul PluzhnikovMerge branch 'master' of ssh://sourceware.org/git/glibc
2014-01-03  Andrew HunterAsync-signal safe TLS.
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-19  Paul PluzhnikovPatch 3/4 of the effort to make TLS access async-signal...
2013-06-15  Siddhesh PoyarekarNew API to set default thread attributes
2013-03-19  Siddhesh PoyarekarMove __default_stacksize into __default_pthread_attr
2013-01-12  Carlos O'DonellRemove unnecessary assert on attr in allocate_stack().
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-08-08  Joseph MyersRemove __ASSUME_TGKILL.
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
2011-12-15  Carlos O'DonellReturn errno on failure in allocate_stack
2011-09-15  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-09-15  Andreas SchwabAvoid race between {,__de}allocate_stack and __reclaim_...
2011-09-05  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-08-31  Andreas SchwabFix setxid race handling exiting threads
2011-07-15  Roland McGrathQuash a warning in nptl/allocatestack.c
2011-05-11  Ulrich DrepperTranslate kernel error into what pthread_create should...
2011-04-11  Ulrich DrepperFix memory leak in TLS of loaded objects.
2010-03-08  Andreas SchwabRevert to original version of setxid race fix
2010-03-05  Ulrich DrepperFix setxid race with thread creation
2009-10-30  Daniel JacobowitzFix races in setXid implementation.
2009-01-29  Ulrich Drepper* allocatestack.c (__free_stacks): Renamed from free_st...
2009-01-08  Ulrich Drepper* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r...
2009-01-07  Ulrich Drepper(in_flight_stack): New variable. (stack_list_del):...
2008-08-15  Ulrich Drepper* sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define...
2007-12-14  Ulrich Drepper* sysdeps/x86_64/pthreaddef.h (ARCH_RETRY_MMAP): Take...
2007-11-08  Ulrich Drepper* sysdeps/x86_64/memset.S: Add sfence after movnti.
2007-08-21  Ulrich Drepper[BZ #4938]
2007-08-13  Ulrich Drepper* nscd/servicescache.c: Include kernel-features.h.
next