Age | Commit message (Expand) | Author |
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 |
2009-06-28 | locale: gen_wc8bit: try to find UTF8 locale automatically | Mike Frysinger |
2009-06-28 | stop installing/screwing with linux-headers | Mike Frysinger |
2009-06-28 | add gitignore for utils | Mike Frysinger |
2009-06-28 | wchar: fix inverted parameters in error message | André Goddard Rosa |
2009-06-28 | libc.so: include all output formats in linker script | Steve Bennett |
2009-06-28 | utils: punt readelf | Mike Frysinger |
2009-06-02 | include errno.h unconditionally | Bernhard Reutner-Fischer |
2009-06-02 | add stub for shm_open() and shm_unlink | Bernhard Reutner-Fischer |
2009-06-01 | Blackfin: make sure all relocs are uppercase | Mike Frysinger |
2009-05-27 | waitid: linux ABI takes 5 args, not 4 | Mike Frysinger |
2009-05-27 | tweak .gitignore | Bernhard Reutner-Fischer |
2009-05-26 | Add working pipe implementation for sparc | Austin Foxley |
2009-05-21 | fix compilation of linuxthreads for sparc64 | Austin Foxley |
2009-05-20 | Add a sigaction implementation for sparc | Austin Foxley |
2009-05-05 | Merge branch 'master' of git+ssh://carmelo@git.uclibc.org/git/uClibc | Carmelo Amoroso |
2009-05-05 | Add position independent code for crt1.S. | Carmelo Amoroso |
2009-05-05 | Add .gitignore | Austin Foxley |
2009-05-04 | sh: Fix FPU config option | Peter Griffin |
2009-04-27 | patch from Joseph S. Meyers | austinf |
2009-04-23 | libc/string/i386/memset.c: memset 1 byte at a time is a bit gross | Denis Vlasenko |
2009-04-19 | Reinstate {drm,mtd,rdma,sound,video} directory installtion | Denis Vlasenko |
2009-04-18 | install_kernel_headers: comment out copying of extra directories, | Denis Vlasenko |