Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump version to 0.9.30.20_9_30_2 | Bernhard Reutner-Fischer | 2010-01-13 | 1 | -1/+1 |
* | sh: Fix up optimized SH-4 memcpy on big endian. | Giuseppe Cavallaro | 2009-12-19 | 1 | -12/+12 |
* | Fix ARM syscall argument loading. | Joseph Myers | 2009-12-19 | 1 | -14/+21 |
* | semtimedop: silence warning | Bernhard Reutner-Fischer | 2009-12-19 | 1 | -1/+1 |
* | make test-skeleton C89 compliant | Bernhard Reutner-Fischer | 2009-12-19 | 1 | -4/+7 |
* | sparc: use fputs to write to stderr | Mike Frysinger | 2009-12-19 | 1 | -1/+1 |
* | sparc qops: unify & shrink | Mike Frysinger | 2009-12-19 | 1 | -51/+40 |
* | daemon: fix up INTERNAL_SYSCALL() usage | Mike Frysinger | 2009-12-19 | 1 | -4/+6 |
* | sh/user.h: clean up conflicts from kernel user.h | Andrew Stubbs | 2009-12-19 | 1 | -0/+11 |
* | tweak getdents && LFS && __WORDSIZE==64 | Bernhard Reutner-Fischer | 2009-12-19 | 1 | -0/+7 |
* | sh: fix endianess and optimise the SH4 memcpy | Giuseppe Cavallaro | 2009-12-19 | 1 | -2/+107 |
* | Include bits/libc-lock.h to get __libc_once_define | Khem Raj | 2009-12-19 | 1 | -0/+1 |
* | ether_*() depend on socket or IP support | Bernhard Reutner-Fischer | 2009-12-19 | 1 | -0/+5 |
* | install shared libs with +x perms | Mike Frysinger | 2009-12-19 | 1 | -1/+1 |
* | limits.h: update | Peter S. Mazinger | 2009-12-19 | 1 | -11/+12 |
* | msgrcv is of type ssize_t | Peter S. Mazinger | 2009-12-19 | 2 | -5/+9 |
* | use __BYTE_ORDER and __*ENDIAN | Peter S. Mazinger | 2009-12-19 | 4 | -16/+16 |
* | inet.h: mark inet_ntoa_r as uClibc specific | Peter S. Mazinger | 2009-12-19 | 1 | -1/+5 |
* | FORCE_SHAREABLE_TEXT_SEGMENTS requires DOPIC | Peter S. Mazinger | 2009-12-19 | 1 | -0/+1 |
* | ldso: Add missing newlines to some debug messages | Bernhard Reutner-Fischer | 2009-12-19 | 8 | -14/+14 |
* | disable _POSIX_SPAWN define | Mike Frysinger | 2009-12-19 | 1 | -0/+2 |
* | regex: call memcpy() ourselves | Mike Frysinger | 2009-12-19 | 1 | -1/+2 |
* | sysctl: avoid inline initialization | Mike Frysinger | 2009-12-19 | 1 | -17/+9 |
* | inet_ntop4: avoid inline initialization | Mike Frysinger | 2009-12-19 | 1 | -1/+3 |
* | sparc: use HIDDEN_JUMPTARGET for errno | Mike Frysinger | 2009-12-19 | 3 | -3/+3 |
* | Add missing order-only prereq for unifdef | Bernhard Reutner-Fischer | 2009-12-19 | 1 | -2/+2 |
* | try to probe if stat.t_mtim.tv_nsec is available | Bernhard Reutner-Fischer | 2009-12-19 | 2 | -20/+47 |
* | futimens: Document why we need manual hidden_proto | Bernhard Reutner-Fischer | 2009-12-19 | 1 | -1/+6 |
* | futimens: add function | Bernhard Reutner-Fischer | 2009-12-19 | 5 | -0/+381 |
* | add hidden aliases for openat funcs | Mike Frysinger | 2009-12-09 | 3 | -0/+16 |
* | first pass at implementing *at funcs | Mike Frysinger | 2009-12-09 | 24 | -40/+463 |
* | _Exit(): add weak alias to _exit() for C99 | Bernhard Reutner-Fischer | 2009-11-19 | 1 | -0/+1 |
* | fnmatch.c: Include unistd.h before undefining _LIBC. | Khem Raj | 2009-11-13 | 1 | -1/+8 |
* | reinstate g++-3.4.x hack for locales | Bernhard Reutner-Fischer | 2009-10-28 | 3 | -10/+7 |
* | use _LIBC rather than UCLIBC_INTERNAL | Bernhard Reutner-Fischer | 2009-10-28 | 6 | -12/+9 |
* | Revert "Make wcsxfrm visible also when LOCALE support is disabled." | Bernhard Reutner-Fischer | 2009-10-19 | 1 | -1/+0 |
* | handle {,install_}{,host}utils | Bernhard Reutner-Fischer | 2009-10-16 | 2 | -5/+5 |
* | malloc: handle size overflows in realloc() | Mike Frysinger | 2009-10-16 | 1 | -0/+3 |
* | ldso: define MAP_FAILED for everyone | Mike Frysinger | 2009-10-16 | 1 | -1/+1 |
* | Fix SH bits/kernel_types.h for new kernel headers. | Joseph Myers | 2009-10-16 | 1 | -1/+2 |
* | pull utils from master | Bernhard Reutner-Fischer | 2009-10-14 | 11 | -754/+615 |
* | pull elf.h from master | Bernhard Reutner-Fischer | 2009-10-14 | 1 | -5/+22 |
* | pull .gitignore from master | Bernhard Reutner-Fischer | 2009-10-14 | 4 | -0/+112 |
* | reflect SCM change | Bernhard Reutner-Fischer | 2009-10-12 | 1 | -1/+1 |
* | fcntl.h: drop unused/dead O_STREAMING | Mike Frysinger | 2009-10-12 | 10 | -10/+0 |
* | ldso: use MAP_FAILED with ld.so.cache | Mike Frysinger | 2009-10-12 | 1 | -5/+5 |
* | sparc: add stubs for more of the _Q* ops | Austin Foxley | 2009-10-12 | 1 | -0/+12 |
* | descriptive error message | Bernhard Reutner-Fischer | 2009-10-12 | 1 | -1/+1 |
* | mips: do not save variables in "hi" or "lo" across system calls | Daniel Jacobowitz | 2009-10-12 | 1 | -2/+2 |
* | sparc specific bits/socket.h | Austin Foxley | 2009-10-12 | 1 | -0/+356 |