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
Commit message (
Expand
)
Author
Age
Files
Lines
*
csu: Implement and use _dl_early_allocate during static startup
gentoo/glibc-2.35-7
Florian Weimer
2022-05-17
7
-10
/
+202
*
Linux: Introduce __brk_call for invoking the brk system call
Florian Weimer
2022-05-17
5
-78
/
+71
*
Linux: Implement a useful version of _startup_fatal
Florian Weimer
2022-05-17
3
-19
/
+65
*
ia64: Always define IA64_USE_NEW_STUB as a flag macro
Florian Weimer
2022-05-17
2
-13
/
+15
*
Linux: Define MMAP_CALL_INTERNAL
Florian Weimer
2022-05-17
3
-12
/
+30
*
i386: Honor I386_USE_SYSENTER for 6-argument Linux system calls
Florian Weimer
2022-05-17
3
-3
/
+37
*
i386: Remove OPTIMIZE_FOR_GCC_5 from Linux libc-do-syscall.S
Florian Weimer
2022-05-17
1
-3
/
+0
*
elf: Remove __libc_init_secure
Fangrui Song
2022-05-17
8
-99
/
+0
*
Linux: Consolidate auxiliary vector parsing (redo)
Florian Weimer
2022-05-17
7
-183
/
+118
*
Linux: Include <dl-auxv.h> in dl-sysdep.c only for SHARED
Florian Weimer
2022-05-17
1
-1
/
+2
*
Revert "Linux: Consolidate auxiliary vector parsing"
Florian Weimer
2022-05-17
6
-106
/
+180
*
Linux: Consolidate auxiliary vector parsing
Florian Weimer
2022-05-17
6
-181
/
+107
*
Linux: Assume that NEED_DL_SYSINFO_DSO is always defined
Florian Weimer
2022-05-17
2
-9
/
+3
*
Linux: Remove DL_FIND_ARG_COMPONENTS
Florian Weimer
2022-05-17
1
-15
/
+10
*
Linux: Remove HAVE_AUX_SECURE, HAVE_AUX_XID, HAVE_AUX_PAGESIZE
Florian Weimer
2022-05-17
2
-66
/
+1
*
elf: Merge dl-sysdep.c into the Linux version
Florian Weimer
2022-05-17
2
-362
/
+337
*
x86: Optimize {str|wcs}rchr-evex
Noah Goldstein
2022-05-17
1
-181
/
+290
*
x86: Optimize {str|wcs}rchr-avx2
Noah Goldstein
2022-05-17
1
-157
/
+269
*
x86: Optimize {str|wcs}rchr-sse2
Noah Goldstein
2022-05-17
4
-444
/
+339
*
x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32
H.J. Lu
2022-05-17
1
-0
/
+4
*
x86: Fix missing __wmemcmp def for disable-multiarch build
Noah Goldstein
2022-05-17
2
-8
/
+6
*
x86: Cleanup page cross code in memcmp-avx2-movbe.S
Noah Goldstein
2022-05-17
1
-37
/
+61
*
x86: Remove memcmp-sse4.S
Noah Goldstein
2022-05-17
4
-813
/
+0
*
x86: Optimize memcmp SSE2 in memcmp.S
Noah Goldstein
2022-05-17
8
-376
/
+575
*
x86: Small improvements for wcslen
Noah Goldstein
2022-05-17
1
-45
/
+41
*
x86: Remove AVX str{n}casecmp
Noah Goldstein
2022-05-17
6
-197
/
+105
*
x86: Add EVEX optimized str{n}casecmp
Noah Goldstein
2022-05-17
6
-40
/
+321
*
x86: Add AVX2 optimized str{n}casecmp
Noah Goldstein
2022-05-17
8
-31
/
+331
*
x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.S
Noah Goldstein
2022-05-17
1
-48
/
+35
*
x86: Optimize str{n}casecmp TOLOWER logic in strcmp.S
Noah Goldstein
2022-05-17
1
-35
/
+29
*
x86: Remove strspn-sse2.S and use the generic implementation
Noah Goldstein
2022-05-17
2
-116
/
+4
*
x86: Remove strpbrk-sse2.S and use the generic implementation
Noah Goldstein
2022-05-17
2
-8
/
+4
*
x86: Remove strcspn-sse2.S and use the generic implementation
Noah Goldstein
2022-05-17
2
-123
/
+4
*
x86: Optimize strspn in strspn-c.c
Noah Goldstein
2022-05-17
1
-47
/
+39
*
x86: Optimize strcspn and strpbrk in strcspn-c.c
Noah Goldstein
2022-05-17
1
-46
/
+37
*
x86: Code cleanup in strchr-evex and comment justifying branch
Noah Goldstein
2022-05-17
1
-66
/
+80
*
x86: Code cleanup in strchr-avx2 and comment justifying branch
Noah Goldstein
2022-05-17
1
-97
/
+107
*
x86_64: Remove bcopy optimizations
Adhemerval Zanella
2022-05-17
1
-7
/
+0
*
x86-64: Define __memcmpeq in ld.so
H.J. Lu
2022-05-17
1
-1
/
+3
*
x86-64: Remove bzero weak alias in SS2 memset
H.J. Lu
2022-05-17
1
-3
/
+1
*
x86_64/multiarch: Sort sysdep_routines and put one entry per line
H.J. Lu
2022-05-17
1
-30
/
+48
*
x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))
H.J. Lu
2022-05-17
1
-1
/
+2
*
fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]
Siddhesh Poyarekar
2022-05-17
1
-1
/
+1
*
dlfcn: Implement the RTLD_DI_PHDR request type for dlinfo
Florian Weimer
2022-05-14
5
-5
/
+159
*
manual: Document the dlinfo function
Florian Weimer
2022-05-14
1
-1
/
+70
*
NEWS: Add a bug fix entry for BZ #29109
Adhemerval Zanella
2022-05-14
1
-0
/
+2
*
linux: Fix posix_spawn return code if clone fails (BZ#29109)
Adhemerval Zanella
2022-05-14
1
-1
/
+1
*
x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]
Noah Goldstein
2022-05-14
2
-1
/
+16
*
x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]
Noah Goldstein
2022-05-14
3
-5
/
+17
*
x86: Set .text section in memset-vec-unaligned-erms
Noah Goldstein
2022-05-14
1
-0
/
+1
[next]