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
*
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
*
powerpc: Add values from Linux 4.8 to <elf.h>
Gustavo Romero
2017-08-15
1
-0
/
+16
*
_dl_init: Remove internal_function attribute
Florian Weimer
2017-08-14
1
-1
/
+0
*
_dl_start: Remove internal_function attribute
Florian Weimer
2017-08-14
1
-1
/
+1
*
_dl_fini: Remove internal_function attribute
Florian Weimer
2017-08-14
1
-1
/
+0
*
ld.so: Remove internal_function attribute from various functions
Florian Weimer
2017-08-13
4
-9
/
+0
*
NPTL: Remove internal_function from stack marking functions
Florian Weimer
2017-08-13
1
-2
/
+1
*
ld.so: Introduce struct dl_exception
Florian Weimer
2017-08-10
9
-218
/
+347
*
i386: Add <startup.h> [BZ #21913]
H.J. Lu
2017-08-08
1
-0
/
+1
*
Fix missing redirects in testsuite targets
Andreas Schwab
2017-08-07
1
-1
/
+1
*
Compile tst-prelink.c without PIE [BZ #21815]
H.J. Lu
2017-08-04
1
-0
/
+3
*
Run vismain only if linker supports protected data symbol
H.J. Lu
2017-08-04
1
-0
/
+2
*
tunables: Use direct syscall for access (BZ#21744)
Adhemerval Zanella
2017-07-24
1
-0
/
+2
*
powerpc: Fix float128 IFUNC relocations [BZ #21707]
Tulio Magno Quites Machado Filho
2017-07-17
1
-1
/
+3
*
Don't include _dl_resolve_conflicts in libc.a [BZ #21742]
H.J. Lu
2017-07-10
1
-2
/
+2
*
Add per-thread cache to malloc
DJ Delorie
2017-07-06
1
-0
/
+12
*
tunables, aarch64: New tunable to override cpu
Siddhesh Poyarekar
2017-06-30
2
-20
/
+21
*
Fix elf/loadtest.c build with GCC 8.
Joseph Myers
2017-06-27
1
-6
/
+10
*
x86: Rename glibc.tune.ifunc to glibc.tune.hwcaps
H.J. Lu
2017-06-21
1
-4
/
+0
*
Move x86 specific tunables to x86/dl-tunables.list
H.J. Lu
2017-06-20
1
-12
/
+0
[next]