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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
sh_nptl: Enable CFI directives for sh
Carmelo Amoroso
2008-09-18
2
-0
/
+9
*
Fixes posix_fadvise[64] functions to return the
Carmelo Amoroso
2008-09-18
5
-155
/
+189
*
Kill off the GOT lookup for init/fini in the sh crti.S. This was
Carmelo Amoroso
2008-09-18
1
-25
/
+2
*
Remove trailing whitespaces
Carmelo Amoroso
2008-09-18
1
-2
/
+2
*
Try not to use ">&" dash shell does not like it.
Khem Raj
2008-09-18
1
-1
/
+1
*
Make sure that multi-threaded statically linked applications use the real
Carmelo Amoroso
2008-09-03
2
-2
/
+6
*
Remove pointless extern declaration for __pthread_once
Carmelo Amoroso
2008-08-20
1
-2
/
+0
*
Use pthread_once now __pthread_once is not defined in tests.
Khem Raj
2008-08-15
1
-1
/
+1
*
include signal.h for missing SIG_BLOCK definition.
Khem Raj
2008-08-15
1
-0
/
+1
*
__asm__ and __volatile__ conversion for arm.
Khem Raj
2008-08-15
2
-3
/
+3
*
&> seems like tcsh like. busybox/ash does not seem to like it I am getting wr...
Khem Raj
2008-08-15
1
-1
/
+1
*
Fix SH ldso sequence startup.
Carmelo Amoroso
2008-08-08
2
-4
/
+20
*
some more asm keyword fixes (Yann E. MORIN)
Carmelo Amoroso
2008-08-06
4
-21
/
+19
*
Revert recent changes to previous version at rev 20454.
Carmelo Amoroso
2008-08-04
1
-8
/
+7
*
Remove trailing whitespaces: two missing files
Carmelo Amoroso
2008-07-31
2
-5
/
+5
*
Synch with trunk at rev 22997.
Carmelo Amoroso
2008-07-31
397
-1314
/
+1371
*
Update sh4 pthread_mutex_t definition
Carmelo Amoroso
2008-07-31
1
-3
/
+13
*
Fix preprocessor directive to silent warning
Carmelo Amoroso
2008-07-31
1
-1
/
+1
*
Removed duplicated file (already moved into libc/misc/elf)
Carmelo Amoroso
2008-07-29
1
-68
/
+0
*
Fix build failure:
Carmelo Amoroso
2008-07-29
1
-0
/
+2
*
Use rtld_hidden_{proto,def} properly within ld.so
Carmelo Amoroso
2008-07-29
1
-4
/
+4
*
Remove .depend when doing distclean
Carmelo Amoroso
2008-07-29
1
-1
/
+1
*
These are already unwired in kernel headers so dont worry about them in uclibc
Khem Raj
2008-07-17
1
-18
/
+0
*
Do not include libc-lock.h because uClibc_mutex.h is exported file and severa...
Khem Raj
2008-07-14
1
-1
/
+0
*
Undefine some of redundant syscalls not used by EABI kernels. So uclibc could...
Khem Raj
2008-07-14
2
-2
/
+19
*
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj
2008-07-12
4
-2
/
+116
*
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj
2008-07-11
1
-4
/
+1
*
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj
2008-07-11
7
-18
/
+20
*
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj
2008-07-11
3
-20
/
+11
*
uClibc_mutex.h should not include bits/libc-lock.h. Revert libtest.c accordin...
Carmelo Amoroso
2008-07-11
2
-1
/
+2
*
Ahhhhh too tired... I'm doing all wrong. Stop me
Carmelo Amoroso
2008-07-11
1
-2
/
+2
*
Resynch with trunk fixing problem on test build system due to my last commit
Carmelo Amoroso
2008-07-11
4
-5
/
+15
*
Avoid conflict with __pthread_once defined into bits/libc-lock.h
Carmelo Amoroso
2008-07-11
1
-2
/
+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
6
-103
/
+88
*
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-11
2
-31
/
+45
*
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj
2008-07-10
1
-0
/
+1
*
Remove trailing whitespaces and wrong preprocessed files
Carmelo Amoroso
2008-07-10
6
-16706
/
+31
*
Exclude some files for ARM NPTL, Do not use _libc_fatal
Khem Raj
2008-07-10
3
-4
/
+18
*
Fix __USE_STDIO_FUTEXES__ fallout
Khem Raj
2008-07-10
1
-4
/
+11
*
Adjust for correct return values from dl_find_hash
Khem Raj
2008-07-10
1
-11
/
+10
*
Handle ARM TLS relocations
Khem Raj
2008-07-10
3
-13
/
+52
*
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
*
ARM specific NPTL bits
Khem Raj
2008-07-10
34
-0
/
+2582
*
Thumb atomic operations and makefile changes to accomodate NPTL
Khem Raj
2008-07-10
5
-2
/
+157
*
Add TLS reltypes for ARM
Khem Raj
2008-07-10
2
-1
/
+14
*
Handle system call names like __ARM_NR_set_tls
Khem Raj
2008-07-10
1
-6
/
+11
[prev]
[next]