summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't shadow the chroot globalRon2009-07-091-6/+6
* Don't shadow the mask parameter with a local variable in the same functionRon2009-07-091-2/+2
* Don't shadow stat with a local variableRon2009-07-092-7/+7
* Don't shadow the err() function with a local varRon2009-07-091-2/+2
* Add a few missing includesRon2009-07-093-0/+3
* Check #if feature test macros are defined where they may not beRon2009-07-097-11/+11
* Provide token prototypes for functions that are external but have no headerRon2009-07-0913-33/+31
* Make more utility functions staticRon2009-07-093-15/+15
* Add noreturn attributes to some functions that won't ever do soRon2009-07-092-4/+4
* Move extern prototype out of function scopeRon2009-07-091-1/+2
* Add some missing printf/scanf format attributesRon2009-07-091-5/+10
* use -isystem with gcc pathsMike Frysinger2009-07-091-1/+1
* i386: store errno value before using __set_errno()Ingo van Lil2009-07-091-4/+3
* ignore generated unifdefMike Frysinger2009-07-091-0/+1
* uClibc_arch_features: sync defines between portsMike Frysinger2009-07-0926-5/+205
* add testcases for shm_{open,unlink}Bernhard Reutner-Fischer2009-07-093-0/+112
* Correct ARM memcpy comments.Joseph Myers2009-07-091-1/+2
* Fix Thumb-2 setjmp.Joseph Myers2009-07-091-1/+1
* Fix Thumb-2 memcpy.Joseph Myers2009-07-091-1/+1
* Add missing CLIBABI variables __aeabi_stdin, __aeabi_stdout, __aeabi_stderr.Joseph Myers2009-07-091-0/+15
* locale: gen_wc8bit: try to find UTF8 locale automaticallyMike Frysinger2009-07-091-1/+24
* stop installing/screwing with linux-headersMike Frysinger2009-07-092-93/+1
* add gitignore for utilsMike Frysinger2009-07-091-0/+4
* wchar: fix inverted parameters in error messageAndré Goddard Rosa2009-07-091-1/+1
* libc.so: include all output formats in linker scriptSteve Bennett2009-07-091-2/+2
* utils: punt readelfMike Frysinger2009-07-092-367/+1
* sh: Add licensing statement to cacheflush.cCarmelo Amoroso2009-07-021-0/+2
* git: Added/Modified .gitignoreFilippo Arcidiacono2009-07-025-1/+318
* sh: add cacheflush syscall wrapperGiuseppe Cavallaro2009-07-022-1/+14
* sh: fix a wrong "#if" condition within the sysdep.h file.Giuseppe Cavallaro2009-07-021-1/+1
* git: Add missing .gitignore for nptlCarmelo Amoroso2009-07-021-0/+6
* sh_nptl: Fix pthread_barrier_wait epilog to properly restore r9Carmelo Amoroso2009-07-022-3/+3
* include errno.h unconditionallyBernhard Reutner-Fischer2009-06-051-4/+3
* add stub for shm_open() and shm_unlinkBernhard Reutner-Fischer2009-06-051-0/+98
* waitid: linux ABI takes 5 args, not 4Mike Frysinger2009-06-051-5/+52
* tweak .gitignoreBernhard Reutner-Fischer2009-06-051-0/+17
* Add working pipe implementation for sparcAustin Foxley2009-05-263-3/+69
* Fix whitespaceAustin Foxley2009-05-261-2/+2
* fix compilation of linuxthreads for sparc64Austin Foxley2009-05-212-3/+0
* Get sparc64 nptl compilingAustin Foxley2009-05-216-60/+171
* Adjust build of sigaction for the nptl caseAustin Foxley2009-05-201-1/+5
* Add a sigaction implementation for sparcAustin Foxley2009-05-202-1/+95
* Only use fstat64 when LFS is enabledAustin Foxley2009-05-202-1/+14
* Merge branch 'nptl' of git+ssh://carmelo@git.uclibc.org/git/uClibc into nptlCarmelo Amoroso2009-05-052-3/+11
|\
| * Add .gitignoreAustin Foxley2009-05-051-0/+8
| * patch from Joseph S. Meyersaustinf2009-05-051-3/+3
* | Add position independent code for crt1.S.Carmelo Amoroso2009-05-051-0/+45
|/
* sh: Fix FPU config optionPeter Griffin2009-05-041-1/+1
* libc/string/i386/memset.c: memset 1 byte at a time is a bit grossDenis Vlasenko2009-04-231-9/+56
* Merged revisions 26046,26062,26066,26078 via svnmerge from Khem Raj2009-04-144-4/+16