summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ppoll: switch to INLINE_SYSCALL() to match glibcMike Frysinger2009-07-201-11/+2
* add hidden aliases for older regex search functionsMike Frysinger2009-07-202-0/+4
* install_headers: convert header removal to Kbuild styleMike Frysinger2009-07-151-182/+83
* use -EB/-EL for all targetsMike Frysinger2009-07-151-8/+3
* Fix ARM syscall argument loading.Joseph Myers2009-07-141-14/+21
* sh: Fix up optimized SH-4 memcpy on big endian.Giuseppe Cavallaro2009-07-141-12/+12
* syscall(): create a common version based on INLINE_SYSCALL_NCS()Mike Frysinger2009-07-095-78/+14
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-0914-78/+40
* MAKEALL: expand cross-compiler arch searchMike Frysinger2009-07-091-9/+18
* sh: Change __HAVE_SHARED__ to __PIC__Peter Griffin2009-07-093-5/+5
* ignore generated .i filesMike Frysinger2009-07-081-0/+1
* drop missing {INLINE,INTERNAL}_SYSCALL fallback logicMike Frysinger2009-07-088-102/+0
* syscall: unify common syscall definesMike Frysinger2009-07-0815-1061/+317
* sparc: Update syscalls.h to define INTERNAL_SYSCALLAustin Foxley2009-07-061-70/+119
* MAKEALL: start a quick build test helper scriptMike Frysinger2009-07-052-0/+125
* Avoid type-punned pointers that break strict-aliasingRon2009-07-053-5/+11
* 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