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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
130
-130
/
+130
*
tunables: Use correct unused attribute
Florian Weimer
2016-12-31
1
-1
/
+1
*
Enhance --enable-tunables to select tunables frontend at build time
Siddhesh Poyarekar
2016-12-31
3
-2
/
+18
*
Initialize tunable list with the GLIBC_TUNABLES environment variable
Siddhesh Poyarekar
2016-12-31
2
-1
/
+134
*
Add framework for tunables
Siddhesh Poyarekar
2016-12-31
9
-0
/
+539
*
Link a non-libc-using test with -fno-stack-protector [BZ #7065]
Nick Alcock
2016-12-26
1
-0
/
+3
*
Ignore __stack_chk_fail* in the rtld mapfile computation [BZ #7065]
Nick Alcock
2016-12-26
1
-1
/
+14
*
Compile the dynamic linker without stack protection [BZ #7065]
Nick Alcock
2016-12-26
2
-0
/
+14
*
Do not stack-protect ifunc resolvers [BZ #7065]
Nick Alcock
2016-12-26
5
-0
/
+11
*
Bug 11941: ld.so: Improper assert map->l_init_called in dlclose
Carlos O'Donell
2016-12-23
5
-8
/
+201
*
Remove unused function _dl_tls_setup
Florian Weimer
2016-12-21
2
-34
/
+2
*
support: Introduce new subdirectory for test infrastructure
Florian Weimer
2016-12-09
1
-0
/
+1
*
Bug 20918 - Building with --enable-nss-crypt fails tst-linkall-static
Carlos O'Donell
2016-12-02
2
-2
/
+32
*
elf/tst-tls-manydynamic: New test
Florian Weimer
2016-12-02
4
-2
/
+245
*
Fix new testcase elf/tst-latepthread on s390x.
Stefan Liebler
2016-12-02
1
-0
/
+3
*
ld.so: Remove __libc_memalign
Florian Weimer
2016-11-30
2
-13
/
+9
*
Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]
Florian Weimer
2016-11-30
12
-286
/
+428
*
elf: Assume TLS is initialized in _dl_map_object_from_fd
Florian Weimer
2016-11-23
1
-47
/
+7
*
Add include/crypt.h.
Carlos O'Donell
2016-10-28
1
-1
/
+0
*
Fix building tst-linkall-static.
Carlos O'Donell
2016-10-28
1
-0
/
+1
*
Add test for linking against most static libraries
Florian Weimer
2016-10-28
2
-1
/
+57
*
Bug 20292 - Simplify and test _dl_addr_inside_object
Carlos O'Donell
2016-09-30
5
-35
/
+309
*
[PR19826] fix non-LE TLS in static programs
Alexandre Oliva
2016-09-21
2
-0
/
+10
*
sln: Preprocessor cleanups
Florian Weimer
2016-09-21
1
-15
/
+0
*
Set NODELETE flag after checking for NULL pointer
Aurelien Jarno
2016-09-03
3
-7
/
+81
*
elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]
Florian Weimer
2016-08-03
1
-36
/
+53
*
elf: Avoid using memalign for TLS allocations [BZ #17730]
Florian Weimer
2016-08-03
1
-29
/
+46
*
elf: dl-minimal malloc needs to respect fundamental alignment
Florian Weimer
2016-08-03
1
-1
/
+2
*
elf/elf.h: Add missing Meta relocations
Will Newton
2016-07-19
1
-0
/
+15
*
elf: Define missing Meta architecture specific relocations
Khem Raj
2016-07-18
1
-0
/
+47
*
x86-64: Properly align stack in _dl_tlsdesc_dynamic [BZ #20309]
H.J. Lu
2016-07-12
3
-0
/
+115
*
Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCAL
Maciej W. Rozycki
2016-07-01
3
-1
/
+7
*
elf.h: Add declarations for BPF
Richard Henderson
2016-06-28
1
-1
/
+7
*
elf.h: Sync with the gabi webpage
Richard Henderson
2016-06-28
1
-83
/
+192
*
Reduce number of mmap calls from __libc_memalign in ld.so
H.J. Lu
2016-04-23
1
-7
/
+5
*
Register extra test objects
Andreas Schwab
2016-04-13
1
-2
/
+3
*
Allow overriding of CFLAGS as well as CPPFLAGS for rtld.
Nick Alcock
2016-04-09
1
-1
/
+1
*
Fix tst-dlsym-error build
Adhemerval Zanella
2016-03-31
1
-0
/
+1
*
Report dlsym, dlvsym lookup errors using dlerror [BZ #19509]
Florian Weimer
2016-03-31
3
-2
/
+116
*
ldconfig: Do not remove stale symbolic links with -X [BZ #19610]
Florian Weimer
2016-03-07
3
-4
/
+72
*
sln: use stat64
Hongjiu Zhang
2016-03-07
1
-2
/
+2
*
Enable --localedir to set message catalog directory (Bug 14259)
Carlos O'Donell
2016-02-24
1
-2
/
+2
*
elf.h: Add NT_ARM_SYSTEM_CALL constant.
Mark Wielaard
2016-02-19
1
-0
/
+1
*
elf/elf.h: Add new 386 and X86_64 relocations from binutils.
Mark Wielaard
2016-02-19
1
-3
/
+12
*
Revert "elf/elf.h: Add new 386 and X86_64 relocations from binutils."
Mark Wielaard
2016-01-31
1
-12
/
+3
*
elf/elf.h: Add new 386 and X86_64 relocations from binutils.
Mark Wielaard
2016-01-31
1
-3
/
+12
*
Make shebang interpreter directives consistent
Marko Myllynen
2016-01-07
3
-3
/
+3
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2016-01-04
5
-5
/
+5
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
109
-109
/
+109
*
Implement "make update-all-abi"
Florian Weimer
2015-11-24
1
-0
/
+1
[next]