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
*
ldconfig: Sync temporary files to disk before renaming them [BZ #20890]
Florian Weimer
2018-02-21
1
-3
/
+7
*
elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]
Florian Weimer
2018-02-21
5
-105
/
+1
*
Add elf.h NT_* macros from Linux 4.15 (bug 14890).
Joseph Myers
2018-02-06
1
-0
/
+9
*
Use ADDRIDX with DT_GNU_HASH
H.J. Lu
2018-02-05
3
-10
/
+4
*
Add DT_SYMTAB_SHNDX from gABI
H.J. Lu
2018-02-05
1
-1
/
+2
*
Add support for the RISC-V-specific ELF flags
Palmer Dabbelt
2018-01-25
2
-0
/
+14
*
Add NT_ARM_SVE to elf.h
Alan Hayward
2018-01-15
1
-0
/
+2
*
Synchronize DF_1_* flags with binutils (Bug 22707)
Carlos O'Donell
2018-01-13
1
-0
/
+2
*
Add RISC-V dynamic relocations to elf.h
Palmer Dabbelt
2018-01-06
1
-0
/
+14
*
elf: Support dlvsym within libc.so
Florian Weimer
2018-01-04
7
-6
/
+303
*
elf: check for rpath emptiness before making a copy of it
Dmitry V. Levin
2018-01-01
1
-10
/
+8
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2018-01-01
5
-5
/
+5
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
139
-139
/
+139
*
elf: Check for empty tokens before dynamic string token expansion [BZ #22625]
Aurelien Jarno
2017-12-30
1
-16
/
+33
*
elf: remove redundant is_path argument
Dmitry V. Levin
2017-12-27
3
-22
/
+18
*
elf: remove redundant code from is_dst
Dmitry V. Levin
2017-12-27
1
-5
/
+3
*
elf: remove redundant code from _dl_dst_substitute
Dmitry V. Levin
2017-12-27
1
-20
/
+1
*
elf: remove redundant __libc_enable_secure check from fillin_rpath
Dmitry V. Levin
2017-12-19
1
-30
/
+3
*
Replece LDFLAGS-* = $(no-pie-ldflag) with tst-*-no-pie = yes [BZ #22630]
H.J. Lu
2017-12-19
1
-3
/
+3
*
ld.so: Examine GLRO to detect inactive loader [BZ #20204]
Florian Weimer
2017-12-18
2
-4
/
+6
*
elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627]
Dmitry V. Levin
2017-12-18
1
-19
/
+1
*
ldconfig: set LC_COLLATE to C [BZ #22505]
Aurelien Jarno
2017-12-16
1
-0
/
+4
*
Fix tst-leaks1 (bug 14681)
Carlos O'Donell
2017-12-15
1
-3
/
+18
*
Add --enable-static-pie configure option to build static PIE [BZ #19574]
H.J. Lu
2017-12-15
5
-6
/
+72
*
Remove redundant mention of SXID_ERASE
Siddhesh Poyarekar
2017-12-15
1
-10
/
+1
*
elf: Count components of the expanded path in _dl_init_path [BZ #22607]
Florian Weimer
2017-12-14
1
-9
/
+4
*
elf: Compute correct array size in _dl_init_paths [BZ #22606]
Florian Weimer
2017-12-14
1
-7
/
+7
*
Fix testing with nss-crypt.
Carlos O'Donell
2017-12-12
1
-1
/
+1
*
Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
H.J. Lu
2017-12-11
1
-22
/
+22
*
elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf call [BZ ...
Aurelien Jarno
2017-12-10
1
-1
/
+1
*
Add elision tunables
Rogerio Alves
2017-12-05
1
-0
/
+34
*
Properly compute offsets of note descriptor and next note [BZ #22370]
H.J. Lu
2017-11-28
3
-14
/
+48
*
Consolidate link map sorting
Andreas Schwab
2017-11-27
6
-213
/
+138
*
ld.so: Add architecture specific fields
H.J. Lu
2017-11-13
1
-0
/
+1
*
Mark lazy tlsdesc helper functions unused to avoid warnings
Szabolcs Nagy
2017-11-03
1
-0
/
+2
*
Assume that _DIRENT_HAVE_D_TYPE is always defined.
Florian Weimer
2017-10-30
1
-15
/
+2
*
Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libc
H.J. Lu
2017-10-04
1
-1
/
+2
*
Add a test for main () in a shared object
H.J. Lu
2017-10-04
3
-2
/
+53
*
ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAP
H.J. Lu
2017-10-03
1
-1
/
+2
*
Move hidden_proto (__dl_iterate_phdr) to include/link.h [BZ #18822]
H.J. Lu
2017-10-01
1
-1
/
+0
*
Add a test for non-PIE static executable
H.J. Lu
2017-09-30
2
-1
/
+5
*
Fix range check in do_tunable_update_val
Alexey Makhalov
2017-09-27
1
-11
/
+4
*
Skip PT_DYNAMIC segment with p_filesz == 0 [BZ #22101]
H.J. Lu
2017-09-26
3
-3
/
+50
*
Fix $(error) use in Makefile
Samuel Thibault
2017-09-10
1
-2
/
+2
*
elf: Remove internal_function attribute
Florian Weimer
2017-08-31
23
-52
/
+5
*
dlfcn: Remove internal_function attribute
Florian Weimer
2017-08-31
1
-2
/
+0
*
Don't compile non-lib modules as lib modules [BZ #21864]
H.J. Lu
2017-08-21
1
-0
/
+1
*
Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]
H.J. Lu
2017-08-21
2
-3
/
+2
*
Add NT_GNU_PROPERTY_TYPE_0 macros
H.J. Lu
2017-08-18
1
-0
/
+56
*
ldd: never run file directly
Andreas Schwab
2017-08-16
1
-13
/
+1
[next]