summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid warnings about shifting more bits than we haveRon2009-07-051-2/+4
* Don't shadow the chroot globalRon2009-07-051-6/+6
* Don't shadow the mask parameter with a local variable in the same functionRon2009-07-051-2/+2
* Don't shadow stat with a local variableRon2009-07-052-7/+7
* Don't shadow the err() function with a local varRon2009-07-051-2/+2
* Add a few missing includesRon2009-07-053-0/+3
* Check #if feature test macros are defined where they may not beRon2009-07-057-11/+11
* Provide token prototypes for functions that are external but have no headerRon2009-07-0513-33/+31
* Make more utility functions staticRon2009-07-053-15/+15
* Add noreturn attributes to some functions that won't ever do soRon2009-07-052-4/+4
* Move extern prototype out of function scopeRon2009-07-051-1/+2
* Add some missing printf/scanf format attributesRon2009-07-051-5/+10
* use -isystem with gcc pathsMike Frysinger2009-07-051-1/+1
* i386: store errno value before using __set_errno()Ingo van Lil2009-07-031-4/+3
* ignore generated unifdefMike Frysinger2009-07-031-0/+1
* uClibc_arch_features: sync defines between portsMike Frysinger2009-07-0326-3/+206
* Merge branch 'master' of git://uclibc.org/uClibcMike Frysinger2009-07-0316-454/+276
|\
| * add testcases for shm_{open,unlink}Bernhard Reutner-Fischer2009-07-033-0/+112
| * sh: add cacheflush syscall wrapperCarmelo Amoroso2009-07-022-1/+16
| * Correct ARM memcpy comments.Joseph Myers2009-07-011-1/+2
| * Fix Thumb-2 setjmp.Joseph Myers2009-06-301-1/+1
| * Fix Thumb-2 memcpy.Joseph Myers2009-06-301-1/+1
| * Add missing CLIBABI variables __aeabi_stdin, __aeabi_stdout, __aeabi_stderr.Joseph Myers2009-06-281-0/+15
| * locale: gen_wc8bit: try to find UTF8 locale automaticallyMike Frysinger2009-06-281-1/+24
| * stop installing/screwing with linux-headersMike Frysinger2009-06-282-94/+0
| * add gitignore for utilsMike Frysinger2009-06-281-0/+4
| * wchar: fix inverted parameters in error messageAndré Goddard Rosa2009-06-281-1/+1
| * libc.so: include all output formats in linker scriptSteve Bennett2009-06-281-2/+2
| * utils: punt readelfMike Frysinger2009-06-282-352/+1
| * include errno.h unconditionallyBernhard Reutner-Fischer2009-06-021-4/+3
| * add stub for shm_open() and shm_unlinkBernhard Reutner-Fischer2009-06-021-0/+98
* | Blackfin: make sure all relocs are uppercaseMike Frysinger2009-06-014-33/+33
|/
* waitid: linux ABI takes 5 args, not 4Mike Frysinger2009-05-271-4/+16
* tweak .gitignoreBernhard Reutner-Fischer2009-05-271-0/+17
* Add working pipe implementation for sparcAustin Foxley2009-05-263-3/+69
* fix compilation of linuxthreads for sparc64Austin Foxley2009-05-212-3/+0
* Add a sigaction implementation for sparcAustin Foxley2009-05-202-1/+95
* Merge branch 'master' of git+ssh://carmelo@git.uclibc.org/git/uClibcCarmelo Amoroso2009-05-051-0/+8
|\
| * Add .gitignoreAustin Foxley2009-05-051-0/+8
* | Add position independent code for crt1.S.Carmelo Amoroso2009-05-051-0/+45
|/
* sh: Fix FPU config optionPeter Griffin2009-05-041-1/+1
* patch from Joseph S. Meyersaustinf2009-04-271-3/+3
* libc/string/i386/memset.c: memset 1 byte at a time is a bit grossDenis Vlasenko2009-04-231-9/+56
* Reinstate {drm,mtd,rdma,sound,video} directory installtionDenis Vlasenko2009-04-191-11/+11
* install_kernel_headers: comment out copying of extra directories,Denis Vlasenko2009-04-181-9/+11
* libc/inet/resolv.c:Denis Vlasenko2009-04-182-278/+467
* make sure to block all signals when calling daemon() to prevent delivery whil...Mike Frysinger2009-04-131-1/+13
* for sparc v8 MAGIC1 was defined incorrectlyaustinf2009-04-111-1/+1
* sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldsoaustinf2009-04-111-1/+1
* - fix typoBernhard Reutner-Fischer2009-04-091-1/+1