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
*
Implement waitpid in terms of wait4
Adhemerval Zanella
2019-12-19
7
-87
/
+6
*
linux: Use waitid on wait4 if __NR_wait4 is not defined
Adhemerval Zanella
2019-12-19
3
-1
/
+90
*
Implement wait in terms of waitpid
Adhemerval Zanella
2019-12-19
4
-102
/
+1
*
nptl: Move waitpid implementation to libc
Adhemerval Zanella
2019-12-19
29
-30
/
+2
*
nptl: Move wait implementation to libc
Adhemerval Zanella
2019-12-19
29
-57
/
+2
*
Remove __waitpid_nocancel
Adhemerval Zanella
2019-12-19
6
-43
/
+11
*
Fix test isolation for elf/tst-ifunc-fault-lazy, elf/tst-ifunc-fault-bindnow
Florian Weimer
2019-12-19
1
-4
/
+3
*
Fix __libc_signal_block_all on sparc64
Adhemerval Zanella
2019-12-19
1
-6
/
+8
*
powerpc: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]
Adhemerval Zanella
2019-12-19
2
-4
/
+6
*
hurd: Do not make sigprocmask available in ld.so
Florian Weimer
2019-12-18
3
-11
/
+2
*
build-many-glibcs.py: Do not build C++ PCHs by default
Florian Weimer
2019-12-18
1
-2
/
+5
*
hurd: Make getrandom honour GRND_NONBLOCK
James Clarke
2019-12-17
1
-1
/
+5
*
tunables: report sbrk() failure
DJ Delorie
2019-12-16
1
-5
/
+4
*
build-many-glibcs.py: Add mipsisa64r6el-linux-gnu target
Dragan Mladjenovic
2019-12-16
1
-0
/
+11
*
mips: Do not include hi and lo in __SYSCALL_CLOBBERS for R6
Dragan Mladjenovic
2019-12-16
3
-6
/
+21
*
ldbl-128ibm-compat: Add ISO C99 versions of scanf functions
Gabriel F. T. Gomes
2019-12-13
22
-39
/
+522
*
ldbl-128ibm-compat: Fix selection of GNU and ISO C99 scanf
Gabriel F. T. Gomes
2019-12-13
3
-4
/
+12
*
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
[next]