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
Commit message (
Expand
)
Author
Age
Files
Lines
*
hurd: Fix local PLT
Samuel Thibault
2019-12-13
5
-6
/
+23
*
dlopen: Do not block signals
Florian Weimer
2019-12-13
1
-26
/
+11
*
dlopen: Rework handling of pending NODELETE status
Florian Weimer
2019-12-13
5
-58
/
+62
*
dlopen: Fix issues related to NODELETE handling and relocations
Florian Weimer
2019-12-13
23
-32
/
+992
*
hurd: Fix __close_nocancel_nostatus availability
Samuel Thibault
2019-12-13
4
-6
/
+37
*
hurd: add getrandom and getentropy implementations
Andrew Eggenberger
2019-12-13
2
-0
/
+107
*
hurd: Implement __close_nocancel_nostatus
Samuel Thibault
2019-12-13
1
-0
/
+62
*
manual: clarify fopen with the x flag
Paul Eggert
2019-12-11
1
-1
/
+3
*
S390: Use sysdeps/ieee754/dbl-64/wordsize-64 on s390x.
Stefan Liebler
2019-12-11
1
-0
/
+1
*
S390: Implement roundtoint and converttoint and define TOINT_INTRINSICS.
Stefan Liebler
2019-12-11
1
-0
/
+53
*
S390: Implement math-barriers math_opt_barrier and math_force_eval.
Stefan Liebler
2019-12-11
1
-0
/
+46
*
S390: Use libc_fe* macros in fe* functions.
Stefan Liebler
2019-12-11
9
-124
/
+27
*
S390: Implement libc_fe* macros.
Stefan Liebler
2019-12-11
1
-0
/
+250
*
S390: Use convert-to-fixed instruction for llround functions.
Stefan Liebler
2019-12-11
3
-0
/
+127
*
S390: Use convert-to-fixed instruction for lround functions.
Stefan Liebler
2019-12-11
3
-0
/
+142
*
S390: Use convert-to-fixed instruction for llrint functions.
Stefan Liebler
2019-12-11
3
-0
/
+151
*
S390: Use convert-to-fixed instruction for lrint functions.
Stefan Liebler
2019-12-11
3
-0
/
+166
*
S390: Use load-fp-integer instruction for roundeven functions.
Stefan Liebler
2019-12-11
3
-0
/
+116
*
Adjust s_copysignl.c regarding code style.
Stefan Liebler
2019-12-11
1
-8
/
+9
*
Adjust s_ceilf.c and s_ceill.c regarding code style.
Stefan Liebler
2019-12-11
2
-53
/
+92
*
Adjust s_floorf.c and s_floorl.c regarding code style.
Stefan Liebler
2019-12-11
2
-54
/
+90
*
Adjust s_rintf.c and s_rintl.c regarding code style.
Stefan Liebler
2019-12-11
2
-40
/
+53
*
Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style.
Stefan Liebler
2019-12-11
2
-55
/
+68
*
Use GCC builtins for copysign functions if desired.
Stefan Liebler
2019-12-11
6
-15
/
+31
*
Use GCC builtins for round functions if desired.
Stefan Liebler
2019-12-11
6
-0
/
+37
*
Use GCC builtins for trunc functions if desired.
Stefan Liebler
2019-12-11
6
-0
/
+37
*
Use GCC builtins for ceil functions if desired.
Stefan Liebler
2019-12-11
6
-1
/
+37
*
Use GCC builtins for floor functions if desired.
Stefan Liebler
2019-12-11
6
-0
/
+37
*
Use GCC builtins for rint functions if desired.
Stefan Liebler
2019-12-11
6
-18
/
+52
*
Use GCC builtins for nearbyint functions if desired.
Stefan Liebler
2019-12-11
6
-18
/
+115
*
Always use wordsize-64 version of s_round.c.
Stefan Liebler
2019-12-11
2
-93
/
+12
*
Always use wordsize-64 version of s_trunc.c.
Stefan Liebler
2019-12-11
5
-73
/
+13
*
Always use wordsize-64 version of s_ceil.c.
Stefan Liebler
2019-12-11
5
-96
/
+21
*
Always use wordsize-64 version of s_floor.c.
Stefan Liebler
2019-12-11
5
-125
/
+46
*
Always use wordsize-64 version of s_rint.c.
Stefan Liebler
2019-12-11
3
-75
/
+17
*
Always use wordsize-64 version of s_nearbyint.c.
Stefan Liebler
2019-12-11
3
-88
/
+17
*
ldconfig: Do not print a warning for a missing ld.so.conf file
Florian Weimer
2019-12-11
1
-2
/
+3
*
hurd: Fix using altstack while in an RPC call to be aborted
Samuel Thibault
2019-12-11
1
-13
/
+14
*
Fix failure when CFLAGS contains -DNDEBUG (Bug 25251)
Carlos O'Donell
2019-12-10
1
-0
/
+3
*
nptl: Add more missing placeholder abi symbol from nanosleep move
Adhemerval Zanella
2019-12-09
17
-17
/
+69
*
sysdeps/riscv/start.S: rename .Lload_gp to load_gp (bug 24376)
Andreas Schwab
2019-12-09
1
-3
/
+3
*
y2038: linux: Provide __timer_settime64 implementation
Lukasz Majewski
2019-12-05
2
-6
/
+71
*
y2038: linux: Provide __timer_gettime64 implementation
Lukasz Majewski
2019-12-05
2
-4
/
+47
*
timer: Decouple x86_64 specific timer_settime from generic Linux implementation
Lukasz Majewski
2019-12-05
2
-11
/
+10
*
timer: Decouple x86_64 specific timer_gettime from generic Linux implementation
Lukasz Majewski
2019-12-05
2
-11
/
+8
*
time: Introduce glibc's internal struct __itimerspec64
Lukasz Majewski
2019-12-05
1
-0
/
+11
*
Correct range checking in mallopt/mxfast/tcache [BZ #25194]
DJ Delorie
2019-12-05
1
-12
/
+20
*
misc/test-errno-linux: Handle EINVAL from quotactl
Florian Weimer
2019-12-05
1
-2
/
+3
*
<string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]
Kamlesh Kumar
2019-12-05
1
-1
/
+2
*
build-many-glibcs.py: Move sparcv8 to extra_glibcs
Adhemerval Zanella
2019-12-05
1
-4
/
+5
[next]