malloc: Add nptl, htl dependency for the subdirectory [BZ #24757]
[external/glibc.git] / csu /
2019-01-01 Joseph MyersUpdate copyright dates not handled by scripts/update...
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-07-05 Florian WeimerBuild csu/elf-init.c and csu/static-reloc.c with stack...
2018-06-26 Adhemerval ZanellaFix Linux fcntl OFD locks for non-LFS architectures...
2018-06-12 Zack WeinbergAvoid cancellable I/O primitives in ld.so.
2018-03-24 Samuel Thibaulthurd: Initialize TLS and libpthread before signal threa...
2018-02-07 Zack WeinbergPost-cleanup 2: minimize _G_config.h.
2018-02-07 Joseph MyersFix -Os gnu_dev_* linknamespace, localplt issues (bug...
2018-01-01 Joseph MyersUpdate copyright dates not handled by scripts/update...
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-24 Zack WeinbergDeprecate external use of libio.h and _G_config.h.
2017-12-16 H.J. LuAdd --enable-static-pie configure option to build stati...
2017-11-06 H.J. LuUse newly built crt*.o files to build shared objects...
2017-10-02 H.J. LuHide internal __libc_print_version function [BZ #18822]
2017-09-22 Joseph MyersRemove Banner mechanism.
2017-09-19 Wilco DijkstraEnable unwind info in libc-start.c and backtrace.c
2017-09-01 H.J. LuRemove Roland McGrath/Ulrich Drepper et al. from DSO...
2017-08-21 H.J. LuMark __libc_multiple_libcs with attribute_hidden [BZ...
2017-08-17 Adhemerval ZanellaConsolidate non cancellable open call
2017-08-08 H.J. Lui386: Add <startup.h> [BZ #21913]
2017-07-17 Tulio Magno Quites... powerpc: Fix float128 IFUNC relocations [BZ #21707]
2017-05-31 Siddhesh PoyarekarDelay initialization of CPU features struct in static...
2017-04-13 Florian WeimerAssume that O_NOFOLLOW is always defined
2017-04-07 Zack Weinberggetopt: remove USE_NONOPTION_FLAGS
2017-01-01 Joseph MyersUpdate copyright dates not handled by scripts/update...
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-31 Siddhesh PoyarekarAdd framework for tunables
2016-12-26 Nick AlcockDisable stack protector in early static initialization...
2016-12-26 Nick AlcockInitialize the stack guard earlier when linking statica...
2016-12-21 Florian WeimerRemove unused function _dl_tls_setup
2016-12-21 Nick AlcockMove all tests out of the csu subdirectory
2016-09-10 Siddhesh PoyarekarRemove __libc_csu_irel declaration
2016-08-03 Florian Weimerelf: Avoid using memalign for TLS allocations [BZ ...
2016-01-04 Joseph MyersUpdate copyright dates not handled by scripts/update...
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-08-06 Samuel ThibaultFix gcrt0.o compilation
2015-06-24 H.J. LuAlign TCB offset to the maximum alignment
2015-02-23 H.J. LuCompile gcrt1.o with -fPIC
2015-01-02 Joseph MyersUpdate copyright dates not handled by scripts/update...
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-11-26 Adhemerval Zanellapowerpc: Fix missing barriers in atomic_exchange_and_ad...
2014-11-20 Torvald RiegelAdd tests for C11-like atomic operations.
2014-11-05 Arjun ShankarModify several tests to use test-skeleton.c
2014-09-16 Joseph MyersRemove bitrotten --enable-oldest-abi (bug 6652).
2014-05-27 Andreas SchwabRemove second argument from TLS_INIT_TP macro
2014-05-13 Roland McGrathClean up __exit_thread.
2014-04-14 Carlos O'DonellSupport _r_debug for static binaries.
2014-03-14 Roland McGrathRemove "Compiled on ..." crapola from version text.
2014-02-28 Roland McGrathFix fallout from Joseph's untested Makeconfig change.
2014-02-26 Joseph MyersConsistently include Makeconfig after defining subdir.
2014-02-22 Roland McGrathRemove unused %include lines from Versions files.
2014-02-10 Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-31 Maciej W. Rozycki[BZ #16046] Static dlopen correction fallout fixes.
2014-01-01 Allan McRaeUpdate remaining copyright dates
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-09-23 Carlos O'DonellBZ #15754: CVE-2013-4788
2013-09-09 Maciej W. RozyckiFix static-binary lazy FPU context allocation
2013-08-30 Ondřej BílkaFix then/than typos.
2013-08-21 Ondřej BílkaFix typos.
2013-04-25 Maciej W. RozyckiDeclare __ehdr_start with hidden visibility.
2013-03-28 Roland McGrathUse __ehdr_start, if available, as fallback for AT_PHDR.
2013-03-28 Roland McGrathMake _dl_phdr pointer to const.
2013-03-28 Roland McGrathConsolidate declarations of _dl_phdr, _dl_phnum.
2013-03-12 Roland McGrathAdd sysdeps/init_array to produce empty crt[in].o and...
2013-03-01 Carlos O'DonellRevert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.
2013-03-01 Siddhesh PoyarekarSet default stack size from program environment
2013-02-27 Roland McGrathAdd license exception text to gmon-start.
2013-02-15 Joseph MyersRemove bounded-pointers build system support.
2013-02-14 Joseph MyersRemove bp-sym.h and BP_SYM uses from C code.
2013-02-13 Joseph MyersRemove __ptrvalue, __bounded and __unbounded.
2013-02-07 Roland McGrathRemove lots of inline keywords.
2013-02-01 Joseph MyersRemove bp-start.h and INIT_ARGV_and_ENVIRON.
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2013-01-01 David S. MillerUpdate copyright years.
2012-11-09 Joseph MyersSupport --with-pkgversion and --with-bugurl.
2012-11-04 Thomas Schwinge[BZ #5246] Conditionalize use of PTR_DEMANGLE.
2012-10-01 Roland McGrathClean up init-first.c files.
2012-09-11 H.J. LuUpdate copyright years in csu/libc-tls.c
2012-09-06 H.J. LuRemove _dl_initial_dtv
2012-09-06 H.J. LuAlways check dtv before freeing dtv[-1]
2012-08-22 Roland McGrathFix libc-start change for IRELless machines.
2012-08-21 Roland McGrathSupport static IFUNC calls irrespective of USE_MULTIARCH.
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory.
2012-05-19 Andreas JaegerDelete unused csu/.gitignore
2012-04-02 Thomas SchwingeCall __ctype_init in early glibc startup.
2012-03-14 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-07 Ulrich DrepperRemove distribute variable from Makefiles
2012-02-21 Joseph MyersRemove old initfini mechanism.
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2012-02-08 Andreas SchwabRemove have-initfini and need-nopic-initfini
2012-02-08 Joseph MyersSupport crti.S and crtn.S provided directly by architec...
2012-01-08 Ulrich DrepperMore fallout from supporting only ELF
2012-01-08 Ulrich DrepperRemove non-ELF support
2012-01-01 Ulrich DrepperUpdate copyright year
2011-09-10 Ulrich DrepperRemove support for !USE___THREAD
2011-09-10 Ulrich DrepperCleanup of configuration options
2011-07-10 Roland McGrathComment typo fix.
2011-01-17 Ulrich DrepperUpdate copyright year.
2010-04-04 Ulrich DrepperFix retrieving of kernel header version.
2010-03-26 Richard HendersonDon't take the address of a void object.
next