GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
csu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
14
-15
/
+15
*
Replace __libc_multiple_libcs with __libc_initial flag
Florian Weimer
2020-12-16
2
-15
/
+8
*
nptl: Move stack list variables into _rtld_global
Florian Weimer
2020-11-16
1
-0
/
+7
*
Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647)
Joseph Myers
2020-10-30
1
-0
/
+10
*
Remove internal usage of extensible stat functions
Adhemerval Zanella
2020-09-11
1
-1
/
+1
*
Linux: Remove rseq support
Florian Weimer
2020-07-16
1
-6
/
+0
*
elf: Support at least 32-byte alignment in static dlopen
Florian Weimer
2020-07-12
1
-0
/
+6
*
rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]
Szabolcs Nagy
2020-07-08
1
-0
/
+3
*
rtld: Account static TLS surplus for audit modules
Szabolcs Nagy
2020-07-08
1
-2
/
+2
*
rtld: Add rtld.nns tunable for the number of supported namespaces
Szabolcs Nagy
2020-07-08
1
-14
/
+14
*
Rewrite abi-note.S in C.
Szabolcs Nagy
2020-07-08
1
-10
/
+15
*
Remove NO_CTORS_DTORS_SECTIONS macro
Florian Weimer
2020-05-18
1
-4
/
+0
*
elf: Add initial flag argument to __libc_early_init
Florian Weimer
2020-04-29
1
-1
/
+2
*
elf: Implement __libc_early_init
Florian Weimer
2020-04-24
2
-4
/
+5
*
csu: Use ELF constructor instead of _init in libc.so
Florian Weimer
2020-02-25
1
-6
/
+6
*
Introduce <elf-initfini.h> and ELF_INITFINI for all architectures
Florian Weimer
2020-02-18
2
-3
/
+12
*
elf: Move vDSO setup to rtld (BZ#24967)
Adhemerval Zanella
2020-01-03
1
-4
/
+0
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
14
-14
/
+14
*
Introduce link_map_audit_state accessor function
Florian Weimer
2019-11-15
1
-1
/
+1
*
slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]
Florian Weimer
2019-11-12
1
-20
/
+14
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
14
-14
/
+14
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
14
-14
/
+14
*
Build csu/elf-init.c and csu/static-reloc.c with stack protector
Florian Weimer
2018-07-05
1
-0
/
+16
*
Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)
Adhemerval Zanella
2018-06-26
1
-1
/
+1
*
Avoid cancellable I/O primitives in ld.so.
Zack Weinberg
2018-06-12
1
-2
/
+1
*
hurd: Initialize TLS and libpthread before signal thread start
Samuel Thibault
2018-03-25
1
-1
/
+1
*
Post-cleanup 2: minimize _G_config.h.
Zack Weinberg
2018-02-07
1
-8
/
+5
*
Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).
Joseph Myers
2018-02-07
1
-2
/
+2
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
14
-14
/
+14
*
Deprecate external use of libio.h and _G_config.h.
Zack Weinberg
2017-12-24
1
-1
/
+1
*
Add --enable-static-pie configure option to build static PIE [BZ #19574]
H.J. Lu
2017-12-15
4
-6
/
+52
*
Use newly built crt*.o files to build shared objects [BZ #22362]
H.J. Lu
2017-11-06
1
-0
/
+10
*
Hide internal __libc_print_version function [BZ #18822]
H.J. Lu
2017-10-01
1
-1
/
+1
*
Remove Banner mechanism.
Joseph Myers
2017-09-22
2
-16
/
+0
*
Enable unwind info in libc-start.c and backtrace.c
Wilco Dijkstra
2017-09-19
1
-0
/
+3
*
Remove Roland McGrath/Ulrich Drepper et al. from DSO banner
H.J. Lu
2017-09-01
1
-1
/
+1
*
Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]
H.J. Lu
2017-08-21
1
-2
/
+0
*
Consolidate non cancellable open call
Adhemerval Zanella
2017-08-17
1
-1
/
+1
*
i386: Add <startup.h> [BZ #21913]
H.J. Lu
2017-08-08
1
-1
/
+2
*
powerpc: Fix float128 IFUNC relocations [BZ #21707]
Tulio Magno Quites Machado Filho
2017-07-17
1
-2
/
+9
*
Delay initialization of CPU features struct in static binaries
Siddhesh Poyarekar
2017-05-31
1
-0
/
+6
*
Assume that O_NOFOLLOW is always defined
Florian Weimer
2017-04-13
1
-8
/
+4
*
getopt: remove USE_NONOPTION_FLAGS
Zack Weinberg
2017-04-07
1
-8
/
+0
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
13
-13
/
+13
*
Add framework for tunables
Siddhesh Poyarekar
2016-12-31
2
-2
/
+8
*
Disable stack protector in early static initialization [BZ #7065]
Nick Alcock
2016-12-26
1
-0
/
+4
[next]