summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* release 0.9.32-rc3v0.9.32-rc3Bernhard Reutner-Fischer2011-03-161-1/+1
* memalign: include sys/param.h for MAXBernhard Reutner-Fischer2011-03-161-2/+1
* arm/bits/atomic.h: Include common/bit/atomic.h for thumb1Khem Raj2011-03-141-0/+5
* wctype.h: fix libc_hidden_proto for iswupper and add it for iswspacePeter S. Mazinger2011-03-101-1/+2
* add libc_hidden_proto for wcs[n]casecmp_lPeter S. Mazinger2011-03-101-0/+2
* really fix missing __libc_drand48_dataPeter S. Mazinger2011-03-101-0/+4
* Revert "missing prototype of __libc_drand48_data fixed"Peter S. Mazinger2011-03-101-1/+0
* missing prototype of __libc_drand48_data fixedPeter S. Mazinger2011-03-101-0/+1
* time.c, time.h: remove unused hidden strftime/strptimePeter S. Mazinger2011-03-102-8/+6
* nanosleep.c: remove duplicated libc_hidden_protoPeter S. Mazinger2011-03-101-1/+0
* ctype.c, ctype.h: remove commented parts that were banned for removal after 0...Peter S. Mazinger2011-03-102-10/+0
* _wctype.c, wctype.h: remove unused isw* and wctype_l hidden functionsPeter S. Mazinger2011-03-102-8/+16
* time.c, wchar.h: remove unused hidden wcsftimePeter S. Mazinger2011-03-102-4/+3
* str[n]casecmp.c: fix hidden usagePeter S. Mazinger2011-03-102-2/+2
* remove unused hidden functionsPeter S. Mazinger2011-03-099-17/+7
* frv/memset.S: add missing libc_hidden_defPeter S. Mazinger2011-03-091-0/+1
* memmem.c, string.h: remove unused hidden memmemPeter S. Mazinger2011-03-093-3/+0
* _collate.c: remove duplicated libc_hidden_proto() for strcoll*/wcscoll*Peter S. Mazinger2011-03-091-1/+0
* wchar.h, _collate.c, strlcpy.c: use a common prototype of __wcslcpyPeter S. Mazinger2011-03-093-18/+10
* ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functionsPeter S. Mazinger2011-03-098-13/+12
* stdlib.c, _strtod.c, stdlib.h: remove unused hidden functionsPeter S. Mazinger2011-03-093-24/+6
* Select ARCH_HAS_NO_MMU for C6X.Bernd Schmidt2011-03-091-0/+1
* Add a missing macro to C6X syscalls.h.Bernd Schmidt2011-03-091-0/+1
* cleanup hardcoded syscall numbersMark Salter2011-03-091-1/+2
* support c6x kernel using generic stat.hMark Salter2011-03-092-205/+28
* support generic kernel posix_types.hMark Salter2011-03-091-15/+15
* use clone syscall for vforkMark Salter2011-03-091-41/+52
* remove unused vfork.cMark Salter2011-03-091-26/+0
* sunrpc: fix spurious fall-throughMark Salter2011-03-093-0/+3
* Add C6X-specific sys/ptrace.hBernd Schmidt2011-03-091-0/+176
* arc4random.c, stdlib.h: get rid of hidden arc4random_stirPeter S. Mazinger2011-03-092-6/+5
* regcomp.c, aeabi_mb_cur_max.c: use unconditionally MB_CUR_MAX from stdlib.hPeter S. Mazinger2011-03-092-8/+0
* fnmatch.c: use MB_CUR_MAX from stdlib.h included earlierPeter S. Mazinger2011-03-091-5/+0
* stdlib.h: move MB_CUR_MAX = 1 from wchar-stub.hPeter S. Mazinger2011-03-092-2/+3
* move prototype for __drand48_iterate and __libc_drand48_data to stdlib.hPeter S. Mazinger2011-03-0913-45/+7
* stdlib.c: remove duplicate libc_hidden_proto for strtoul/strtoul_lPeter S. Mazinger2011-03-091-1/+0
* _strtod.c: only strtod hidden version is neededPeter S. Mazinger2011-03-091-2/+3
* disable _POSIX2_LOCALEDEFPeter S. Mazinger2011-03-091-0/+2
* remove trailing ';' from _syscallX()Peter S. Mazinger2011-03-098-13/+13
* bits/statvfs.h: update, adding ST_RELATIMEPeter S. Mazinger2011-03-091-2/+4
* add bits/atomic.h for hppaPeter S. Mazinger2011-03-091-0/+103
* bits/statvfs.h: the common one is good for alpha and sparcPeter S. Mazinger2011-03-092-202/+0
* bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on targetPeter S. Mazinger2011-03-0923-92/+0
* bits/kernel_stat.h: use the same guard on all archsPeter S. Mazinger2011-03-094-9/+9
* types.h: remove __ipc_pid_tPeter S. Mazinger2011-03-091-5/+0
* guard *_chk() related stuff with UCLIBC_HAS_FORTIFYPeter S. Mazinger2011-03-096-10/+18
* nios2: Correct guard #defines in bits/kernel_types.hTobias Klauser2011-03-081-3/+3
* nptl: fix compilation on x86_64William Pitcock2011-03-086-14/+6
* shm.h: fix vax's bits/shm.hPeter S. Mazinger2011-03-081-3/+9
* Makefile.in: remove uClibc_fpmax.h independently of any config optionPeter S. Mazinger2011-03-081-1/+1