summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* sh: Fix up optimized SH-4 memcpy on big endian.Giuseppe Cavallaro2009-12-191-12/+12
* Fix ARM syscall argument loading.Joseph Myers2009-12-191-14/+21
* semtimedop: silence warningBernhard Reutner-Fischer2009-12-191-1/+1
* sparc: use fputs to write to stderrMike Frysinger2009-12-191-1/+1
* sparc qops: unify & shrinkMike Frysinger2009-12-191-51/+40
* daemon: fix up INTERNAL_SYSCALL() usageMike Frysinger2009-12-191-4/+6
* sh/user.h: clean up conflicts from kernel user.hAndrew Stubbs2009-12-191-0/+11
* tweak getdents && LFS && __WORDSIZE==64Bernhard Reutner-Fischer2009-12-191-0/+7
* sh: fix endianess and optimise the SH4 memcpyGiuseppe Cavallaro2009-12-191-2/+107
* Include bits/libc-lock.h to get __libc_once_defineKhem Raj2009-12-191-0/+1
* msgrcv is of type ssize_tPeter S. Mazinger2009-12-191-2/+2
* disable _POSIX_SPAWN defineMike Frysinger2009-12-191-0/+2
* regex: call memcpy() ourselvesMike Frysinger2009-12-191-1/+2
* sysctl: avoid inline initializationMike Frysinger2009-12-191-17/+9
* inet_ntop4: avoid inline initializationMike Frysinger2009-12-191-1/+3
* sparc: use HIDDEN_JUMPTARGET for errnoMike Frysinger2009-12-193-3/+3
* futimens: Document why we need manual hidden_protoBernhard Reutner-Fischer2009-12-191-1/+6
* futimens: add functionBernhard Reutner-Fischer2009-12-192-0/+25
* add hidden aliases for openat funcsMike Frysinger2009-12-092-0/+14
* first pass at implementing *at funcsMike Frysinger2009-12-0918-13/+371
* _Exit(): add weak alias to _exit() for C99Bernhard Reutner-Fischer2009-11-191-0/+1
* fnmatch.c: Include unistd.h before undefining _LIBC.Khem Raj2009-11-131-1/+8
* reinstate g++-3.4.x hack for localesBernhard Reutner-Fischer2009-10-281-2/+2
* use _LIBC rather than UCLIBC_INTERNALBernhard Reutner-Fischer2009-10-281-1/+1
* Revert "Make wcsxfrm visible also when LOCALE support is disabled."Bernhard Reutner-Fischer2009-10-191-1/+0
* malloc: handle size overflows in realloc()Mike Frysinger2009-10-161-0/+3
* Fix SH bits/kernel_types.h for new kernel headers.Joseph Myers2009-10-161-1/+2
* pull utils from masterBernhard Reutner-Fischer2009-10-141-166/+2
* fcntl.h: drop unused/dead O_STREAMINGMike Frysinger2009-10-1210-10/+0
* sparc: add stubs for more of the _Q* opsAustin Foxley2009-10-121-0/+12
* descriptive error messageBernhard Reutner-Fischer2009-10-121-1/+1
* mips: do not save variables in "hi" or "lo" across system callsDaniel Jacobowitz2009-10-121-2/+2
* sparc specific bits/socket.hAustin Foxley2009-10-121-0/+356
* sparc sigaction(): pull from masterBernhard Reutner-Fischer2009-10-121-49/+43
* always define float_t as floatBernhard Reutner-Fischer2009-10-124-80/+4
* wordexp.c: fix a bug where we might close stdoutDenys Vlasenko2009-10-121-5/+8
* Build posix_fadvice{64} only when UCLIBC_HAS_ADVANCED_REALTIME is set.Khem Raj2009-10-125-9/+22
* Add posix_fadvise{64}.c routines to Makefile.archKhem Raj2009-10-122-7/+7
* Add posix_fadvise and posix_fadvise64 for powerpcKhem Raj2009-10-122-0/+106
* Fix daemon build for no-MMU no-threads.Joseph Myers2009-10-121-0/+1
* build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso2009-10-1220-38/+1
* add missing UTIME_* defines for *at funcsMike Frysinger2009-10-1211-10/+64
* enable nanosecond stat support for everyoneMike Frysinger2009-10-1235-409/+292
* enable sbrk() for everyoneMike Frysinger2009-10-121-4/+0
* add missing UTIME_* defines for *at funcsMike Frysinger2009-10-121-1/+6
* fix dl_iterate_phdr() for FDPIC systemsMike Frysinger2009-10-121-0/+5
* Blackfin: fix incorrect attribute orderMike Frysinger2009-10-121-1/+1
* Blackfin: no need to load P5 for shared FLATJie Zhang2009-10-121-1/+0
* Blackfin: fix generation of Scrt1.o for FDPICJie Zhang2009-10-121-1/+1
* Blackfin: unify FDPIC/FLAT versions of cloneMike Frysinger2009-10-121-22/+8