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
gentoo/2.41
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
10892
-10899
/
+10899
*
aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSE
Szabolcs Nagy
2020-12-31
28
-75
/
+74
*
nonstring: Enable __FORTIFY_LEVEL=3
Siddhesh Poyarekar
2020-12-31
7
-183
/
+229
*
string: Enable __FORTIFY_LEVEL=3
Siddhesh Poyarekar
2020-12-31
3
-15
/
+25
*
Introduce _FORTIFY_SOURCE=3
Siddhesh Poyarekar
2020-12-31
4
-1
/
+22
*
Warn on unsupported fortification levels
Siddhesh Poyarekar
2020-12-31
1
-0
/
+3
*
powerpc: Use scv instruction on clone when available
Matheus Castanho
2020-12-30
1
-3
/
+30
*
powerpc: Runtime selection between sc and scv for syscalls
Matheus Castanho
2020-12-30
6
-40
/
+214
*
malloc: preserve errno on mcheck hooks [BZ #17924]
Adhemerval Zanella
2020-12-30
1
-5
/
+11
*
x86 long double: Add tests for pseudo normal numbers
Siddhesh Poyarekar
2020-12-30
5
-0
/
+94
*
x86 long double: Consider pseudo numbers as signaling
Siddhesh Poyarekar
2020-12-30
3
-3
/
+69
*
io: Remove xmknod{at} implementations
Adhemerval Zanella
2020-12-29
9
-166
/
+10
*
io: Remove xstat implementations
Adhemerval Zanella
2020-12-29
19
-341
/
+45
*
free: preserve errno [BZ#17924]
Paul Eggert
2020-12-29
4
-4
/
+150
*
hurd: Accept including hurd/version.h
Samuel Thibault
2020-12-29
1
-1
/
+1
*
hurd: Add WSTOPPED/WCONTINUED/WEXITED/WNOWAIT support [BZ #23091]
Samuel Thibault
2020-12-28
3
-17
/
+43
*
support: Make support_process_state_wait wait less
Samuel Thibault
2020-12-28
1
-1
/
+1
*
hurd: set sigaction for signal preemptors in arch-independent file
Samuel Thibault
2020-12-26
3
-22
/
+20
*
hurd: Fix spawni SPAWN_XFLAGS_TRY_SHELL with empty argv
Samuel Thibault
2020-12-26
1
-1
/
+5
*
hurd: Try shell in posix_spawn* only in compat mode
Samuel Thibault
2020-12-26
1
-1
/
+1
*
Remove _ISOMAC check from <cpu-features.h>
H.J. Lu
2020-12-24
1
-81
/
+75
*
x86: Remove the duplicated CPU_FEATURE_CPU_P
H.J. Lu
2020-12-24
1
-2
/
+0
*
Partially revert 681900d29683722b1cb0a8e565a0585846ec5a61
Siddhesh Poyarekar
2020-12-24
2
-12
/
+1
*
x86 long double: Support pseudo numbers in isnanl
Siddhesh Poyarekar
2020-12-24
2
-6
/
+7
*
x86 long double: Support pseudo numbers in fpclassifyl
Siddhesh Poyarekar
2020-12-24
2
-2
/
+4
*
MTE: Do not pad size in realloc_check
Siddhesh Poyarekar
2020-12-24
1
-4
/
+5
*
tests-mcheck: New variable to run tests with MALLOC_CHECK_=3
Siddhesh Poyarekar
2020-12-24
2
-1
/
+38
*
elf: Account for glibc-hwcaps/ prefix in _dl_important_hwcaps
Florian Weimer
2020-12-23
1
-0
/
+1
*
misc: Use __ferror_unlocked instead of ferror
Siddhesh Poyarekar
2020-12-23
1
-1
/
+1
*
s390x: Regenerate ulps
Florian Weimer
2020-12-22
1
-10
/
+12
*
powerpc: Regenerate ulps
Florian Weimer
2020-12-22
1
-12
/
+13
*
addmntent: Remove unbounded alloca usage from getmntent [BZ#27083]
Siddhesh Poyarekar
2020-12-22
3
-74
/
+140
*
<sys/platform/x86.h>: Add Intel LAM support
H.J. Lu
2020-12-22
3
-0
/
+7
*
i386: Regenerate ulps
Florian Weimer
2020-12-21
2
-10
/
+10
*
aarch64: update ulps.
Szabolcs Nagy
2020-12-21
1
-10
/
+12
*
aarch64: Add aarch64-specific files for memory tagging support
Richard Earnshaw
2020-12-21
6
-0
/
+235
*
aarch64: Add sysv specific enabling code for memory tagging
Richard Earnshaw
2020-12-21
4
-0
/
+34
*
linux: Add compatibility definitions to sys/prctl.h for MTE
Richard Earnshaw
2020-12-21
1
-0
/
+18
*
malloc: Basic support for memory tagging in the malloc() family
Richard Earnshaw
2020-12-21
5
-97
/
+437
*
elf: Add a tunable to control use of tagged memory
Richard Earnshaw
2020-12-21
2
-0
/
+44
*
config: Allow memory tagging to be enabled when configuring glibc
Richard Earnshaw
2020-12-21
6
-0
/
+69
*
alpha: Remove anonymous union in struct stat [BZ #27042]
Matt Turner
2020-12-21
3
-63
/
+66
*
add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64)
Paul Zimmermann
2020-12-21
10
-11
/
+581
*
m68k: fix clobbering a5 in setjmp() [BZ #24202]
Sergei Trofimovich
2020-12-21
1
-0
/
+1
*
iconv add iconv_close before the function returned with bad value.
liqingqing
2020-12-21
1
-0
/
+1
*
iconv: use iconv_close after iconv_open
liqingqing
2020-12-21
1
-0
/
+2
*
Fix buffer overrun in EUC-KR conversion module (bz #24973)
Andreas Schwab
2020-12-21
4
-9
/
+59
*
hurd: Make trampoline fill siginfo ss_sp from sc_uesp
Samuel Thibault
2020-12-21
1
-1
/
+1
*
Hurd: make sigstates hold a reference on thread ports
Richard Braun
2020-12-21
2
-7
/
+29
*
profil-counter: Add missing SIGINFO case
Samuel Thibault
2020-12-21
1
-0
/
+10
[next]