Age | Commit message (Expand) | Author |
2009-07-20 | sync a few headers with glibc (no functional changes) | Mike Frysinger |
2009-07-20 | dirent: push dirent type to prototypes | Mike Frysinger |
2009-07-20 | string: only include inline-asm if UCLIBC_HAS_STRING_ARCH_OPT | Mike Frysinger |
2009-07-20 | regex: convert #if to #ifdef | Mike Frysinger |
2009-07-20 | add a wchar.h stub | Mike Frysinger |
2009-07-20 | mknod: convert to INLINE_SYSCALL() to sync with glibc | Mike Frysinger |
2009-07-20 | note that we do not want hidden malloc aliases | Mike Frysinger |
2009-07-20 | fix typo in frv endian comment | Mike Frysinger |
2009-07-20 | relocate i386 string.h to i386-specific dir | Mike Frysinger |
2009-07-20 | start ignoring include/ symlinks | Mike Frysinger |
2009-07-20 | unifdef: implement err.h funcs locally | Mike Frysinger |
2009-07-20 | ppoll: switch to INLINE_SYSCALL() to match glibc | Mike Frysinger |
2009-07-20 | add hidden aliases for older regex search functions | Mike Frysinger |
2009-07-15 | install_headers: convert header removal to Kbuild style | Mike Frysinger |
2009-07-15 | use -EB/-EL for all targets | Mike Frysinger |
2009-07-14 | Fix ARM syscall argument loading. | Joseph Myers |
2009-07-14 | sh: Fix up optimized SH-4 memcpy on big endian. | Giuseppe Cavallaro |
2009-07-09 | syscall(): create a common version based on INLINE_SYSCALL_NCS() | Mike Frysinger |
2009-07-09 | syscall: unify part 2: NCS variety | Mike Frysinger |
2009-07-09 | MAKEALL: expand cross-compiler arch search | Mike Frysinger |
2009-07-09 | sh: Change __HAVE_SHARED__ to __PIC__ | Peter Griffin |
2009-07-08 | ignore generated .i files | Mike Frysinger |
2009-07-08 | drop missing {INLINE,INTERNAL}_SYSCALL fallback logic | Mike Frysinger |
2009-07-08 | syscall: unify common syscall defines | Mike Frysinger |
2009-07-06 | sparc: Update syscalls.h to define INTERNAL_SYSCALL | Austin Foxley |
2009-07-05 | MAKEALL: start a quick build test helper script | Mike Frysinger |
2009-07-05 | Avoid type-punned pointers that break strict-aliasing | Ron |
2009-07-05 | Avoid warnings about shifting more bits than we have | Ron |
2009-07-05 | Don't shadow the chroot global | Ron |
2009-07-05 | Don't shadow the mask parameter with a local variable in the same function | Ron |
2009-07-05 | Don't shadow stat with a local variable | Ron |
2009-07-05 | Don't shadow the err() function with a local var | Ron |
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 |