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
*
Modify several tests to use test-skeleton.c
Arjun Shankar
2014-11-05
124
-250
/
+745
*
Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).
Joseph Myers
2014-11-05
5
-5
/
+14
*
Don't use INTDEF/INTUSE with _dl_init (bug 14132).
Joseph Myers
2014-11-04
20
-24
/
+45
*
Don't use INTDEF/INTUSE with _dl_argv (bug 14132).
Joseph Myers
2014-11-04
7
-34
/
+44
*
soft-fp: Add _FP_TO_INT_ROUND.
Joseph Myers
2014-11-04
6
-0
/
+240
*
Remove unused include
Andreas Schwab
2014-11-04
2
-1
/
+4
*
powerpc: Fix encoding of POWER8 instruction
Adhemerval Zanella
2014-11-03
2
-1
/
+13
*
Don't error out writing a multibyte character to an unbuffered stream (bug 17...
Andreas Schwab
2014-11-03
5
-7
/
+69
*
Fix sparc struct fpu definition.
Jose E. Marchesi
2014-11-01
2
-1
/
+6
*
Remove __libc_nanosleep function name.
Joseph Myers
2014-11-01
3
-5
/
+12
*
Make aclocal.m4 comment mention updating install.texi for autoconf version.
Joseph Myers
2014-10-31
2
-1
/
+7
*
powerpc: Change atomic_write_barrier to have release semantics.
Torvald Riegel
2014-10-31
4
-1
/
+11
*
Add a hook to enable load-time inspection of program headers
Matthew Fortune
2014-10-31
3
-0
/
+47
*
BZ#17496: Fix gnu/lib-names.h dependency.
Roland McGrath
2014-10-31
2
-64
/
+75
*
Update autoconf version requirement in install.texi.
Joseph Myers
2014-10-31
3
-2
/
+6
*
Remove __libc_pselect alias.
Joseph Myers
2014-10-31
3
-2
/
+4
*
Add bug 15215 to NEWS; move bug 17344 to correct version's list in NEWS.
Joseph Myers
2014-10-31
1
-3
/
+3
*
Move powerpc64 pread/pwrite definitions to syscalls.list (bug 14138).
Joseph Myers
2014-10-31
6
-221
/
+10
*
Fix SPARC atomic_write_barrier.
Torvald Riegel
2014-10-31
4
-4
/
+13
*
Clean up internal ctype.h header.
Roland McGrath
2014-10-30
2
-16
/
+22
*
Remove __libc_readv and __libc_writev function names.
Joseph Myers
2014-10-30
7
-22
/
+30
*
Clean up wchar_t conversion code in iconv program.
Roland McGrath
2014-10-30
2
-79
/
+61
*
Remove __libc_creat function name.
Joseph Myers
2014-10-30
7
-9
/
+23
*
manual/llio.texi: Add Linux-specific comments for write().
Carlos O'Donell
2014-10-29
2
-0
/
+30
*
elf/dl-load.c: Use __strdup.
Carlos O'Donell
2014-10-28
2
-19
/
+12
*
Don't use INTDEF/INTUSE in unwind-dw2-fde.c (bug 14132).
Joseph Myers
2014-10-28
2
-15
/
+36
*
arm: Re-enable PI futex support for ARM kernels >= 3.14.3
Gratian Crisan
2014-10-27
2
-4
/
+16
*
Move setfsgid/setfsuid definitions to syscalls.list (bug 14138).
Joseph Myers
2014-10-27
19
-77
/
+49
*
Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)
Andreas Schwab
2014-10-27
6
-11
/
+21
*
Rework compiler version check in configure.
Roland McGrath
2014-10-24
3
-66
/
+48
*
Prototypify htonl and htons definitions.
Roland McGrath
2014-10-24
3
-4
/
+7
*
This patch improves strncat performance by using strlen. Strlen has a fast C ...
Wilco Dijkstra
2014-10-24
2
-4
/
+6
*
This patch improves strcat performance by using strlen and strcpy. Strlen has...
Wilco Dijkstra
2014-10-24
2
-20
/
+5
*
Call libc_fetestexcept_aarch64 from math_private.h rather than duplicating fu...
Wilco Dijkstra
2014-10-24
2
-8
/
+7
*
Call libc_feholdexcept_aarch64 from math_private.h rather than duplicating fu...
Wilco Dijkstra
2014-10-24
2
-24
/
+7
*
Call get_rounding_mode rather than duplicating functionality.
Wilco Dijkstra
2014-10-24
2
-4
/
+7
*
Cleanup feenableexcept to use the same logic as the ARM version. No functiona...
Wilco Dijkstra
2014-10-24
2
-6
/
+6
*
Cleanup fedisableexcept to use the same logic as the ARM version. No function...
Wilco Dijkstra
2014-10-24
2
-6
/
+6
*
Cleanup feclearexcept to use the same logic as the ARM version. No functional...
Wilco Dijkstra
2014-10-24
2
-1
/
+6
*
Cleanup fesetexceptflag to use the same logic as the ARM version. No function...
Wilco Dijkstra
2014-10-24
2
-2
/
+8
*
Remove an unused include.
Wilco Dijkstra
2014-10-24
2
-1
/
+5
*
Move get*id and getgroups definitions to syscalls.list (bug 14138).
Joseph Myers
2014-10-24
47
-278
/
+130
*
Move some chown / lchown / fchown definitions to syscalls.list (bug 14138).
Joseph Myers
2014-10-24
18
-280
/
+51
*
Remove spaces.
Wilco Dijkstra
2014-10-24
5
-4
/
+7
*
hppa: Make __SIGRTMIN 32 (ABI break).
Carlos O'Donell
2014-10-23
3
-8
/
+24
*
Don't use INTDEF for powerpc32 compat symbols (bug 14132).
Joseph Myers
2014-10-23
2
-14
/
+16
*
Rework some nscd code not to use variable-length struct types.
Roland McGrath
2014-10-22
5
-93
/
+117
*
ARM: Use movw/movt more when available
Roland McGrath
2014-10-22
9
-69
/
+209
*
MIPS: Avoid a dangling `vfork@GLIBC_2.0' reference
Maciej W. Rozycki
2014-10-22
3
-1
/
+8
*
Don't use INTDEF with __ldexpf (bug 14132).
Joseph Myers
2014-10-21
2
-1
/
+5
[next]