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
...
*
It fixes the following warnings seen on mips build.
Khem Raj
2009-10-12
3
-8
/
+20
*
avr32/microblaze/vax: punt local byteswap.h
Mike Frysinger
2009-10-12
3
-175
/
+0
*
some ports define ENOTSUP
Mike Frysinger
2009-10-12
1
-1
/
+3
*
fix building for systems w/out ldso support
Mike Frysinger
2009-10-12
1
-1
/
+3
*
alpha: fix building with no asm/elf.h
Mike Frysinger
2009-10-12
1
-1
/
+14
*
fdatasync: handle latest alpha syscalls
Mike Frysinger
2009-10-12
1
-1
/
+1
*
alpha/sigprocmask: fix implicit memset() prototype
Mike Frysinger
2009-10-12
1
-0
/
+1
*
sparc: Update syscalls.h to define INTERNAL_SYSCALL
Austin Foxley
2009-10-12
1
-70
/
+119
*
i386: store errno value before using __set_errno()
Ingo van Lil
2009-10-12
1
-4
/
+3
*
uClibc_arch_features: sync defines between ports
Mike Frysinger
2009-10-12
26
-3
/
+206
*
sh: add cacheflush syscall wrapper
Carmelo Amoroso
2009-10-12
2
-1
/
+16
*
Correct ARM memcpy comments.
Joseph Myers
2009-10-12
1
-1
/
+2
*
Fix Thumb-2 setjmp.
Joseph Myers
2009-10-12
1
-1
/
+1
*
Fix Thumb-2 memcpy.
Joseph Myers
2009-10-12
1
-1
/
+1
*
Add missing CLIBABI variables __aeabi_stdin, __aeabi_stdout, __aeabi_stderr.
Joseph Myers
2009-10-12
1
-0
/
+15
*
wchar: fix inverted parameters in error message
André Goddard Rosa
2009-10-12
1
-1
/
+1
*
libc.so: include all output formats in linker script
Steve Bennett
2009-10-12
1
-2
/
+2
*
pull waitid from master
Bernhard Reutner-Fischer
2009-10-12
1
-5
/
+16
*
Add working pipe implementation for sparc
Austin Foxley
2009-10-12
3
-3
/
+69
*
Add a sigaction implementation for sparc
Austin Foxley
2009-10-12
2
-1
/
+95
*
Add position independent code for crt1.S. This will generate a Scrt1.o that i...
Carmelo Amoroso
2009-10-12
1
-0
/
+45
*
make sure to block all signals when calling daemon() to prevent delivery whil...
Mike Frysinger
2009-10-12
1
-1
/
+13
*
implement daemon() using clone() on no-mmu systems as suggested by Jamie Lokier
Mike Frysinger
2009-10-12
2
-15
/
+26
*
32/64 bit sparc got unified in 2.6.29 the way x86/x86_64 did in 2.6.28. The n...
Rob Landley
2009-10-12
1
-1
/
+2
*
- Add strtouq alias (to strtoul) for 64bit
Bernhard Reutner-Fischer
2009-10-12
1
-0
/
+3
*
enable mprotect() regardless of MMU as some systems have MPUs which allows me...
Mike Frysinger
2009-10-12
1
-1
/
+1
*
import user.h from the kernel as it is no longer exported by the kernel
Mike Frysinger
2009-10-12
1
-0
/
+57
*
add GNU extension for select timeouts where the sub-second field is actually ...
Mike Frysinger
2009-10-12
1
-1
/
+20
*
Add EPOLLRDHUP constant
Denis Vlasenko
2009-10-12
1
-0
/
+2
*
Use gcc built-in defines for detecting SH cores instead of uclibc config opti...
Carmelo Amoroso
2009-10-12
6
-7
/
+7
*
- fix fallout from r24140 and r24160 for !CTYPE_TABLES
Bernhard Reutner-Fischer
2009-10-12
1
-0
/
+1
*
- make sure __user is defined when including kernel's sigcontext.h
Bernhard Reutner-Fischer
2009-10-12
1
-0
/
+3
*
Get rid of the following annoying warnings on ppc: warning: nested extern dec...
Denis Vlasenko
2009-10-12
1
-17
/
+18
*
- remove leftover from r13277
Bernhard Reutner-Fischer
2009-10-12
1
-1
/
+0
*
- provide INTERNAL_SYSCALL for ia64 (Stefan Assmann, sassmann at suse de)
Bernhard Reutner-Fischer
2009-10-12
1
-81
/
+110
*
- emulate unavailable syscall getpgrp on e.g. ia64 (Stefan Assmann)
Bernhard Reutner-Fischer
2009-10-12
1
-1
/
+13
*
Move kernel-features.h header from the linuxthread directory to a common one ...
Carmelo Amoroso
2009-10-12
2
-0
/
+81
*
add inlines for Blackfin atomic functions
Mike Frysinger
2009-10-12
2
-1
/
+156
*
Blackfin: add L2_SRAM flag for alloc func
Mike Frysinger
2009-10-12
1
-0
/
+1
*
Blackfin: declare {INLINE,INTERNAL}_SYSCALL() and friends
Mike Frysinger
2009-10-12
1
-0
/
+53
*
add ENDPROC() macro for Blackfin assembly
Mike Frysinger
2009-10-12
1
-0
/
+1
*
use newer spiffy asm constraints to get better code generation
Mike Frysinger
2009-10-12
1
-17
/
+9
*
punt old unused header
Mike Frysinger
2009-10-12
1
-133
/
+0
*
update ptrace.h to latest from glibc
Mike Frysinger
2009-10-12
1
-2
/
+41
*
Go deeper while cleaning string directory to remove TARGET_SUBARCH implementa...
Carmelo Amoroso
2009-10-12
1
-1
/
+1
*
Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the arch supports thi...
Carmelo Amoroso
2009-10-12
1
-0
/
+3
*
- remove some bloat that was added in r23660 and subsequent r23698. The sbrk ...
Bernhard Reutner-Fischer
2009-10-12
3
-15
/
+13
*
Make wcsxfrm visible also when LOCALE support is disabled.
Carmelo Amoroso
2009-10-12
1
-0
/
+1
*
fix "make utils" build failure in ldconfig (undefined reference to 'getopt')
Denis Vlasenko
2009-10-12
1
-0
/
+1
*
Current kernels support more than 8 bit major/minor. Pass dev_t through to th...
Rob Landley
2009-10-12
1
-5
/
+1
[prev]
[next]