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
...
*
x86-64 memcpy: Properly handle the length parameter [BZ# 24097]
H.J. Lu
2019-01-21
7
-42
/
+137
*
x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ# 24097]
H.J. Lu
2019-01-21
7
-9
/
+127
*
x86-64 memchr/wmemchr: Properly handle the length parameter [BZ# 24097]
H.J. Lu
2019-01-21
8
-5
/
+167
*
resolv: Do not send queries for non-host-names in nss_dns [BZ #24112]
Florian Weimer
2019-01-21
2
-2
/
+31
*
resolv: Reformat inet_addr, inet_aton to GNU style
Florian Weimer
2019-01-21
2
-91
/
+106
*
malloc: Revert fastbins to old-style atomics
Florian Weimer
2019-01-18
2
-96
/
+84
*
Disable lazy binding on tests for minimal signal handler
H.J. Lu
2019-01-18
2
-0
/
+17
*
manual: Fix the wording to "alternative" rather than "alternate"
TAMUKI Shoichi
2019-01-18
2
-3
/
+8
*
powerpc: Fix tiny bug in strncmp.c
Paul Clarke
2019-01-16
2
-1
/
+5
*
Tests for minimal signal handler functionality in MINSIGSTKSZ space.
Zack Weinberg
2019-01-16
11
-0
/
+602
*
Update libc.pot
Siddhesh Poyarekar
2019-01-16
2
-301
/
+346
*
Add XFAIL_ROUNDING_IBM128_LIBGCC to more fma() tests
Tulio Magno Quites Machado Filho
2019-01-15
2
-56
/
+61
*
powerpc: fix tst-ucontext-ppc64-vscr test for POWER 5/6.
Rogerio Alves
2019-01-15
2
-2
/
+7
*
x86-64: Optimize strcat/strncat, strcpy/strncpy and stpcpy/stpncpy with AVX2
Leonardo Sandoval
2019-01-14
16
-6
/
+1358
*
Fix a few typos in comments
Dmitry V. Levin
2019-01-12
12
-11
/
+25
*
strftime: Consequently use the "L_" macro with character literals
TAMUKI Shoichi
2019-01-11
2
-3
/
+8
*
powerpc: Fix VSCR position in ucontext (bug 24088)
Rogerio Alves
2019-01-11
4
-0
/
+102
*
resolv: IDNA tests: AAAA (28) is valid, no fallthrough to default
Andreas K. Hüttel
2019-01-10
2
-0
/
+6
*
RISC-V: Update LP64D libm-test-ulps.
Jim Wilson
2019-01-09
2
-48
/
+70
*
[AArch64] Add ifunc support for Ares
Wilco Dijkstra
2019-01-09
5
-2
/
+15
*
soft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066]
H.J. Lu
2019-01-07
27
-26
/
+57
*
Only build libm with -fno-math-errno (bug 24024)
Aurelien Jarno
2019-01-07
4
-2
/
+80
*
en_US: define date_fmt (bug 24046)
Aurelien Jarno
2019-01-07
2
-0
/
+9
*
manual: Use @code{errno} instead of @var{errno} [BZ #24063]
Florian Weimer
2019-01-07
12
-31
/
+54
*
posix: Fix tst-spawn.c issue from commit 805334b26c
Adhemerval Zanella
2019-01-05
2
-2
/
+7
*
ChangeLog: Fix an obvious typo in the previous commit.
Rafal Luzynski
2019-01-05
1
-1
/
+1
*
sysdeps/ieee754: prevent maybe-uninitialized errors with -O [BZ #19444]
Martin Jansa
2019-01-04
5
-0
/
+27
*
Fix the manual for old texinfo
Szabolcs Nagy
2019-01-04
2
-4
/
+8
*
Linux: Improve handling of resource limits in misc/tst-ttyname
Florian Weimer
2019-01-04
2
-4
/
+52
*
nptl: Cleanup cancellation macros
Adhemerval Zanella
2019-01-03
15
-164
/
+146
*
i386: Remove bogus THREAD_ATOMIC_* macros
Adhemerval Zanella
2019-01-03
2
-37
/
+3
*
x86_64: Remove wrong THREAD_ATOMIC_* macros
Adhemerval Zanella
2019-01-03
2
-37
/
+3
*
nptl: Fix testcases for new pthread cancellation mechanism
Adhemerval Zanella
2019-01-03
3
-9
/
+24
*
nptl: Remove tst-cancel-wrappers test and related macros
Adhemerval Zanella
2019-01-03
15
-142
/
+23
*
AArch64: Update dl-procinfo.c with new HWCAP
Szabolcs Nagy
2019-01-03
3
-3
/
+10
*
posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640)
Adhemerval Zanella
2019-01-03
4
-14
/
+75
*
Use C99-compliant scanf under _GNU_SOURCE with modern compilers.
Zack Weinberg
2019-01-03
43
-103
/
+682
*
termios: Consolidate termios.h
Adhemerval Zanella
2019-01-03
9
-295
/
+35
*
termios: Add powerpc termios-misc
Adhemerval Zanella
2019-01-03
4
-50
/
+84
*
termios: Remove Linux _IOT_termios
Adhemerval Zanella
2019-01-03
4
-9
/
+4
*
termios: Consolidate tcflow symbolic constants
Adhemerval Zanella
2019-01-03
9
-23
/
+69
*
termios: Consolidate local mode definitions
Adhemerval Zanella
2019-01-03
11
-120
/
+214
*
termios: Consolidate control mode definitions
Adhemerval Zanella
2019-01-03
10
-60
/
+123
*
termios: Consolidate Baud Rate Selection definitions (BZ#23783)
Adhemerval Zanella
2019-01-03
11
-131
/
+212
*
termios: Consolidate Output Modes definitions
Adhemerval Zanella
2019-01-03
11
-211
/
+280
*
termios: Consolidate Input Modes definitions.
Adhemerval Zanella
2019-01-03
10
-86
/
+136
*
termios: Consolidate termios c_cc symbolic constants
Adhemerval Zanella
2019-01-03
12
-103
/
+228
*
termios: Consolidate struct termios
Adhemerval Zanella
2019-01-03
17
-76
/
+195
*
termios: Define TIOCSER_TEMT with __USE_MISC (BZ#17783)
Adhemerval Zanella
2019-01-03
4
-3
/
+20
*
bs_BA: Fix a small typo in comment (bug 24011).
PanderMusubi
2019-01-02
2
-1
/
+6
[prev]
[next]