summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-09Add a missing macro to C6X syscalls.h.Bernd Schmidt
2011-03-09cleanup hardcoded syscall numbersMark Salter
2011-03-09support c6x kernel using generic stat.hMark Salter
2011-03-09support generic kernel posix_types.hMark Salter
2011-03-09use clone syscall for vforkMark Salter
2011-03-09remove unused vfork.cMark Salter
2011-03-09sunrpc: fix spurious fall-throughMark Salter
2011-03-09Add C6X-specific sys/ptrace.hBernd Schmidt
2011-03-09arc4random.c, stdlib.h: get rid of hidden arc4random_stirPeter S. Mazinger
2011-03-09regcomp.c, aeabi_mb_cur_max.c: use unconditionally MB_CUR_MAX from stdlib.hPeter S. Mazinger
2011-03-09fnmatch.c: use MB_CUR_MAX from stdlib.h included earlierPeter S. Mazinger
2011-03-09stdlib.h: move MB_CUR_MAX = 1 from wchar-stub.hPeter S. Mazinger
2011-03-09move prototype for __drand48_iterate and __libc_drand48_data to stdlib.hPeter S. Mazinger
2011-03-09stdlib.c: remove duplicate libc_hidden_proto for strtoul/strtoul_lPeter S. Mazinger
2011-03-09_strtod.c: only strtod hidden version is neededPeter S. Mazinger
2011-03-09disable _POSIX2_LOCALEDEFPeter S. Mazinger
2011-03-09remove trailing ';' from _syscallX()Peter S. Mazinger
2011-03-09bits/statvfs.h: update, adding ST_RELATIMEPeter S. Mazinger
2011-03-09add bits/atomic.h for hppaPeter S. Mazinger
2011-03-09bits/statvfs.h: the common one is good for alpha and sparcPeter S. Mazinger
2011-03-09bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on targetPeter S. Mazinger
2011-03-09bits/kernel_stat.h: use the same guard on all archsPeter S. Mazinger
2011-03-09types.h: remove __ipc_pid_tPeter S. Mazinger
2011-03-09guard *_chk() related stuff with UCLIBC_HAS_FORTIFYPeter S. Mazinger
2011-03-08nios2: Correct guard #defines in bits/kernel_types.hTobias Klauser
2011-03-08nptl: fix compilation on x86_64William Pitcock
2011-03-08shm.h: fix vax's bits/shm.hPeter S. Mazinger
2011-03-08Makefile.in: remove uClibc_fpmax.h independently of any config optionPeter S. Mazinger
2011-03-08resolv.h: disable unneeded prototypesPeter S. Mazinger
2011-03-08Makefile.in: remove uClibc_uwchar.h and uClibc_va_copy.h on installPeter S. Mazinger
2011-03-08Makerules: respect HARDWIRED_ABSPATH in interp.cPeter S. Mazinger
2011-03-08try to fix duplicated slashes in the generated lib*.so files (round 2)Peter S. Mazinger
2011-03-08Revert "buildsys: prefer the form HEADERS_RM-$(<config>)"Carmelo Amoroso
2011-03-07buildsys: prefer the form HEADERS_RM-$(<config>)Carmelo Amoroso
2011-03-07locale.c: export newlocale only if XLOCALE is definedPeter S. Mazinger
2011-03-07locale.c, locale.h: no need for hidden duplocalePeter S. Mazinger
2011-03-06simplify ffs* codePeter S. Mazinger
2011-03-06remove unused ARCH_CFLAGS and ARCH_LDFLAGSPeter S. Mazinger
2011-03-06Revert "try to fix duplicated slashes in the generated lib*.so files"Peter S. Mazinger
2011-03-05Implement ffsl and ffsll.Bernd Schmidt
2011-03-05Add sanity checks to ld.so DSBT supportMark Salter
2011-03-05The C6X portAurelien Jacquiot
2011-03-05Allow ABIs where SP points below the stack frame.Bernd Schmidt
2011-03-05Add support for DSBT ELF to ld.soMark Salter
2011-03-05Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de
2011-03-04fix locale buildPeter S. Mazinger
2011-03-04fix removal of sgtty.hPeter S. Mazinger
2011-03-04nptl: fix use of IS_IN_LIBPTHREAD macroCarmelo Amoroso
2011-03-03remove obsoleted and incorrect commentPeter S. Mazinger
2011-03-03provide internal hidden version of __fcntl_nocancelPeter S. Mazinger