]> git.ipfire.org Git - thirdparty/glibc.git/history - nptl/allocatestack.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / nptl / allocatestack.c
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.
2007-08-01  Ulrich Drepper* sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem...
2007-07-28  Ulrich Drepper* iconvdata/gbk.c (BODY): Make buf and cp char instead...
2007-06-17  Ulrich Drepper* allocatestack.c (allocate_stack): Make code compile if
2007-06-08  Ulrich Drepper[BZ #4586]
2007-05-28  Ulrich Drepper* sysdeps/i386/tls.h (THREAD_GSCOPE_RESET_FLAG): Use...
2007-05-27  Ulrich Drepper* init.c: Make it compile with older kernel headers.
2007-05-26  Ulrich Drepper* sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include...
2007-05-25  Ulrich Drepper* sysdeps/i386/tls.h (THREAD_SET_PRIVATE_FUTEX,
2007-05-25  Ulrich Drepper* sysdeps/powerpc/tls.h (tcbhead_t): Add gscope_flag.
2007-05-23  Ulrich Drepper* init.c (__pthread_initialize_minimal_internal): Check...
2007-05-19  Ulrich Drepper* elf/dl-close.c (_dl_close_worker): When removing...
2007-05-07  Ulrich Drepper(change_stack_perm): Handle stacks growing up. (allocat...
2007-01-11  Ulrich Drepper[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426,...
2007-07-31  Jakub Jelinek.
2006-08-23  Ulrich Drepper* allocatestack.c (queue_stack): Move freeing of surplu...
2006-08-01  Ulrich Drepper* stdlib/test-canon.c (do_test): Close fd before unlink...
2006-03-28  Ulrich Drepper* sysdeps/unix/sysv/linux/kernel-features.h: Add
2006-02-13  Ulrich Drepper* allocatestack.c (allocate_stack): Initialize robust_list. cvs/fedora-glibc-20060213T0650
2005-12-13  Ulrich Drepper* allocatestack.c (allocate_stack): Don't demand that...
2005-10-04  Roland McGrath* allocatestack.c (setxid_signal_thread): Add
2005-10-02  Ulrich Drepper* allocatestack.c (setxid_signal_thread): Need to use
2005-10-01  Ulrich Drepper2005-10-01 Ulrich Drepper <drepper@redhat.com>
2005-01-06  Ulrich Drepper* csu/elf-init.c (__libc_csu_fini): Don't do anything...
2004-12-22  Ulrich Drepper(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
2007-07-12  Jakub Jelinek2.5-18.1
2004-11-25  Ulrich DrepperUpdate.
2004-11-20  Ulrich DrepperUpdate.
2004-11-12  Ulrich DrepperUpdate.
2004-10-06  Ulrich DrepperUpdate.
2004-09-20  Ulrich DrepperUpdate.
2004-09-18  Ulrich DrepperUpdate.
2004-09-16  Roland McGrath* configure.in (--with-headers): Let argument contain...
2004-09-08  Ulrich DrepperUpdate.
2004-04-16  Ulrich DrepperUpdate.
2004-03-27  Ulrich DrepperUpdate.
2004-01-21  Ulrich DrepperUpdate.
next