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
path:
root
/
sysdeps
/
sparc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
342
-342
/
+342
*
Convert 69 more function definitions to prototype style (line wrap cases).
Joseph Myers
2015-10-19
1
-4
/
+2
*
Convert 231 sysdeps function definitions to prototype style.
Joseph Myers
2015-10-19
5
-12
/
+5
*
Make scalbn set errno (bug 6803).
Joseph Myers
2015-09-16
1
-2
/
+0
*
Move bits/atomic.h to atomic-machine.h (bug 14912).
Joseph Myers
2015-09-11
3
-3
/
+3
*
Fix non-v9 32-bit sparc build.
Brett Neumeier
2015-08-31
1
-0
/
+1
*
Fix BZ #18084 -- backtrace (..., 0) dumps core on x86.
Paul Pluzhnikov
2015-08-15
1
-1
/
+1
*
Improve performance of mempcpy by inlining and using memcpy. Enable
Wilco Dijkstra
2015-08-05
1
-0
/
+3
*
Regenerate SPARC ULPs.
David S. Miller
2015-07-16
1
-239
/
+389
*
Fix sparc build.
David S. Miller
2015-07-15
5
-2
/
+13
*
Add and use new glibc-internal futex API.
Torvald Riegel
2015-07-10
8
-155
/
+29
*
Clean up BUSY_WAIT_NOP and atomic_delay.
Torvald Riegel
2015-06-30
2
-0
/
+6
*
Fix mq_notify pthread_barrier_* namespace (bug 18544).
Joseph Myers
2015-06-17
3
-3
/
+6
*
Fix sem_* tdelete, tfind, tsearch, twalk namespace (bug 18536).
Joseph Myers
2015-06-17
1
-2
/
+3
*
Split timed-wait functions out of nptl/lowlevellock.c.
Roland McGrath
2015-05-26
2
-0
/
+2
*
BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS].
Roland McGrath
2015-05-19
1
-4
/
+4
*
Sparc memchr/memcmp/strncmp fixes from Il'ya Malakhov.
David S. Miller
2015-04-17
3
-5
/
+6
*
Rebuilt fresh sparc ULPS to get rid of removed tests.
David S. Miller
2015-04-15
1
-164
/
+74
*
Update SPARC ulps.
David S. Miller
2015-04-08
1
-88
/
+171
*
Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY
H.J. Lu
2015-03-05
2
-2
/
+2
*
Fix two bugs in sparc atomics.
David S. Miller
2015-01-31
1
-7
/
+8
*
Fix sparc semaphore implementation after recent changes.
David S. Miller
2015-01-31
17
-703
/
+668
*
Fix libm feupdateenv namespace (bug 17748).
Joseph Myers
2015-01-07
1
-0
/
+1
*
Fix libm fesetround namespace (bug 17748).
Joseph Myers
2015-01-07
1
-2
/
+4
*
Fix libm fesetenv namespace (bug 17748).
Joseph Myers
2015-01-06
2
-1
/
+2
*
Fix libm feholdexcept namespace (bug 17748).
Joseph Myers
2015-01-05
1
-2
/
+4
*
Fix libm fegetround namespace (bug 17748).
Joseph Myers
2015-01-02
1
-2
/
+4
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
345
-345
/
+345
*
Fix libm fegetenv namespace (bug 17748).
Joseph Myers
2014-12-31
1
-0
/
+1
*
Fix libm feraiseexcept namespace (bug 17723).
Joseph Myers
2014-12-30
2
-1
/
+2
*
Fix soft-fp build warning on sparc about strict aliasing.
David S. Miller
2014-12-19
1
-6
/
+11
*
Remove NOT_IN_libc
Siddhesh Poyarekar
2014-11-24
8
-8
/
+8
*
Remove IS_IN_libm
Siddhesh Poyarekar
2014-11-24
2
-2
/
+2
*
Remove IS_IN_libpthread
Siddhesh Poyarekar
2014-11-24
1
-1
/
+1
*
Add arch-specific configuration for C11 atomics support.
Torvald Riegel
2014-11-20
3
-0
/
+9
*
Fix sparc build.
David S. Miller
2014-11-14
1
-0
/
+1
*
Don't use INTDEF/INTUSE with _dl_init (bug 14132).
Joseph Myers
2014-11-04
2
-2
/
+2
*
Fix SPARC atomic_write_barrier.
Torvald Riegel
2014-10-31
3
-4
/
+4
*
soft-fp: Refactor exception handling for comparisons.
Joseph Myers
2014-10-09
16
-48
/
+16
*
soft-fp: Remove FP_CLEAR_EXCEPTIONS.
Joseph Myers
2014-10-09
4
-12
/
+4
*
Get rid of sparc specific NPTL internaltypes.h header.
David S. Miller
2014-07-09
12
-8
/
+12
*
Update sparc ULPS.
David S. Miller
2014-07-09
1
-6
/
+96
*
Get rid of nptl/sysdeps/ entirely!
Roland McGrath
2014-07-07
1
-1
/
+1
*
Always provide HP_SMALL_TIMING_AVAIL
Richard Henderson
2014-07-03
2
-0
/
+2
*
Unify hp-timing implementations
Richard Henderson
2014-07-03
2
-36
/
+2
*
Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead
Richard Henderson
2014-07-03
6
-86
/
+0
*
Removing HP_TIMING_ACCUM as unused
Richard Henderson
2014-07-03
2
-32
/
+0
*
Removing HP_TIMING_ZERO as unused
Richard Henderson
2014-07-03
2
-4
/
+0
*
Fix Wundef warning for ELF_MACHINE_NO_RELA
Siddhesh Poyarekar
2014-06-26
2
-0
/
+2
*
Move base_machine and machine settings from configure.ac to sysdeps preconfig...
Joseph Myers
2014-06-25
1
-0
/
+24
[next]