summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-05MAKEALL: start a quick build test helper scriptMike Frysinger
2009-07-05Avoid type-punned pointers that break strict-aliasingRon
2009-07-05Avoid warnings about shifting more bits than we haveRon
2009-07-05Don't shadow the chroot globalRon
2009-07-05Don't shadow the mask parameter with a local variable in the same functionRon
2009-07-05Don't shadow stat with a local variableRon
2009-07-05Don't shadow the err() function with a local varRon
2009-07-05Add a few missing includesRon
2009-07-05Check #if feature test macros are defined where they may not beRon
2009-07-05Provide token prototypes for functions that are external but have no headerRon
2009-07-05Make more utility functions staticRon
2009-07-05Add noreturn attributes to some functions that won't ever do soRon
2009-07-05Move extern prototype out of function scopeRon
2009-07-05Add some missing printf/scanf format attributesRon
2009-07-05use -isystem with gcc pathsMike Frysinger
2009-07-03i386: store errno value before using __set_errno()Ingo van Lil
2009-07-03ignore generated unifdefMike Frysinger
2009-07-03uClibc_arch_features: sync defines between portsMike Frysinger
2009-07-03Merge branch 'master' of git://uclibc.org/uClibcMike Frysinger
2009-07-03add testcases for shm_{open,unlink}Bernhard Reutner-Fischer
2009-07-02sh: add cacheflush syscall wrapperCarmelo Amoroso
2009-07-01Correct ARM memcpy comments.Joseph Myers
2009-06-30Fix Thumb-2 setjmp.Joseph Myers
2009-06-30Fix Thumb-2 memcpy.Joseph Myers
2009-06-28Add missing CLIBABI variables __aeabi_stdin, __aeabi_stdout, __aeabi_stderr.Joseph Myers
2009-06-28locale: gen_wc8bit: try to find UTF8 locale automaticallyMike Frysinger
2009-06-28stop installing/screwing with linux-headersMike Frysinger
2009-06-28add gitignore for utilsMike Frysinger
2009-06-28wchar: fix inverted parameters in error messageAndré Goddard Rosa
2009-06-28libc.so: include all output formats in linker scriptSteve Bennett
2009-06-28utils: punt readelfMike Frysinger
2009-06-02include errno.h unconditionallyBernhard Reutner-Fischer
2009-06-02add stub for shm_open() and shm_unlinkBernhard Reutner-Fischer
2009-06-01Blackfin: make sure all relocs are uppercaseMike Frysinger
2009-05-27waitid: linux ABI takes 5 args, not 4Mike Frysinger
2009-05-27tweak .gitignoreBernhard Reutner-Fischer
2009-05-26Add working pipe implementation for sparcAustin Foxley
2009-05-21fix compilation of linuxthreads for sparc64Austin Foxley
2009-05-20Add a sigaction implementation for sparcAustin Foxley
2009-05-05Merge branch 'master' of git+ssh://carmelo@git.uclibc.org/git/uClibcCarmelo Amoroso
2009-05-05Add position independent code for crt1.S.Carmelo Amoroso
2009-05-05Add .gitignoreAustin Foxley
2009-05-04sh: Fix FPU config optionPeter Griffin
2009-04-27patch from Joseph S. Meyersaustinf
2009-04-23libc/string/i386/memset.c: memset 1 byte at a time is a bit grossDenis Vlasenko
2009-04-19Reinstate {drm,mtd,rdma,sound,video} directory installtionDenis Vlasenko
2009-04-18install_kernel_headers: comment out copying of extra directories,Denis Vlasenko
2009-04-18libc/inet/resolv.c:Denis Vlasenko
2009-04-13make sure to block all signals when calling daemon() to prevent delivery whil...Mike Frysinger
2009-04-11for sparc v8 MAGIC1 was defined incorrectlyaustinf