index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-07-05
Add a few missing includes
Ron
2009-07-05
Check #if feature test macros are defined where they may not be
Ron
2009-07-05
Provide token prototypes for functions that are external but have no header
Ron
2009-07-05
Make more utility functions static
Ron
2009-07-05
Add noreturn attributes to some functions that won't ever do so
Ron
2009-07-05
Move extern prototype out of function scope
Ron
2009-07-05
Add some missing printf/scanf format attributes
Ron
2009-07-05
use -isystem with gcc paths
Mike Frysinger
2009-07-03
i386: store errno value before using __set_errno()
Ingo van Lil
2009-07-03
ignore generated unifdef
Mike Frysinger
2009-07-03
uClibc_arch_features: sync defines between ports
Mike Frysinger
2009-07-03
Merge branch 'master' of git://uclibc.org/uClibc
Mike Frysinger
2009-07-03
add testcases for shm_{open,unlink}
Bernhard Reutner-Fischer
2009-07-02
sh: add cacheflush syscall wrapper
Carmelo Amoroso
2009-07-01
Correct ARM memcpy comments.
Joseph Myers
2009-06-30
Fix Thumb-2 setjmp.
Joseph Myers
2009-06-30
Fix Thumb-2 memcpy.
Joseph Myers
2009-06-28
Add missing CLIBABI variables __aeabi_stdin, __aeabi_stdout, __aeabi_stderr.
Joseph Myers
2009-06-28
locale: gen_wc8bit: try to find UTF8 locale automatically
Mike Frysinger
2009-06-28
stop installing/screwing with linux-headers
Mike Frysinger
2009-06-28
add gitignore for utils
Mike Frysinger
2009-06-28
wchar: fix inverted parameters in error message
André Goddard Rosa
2009-06-28
libc.so: include all output formats in linker script
Steve Bennett
2009-06-28
utils: punt readelf
Mike Frysinger
2009-06-02
include errno.h unconditionally
Bernhard Reutner-Fischer
2009-06-02
add stub for shm_open() and shm_unlink
Bernhard Reutner-Fischer
2009-06-01
Blackfin: make sure all relocs are uppercase
Mike Frysinger
2009-05-27
waitid: linux ABI takes 5 args, not 4
Mike Frysinger
2009-05-27
tweak .gitignore
Bernhard Reutner-Fischer
2009-05-26
Add working pipe implementation for sparc
Austin Foxley
2009-05-21
fix compilation of linuxthreads for sparc64
Austin Foxley
2009-05-20
Add a sigaction implementation for sparc
Austin Foxley
2009-05-05
Merge branch 'master' of git+ssh://carmelo@git.uclibc.org/git/uClibc
Carmelo Amoroso
2009-05-05
Add position independent code for crt1.S.
Carmelo Amoroso
2009-05-05
Add .gitignore
Austin Foxley
2009-05-04
sh: Fix FPU config option
Peter Griffin
2009-04-27
patch from Joseph S. Meyers
austinf
2009-04-23
libc/string/i386/memset.c: memset 1 byte at a time is a bit gross
Denis Vlasenko
2009-04-19
Reinstate {drm,mtd,rdma,sound,video} directory installtion
Denis Vlasenko
2009-04-18
install_kernel_headers: comment out copying of extra directories,
Denis Vlasenko
2009-04-18
libc/inet/resolv.c:
Denis Vlasenko
2009-04-13
make sure to block all signals when calling daemon() to prevent delivery whil...
Mike Frysinger
2009-04-11
for sparc v8 MAGIC1 was defined incorrectly
austinf
2009-04-11
sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldso
austinf
2009-04-09
- fix typo
Bernhard Reutner-Fischer
2009-04-09
Fix the ifdef logic broken by last commit for !defined (__mcoldfire__)
Khem Raj
2009-04-09
The attached patches fixes the problems found bringing up uclibc on coldfire
Khem Raj
2009-04-07
implement daemon() using clone() on no-mmu systems as suggested by Jamie Lokier
Mike Frysinger
2009-04-06
apply getline() fix from linux kernel
Mike Frysinger
2009-03-27
32/64 bit sparc got unified in 2.6.29 the way x86/x86_64 did in 2.6.28.
Rob Landley
[next]