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
Commit message (
Expand
)
Author
Age
Files
Lines
*
uClibc_mutex.h should not include bits/libc-lock.h. Revert libtest.c accordin...
Carmelo Amoroso
2008-07-11
1
-1
/
+0
*
Revert previous useless change based on an older version
Carmelo Amoroso
2008-07-11
1
-4
/
+4
*
Fix some __UCLIBC_IO_MUTEX_XXXX macro to be used without FUTEX support. Thank...
Carmelo Amoroso
2008-07-11
5
-93
/
+85
*
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj
2008-07-11
1
-4
/
+4
*
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj
2008-07-11
1
-23
/
+8
*
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj
2008-07-10
1
-0
/
+1
*
Exclude some files for ARM NPTL, Do not use _libc_fatal
Khem Raj
2008-07-10
1
-1
/
+6
*
Save PID across vfork syscall. Create a __clone() aliased to clone(). Load ar...
Khem Raj
2008-07-10
2
-5
/
+31
*
Do not use push/pop in inline asm. It breaks unwinding
Khem Raj
2008-07-10
1
-6
/
+10
*
Thumb atomic operations and makefile changes to accomodate NPTL
Khem Raj
2008-07-10
3
-2
/
+14
*
Fix the builds without STDIO_FUTEXES. Fix msgecv and msgsend to compile on AR...
Khem Raj
2008-07-09
8
-156
/
+151
*
Revert the mips related fixed that got in due to the trunk merge and also add...
Khem Raj
2008-07-09
3
-1
/
+23
*
BIG BIG commit: forgotten files
Carmelo Amoroso
2008-07-09
6
-17
/
+203
*
BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...
Carmelo Amoroso
2008-07-09
429
-3427
/
+4387
*
Synch with trunk: remove obsolete files
Carmelo Amoroso
2008-07-09
5
-582
/
+0
*
SYnch with trunk: new files
Carmelo Amoroso
2008-07-09
6
-0
/
+167
*
Synch the whole build system. Also including recent fix on testsuite build sy...
Carmelo Amoroso
2008-07-09
14
-50
/
+137
*
Sync build machinery stuff from trunk. Some more fixed for mips nptl port
Khem Raj
2008-06-27
11
-45
/
+36
*
Sync with trunk.
Khem Raj
2008-06-25
1
-3
/
+7
*
libc_hidden_proto moved to string.h
Carmelo Amoroso
2008-06-19
62
-120
/
+126
*
Filter-out _memcpy_fwd.c and fix clean target to remove objects into deeper f...
Carmelo Amoroso
2008-06-19
1
-1
/
+4
*
Move static function _wordcopy_fwd_aligned and _wordcopy_fwd_dest_aligned fro...
Carmelo Amoroso
2008-06-19
3
-191
/
+194
*
Synch arch specific part of libc/string for frv/ia64/sparc/i386/powerpc/arm/a...
Carmelo Amoroso
2008-06-19
70
-658
/
+1080
*
News syscall wrappers from trunk
Carmelo Amoroso
2008-06-18
10
-0
/
+376
*
Remove obsolete files and synch with trunk
Carmelo Amoroso
2008-06-18
4
-293
/
+0
*
Synch libc powerpc/arm/sh64/m68k/alpha/microblaze/i960/vax/e1 specific with t...
Carmelo Amoroso
2008-06-18
92
-541
/
+2790
*
Synch libc nios/xtensa/v850/h8300/cris/x86_64/ia64/hppa/i382/nios2/frv/avr32 ...
Carmelo Amoroso
2008-06-18
95
-946
/
+1282
*
Synch libc mips specific with trunk
Carmelo Amoroso
2008-06-18
41
-886
/
+1606
*
Synch libc sparc specific with trunk
Carmelo Amoroso
2008-06-18
10
-22
/
+152
*
Synch libc bfin specific with trunk
Carmelo Amoroso
2008-06-18
20
-147
/
+304
*
Merge nptl branch tree with trunk.
Carmelo Amoroso
2008-03-16
98
-0
/
+7422
*
Merge nptl branch tree with trunk.
Carmelo Amoroso
2008-03-16
1
-5
/
+11
*
Synch with trunk adding latest changes:
Carmelo Amoroso
2008-03-05
1
-11
/
+6
*
Added support for ether_line, ether_ntohost and ether_hostton.
Carmelo Amoroso
2008-03-05
1
-0
/
+122
*
Remove pointless initialisation to 0 of some DIR's fields
Carmelo Amoroso
2007-12-09
1
-1
/
+0
*
Fix opendir problem when statically linked due to a missing
Carmelo Amoroso
2007-12-05
1
-0
/
+1
*
Fix typo in ifdef directive
Carmelo Amoroso
2007-12-05
1
-1
/
+1
*
Fix __uClibc_main.c to not create aliases to hidden variables
Carmelo Amoroso
2007-11-22
1
-8
/
+8
*
Last to missing files. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Carmelo Amoroso
2007-11-22
2
-2
/
+3
*
Push back changes to add cancellation handling.
Carmelo Amoroso
2007-11-22
10
-71
/
+236
*
Added some missing files:
Carmelo Amoroso
2007-11-21
3
-0
/
+83
*
Synch with SH4 port (and trunk)
Carmelo Amoroso
2007-11-21
1
-1
/
+1
*
Added optmized memcpy implementation for SH4
Carmelo Amoroso
2007-11-21
5
-217
/
+1048
*
Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso <ca...
Carmelo Amoroso
2007-11-20
65
-174
/
+191
*
Push latest libc SH4 specific implementations
Carmelo Amoroso
2007-11-20
12
-401
/
+400
*
Fix TLS modifier.
"Steven J. Hill"
2007-07-28
1
-1
/
+1
*
This should not be visible and currently the TLS access fails unless it is ma...
"Steven J. Hill"
2007-07-28
1
-1
/
+1
*
Not quite yet.
"Steven J. Hill"
2007-07-28
2
-130
/
+0
*
Remove baud limit.
"Steven J. Hill"
2007-07-15
1
-4
/
+0
*
Fix broken syscall() function since the original patch did not work.
"Steven J. Hill"
2007-07-12
1
-2
/
+14
[next]