index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target
Peter S. Mazinger
2011-03-09
1
-4
/
+0
*
libm_sh: add optimised assembly implementation of lroundf and lrintf
Christian Bruel
2010-12-17
1
-0
/
+1
*
sh_fpu: Do not allow inclusion of fpu_control on not SH4 core
Carmelo Amoroso
2010-12-15
1
-1
/
+3
*
nptl_sh: Fix compiler warning due to shadowed variable
Carmelo Amoroso
2010-09-16
1
-3
/
+3
*
use uniform form of C99 keywords
Bernhard Reutner-Fischer
2010-06-24
2
-4
/
+4
*
libc: silence warnings about undefined cpp tokens
Bernhard Reutner-Fischer
2010-06-24
1
-1
/
+1
*
Get new nptl building on SH4
Khem Raj
2010-02-17
1
-1
/
+20
*
nptl: sysdep headers re-factoring
Carmelo Amoroso
2010-02-09
1
-0
/
+277
*
sh: Add a prototype for the gcc __set_fpscr internal function
Carmelo Amoroso
2009-12-03
1
-1
/
+3
*
Merge remote branch 'origin/master' into nptl
Austin Foxley
2009-11-28
1
-103
/
+0
|
\
|
*
bits/mmap.h: unify ala linux asm-generic efforts
Mike Frysinger
2009-11-23
1
-103
/
+0
*
|
whitespace fixes
Austin Foxley
2009-10-17
5
-12
/
+12
*
|
sh specific bits needed for nptl
Austin Foxley
2009-10-17
7
-397
/
+378
|
/
*
Fix SH bits/kernel_types.h for new kernel headers.
Joseph Myers
2009-10-14
1
-1
/
+2
*
clean up O_CLOEXEC handling
Mike Frysinger
2009-10-07
1
-2
/
+0
*
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2009-09-18
4
-4
/
+0
*
always define float_t as float
Bernhard Reutner-Fischer
2009-09-17
1
-21
/
+1
*
sh/user.h: clean up conflicts from kernel user.h
Andrew Stubbs
2009-09-15
1
-0
/
+11
*
honour NO_LONG_DOUBLE_MATH
Bernhard Reutner-Fischer
2009-08-30
1
-0
/
+6
*
build: Include Makefile.commonarch from common Makefile.in
Carmelo Amoroso
2009-07-29
1
-2
/
+0
*
enable nanosecond stat support for everyone
Mike Frysinger
2009-07-26
1
-14
/
+6
*
syscall(): create a common version based on INLINE_SYSCALL_NCS()
Mike Frysinger
2009-07-09
2
-28
/
+1
*
syscall: unify part 2: NCS variety
Mike Frysinger
2009-07-09
1
-23
/
+0
*
sh: Change __HAVE_SHARED__ to __PIC__
Peter Griffin
2009-07-09
3
-5
/
+5
*
syscall: unify common syscall defines
Mike Frysinger
2009-07-08
1
-134
/
+0
*
uClibc_arch_features: sync defines between ports
Mike Frysinger
2009-07-03
1
-0
/
+3
*
sh: add cacheflush syscall wrapper
Carmelo Amoroso
2009-07-02
2
-1
/
+16
*
Add position independent code for crt1.S.
Carmelo Amoroso
2009-05-05
1
-0
/
+45
*
Use gcc built-in defines for detecting SH cores instead of
Carmelo Amoroso
2009-02-23
6
-7
/
+7
*
Fix my previous commit to use preprocessor in the right way !
Carmelo Amoroso
2009-02-20
1
-1
/
+1
*
Fix typo.
Carmelo Amoroso
2009-02-20
1
-1
/
+1
*
sh: Fix __SH_SYSCALL_TRAP_BASE for SH2A architecture
Carmelo Amoroso
2009-02-20
1
-1
/
+1
*
*: remove some __libc_XXX functions:
Denis Vlasenko
2008-12-10
1
-4
/
+4
*
Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the arch
Carmelo Amoroso
2008-11-27
1
-0
/
+3
*
fix ioperm build problems caused by libc_hidden_proto removal
Denis Vlasenko
2008-11-21
1
-0
/
+1
*
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
1
-1
/
+1
*
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-11-20
3
-3
/
+3
*
- Remove linux-specific prototypes if asked to.
Bernhard Reutner-Fischer
2008-11-15
1
-2
/
+2
*
- revert wrong r24049
Bernhard Reutner-Fischer
2008-11-15
1
-2
/
+2
*
- Remove linux-specific prototypes if asked to.
Bernhard Reutner-Fischer
2008-11-15
1
-2
/
+2
*
- trim superfluous ';'. No objcode changes
Bernhard Reutner-Fischer
2008-10-28
2
-3
/
+3
*
- remove superfluous ';'. No objcode changes.
Bernhard Reutner-Fischer
2008-10-22
1
-1
/
+1
*
- add long double math wrappers (Ned Ludd)
Bernhard Reutner-Fischer
2008-10-03
1
-6
/
+0
*
- use c89-style comments
Bernhard Reutner-Fischer
2008-10-03
2
-11
/
+11
*
sh: Fix SYSCALL_INST_STRx to work for SH-2[A] core by using the
Carmelo Amoroso
2008-09-25
1
-7
/
+8
*
Add INTERNAL_SYSCALL macros for sh
Carmelo Amoroso
2008-09-16
1
-0
/
+145
*
- add sync_file_range()
Bernhard Reutner-Fischer
2008-09-16
1
-4
/
+0
*
Follow sh asm convention to indent the instruction into the delay slot.
Carmelo Amoroso
2008-09-04
1
-2
/
+2
*
Kill off the GOT lookup for init/fini in the sh crti.S. This was
Paul Mundt
2008-09-04
1
-23
/
+0
*
Fix SH ldso sequence startup.
Carmelo Amoroso
2008-08-08
1
-2
/
+8
[next]