summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-29Correct typoPeter S. Mazinger
2005-11-29Paul Brook writes:Mike Frysinger
The functions __check_one_fd and __check_suid in libc/misc/internals/__uClibc_main.c are only used used when __ARCH_HAS_MMU__. The patch below surrounds them with the appropriate #ifdef.
2005-11-29Paul Brook writes:Mike Frysinger
I'm getting the following build failure on arm-linux: LD libuClibc-0.9.28.so libc/libc_so.a(glob.os): In function `collated_compare':glob.c:(.text+0x1f8): undefined reference to `__strcoll' The patch below fixes it.
2005-11-29Hiding againPeter S. Mazinger
2005-11-28Allow internal_function to come from libcPeter S. Mazinger
2005-11-28Correct regexecPeter S. Mazinger
2005-11-28Add new regex code from glibc, this is almost double size of the earlier ↵Peter S. Mazinger
one, but passes sed tests (and thus allows making sed shrink from 91k to 42k
2005-11-28Rename regex.c to regex_old.cPeter S. Mazinger
2005-11-28Add option to allow switching between old and new regexPeter S. Mazinger
2005-11-28Sync regex.h w/ glibc and make regex build w/ itPeter S. Mazinger
2005-11-28Added .oS asm targets and make ldso build w/ -DSHARED (needed by nptl)Peter S. Mazinger
2005-11-28Implement and hide __wctypePeter S. Mazinger
2005-11-28Create and hide __btowc, __mbrtowc, __wcrtombPeter S. Mazinger
2005-11-28sync with glibc cvsMike Frysinger
2005-11-28Guard wcs* w/ WANT_WIDEPeter S. Mazinger
2005-11-27define MREMAP_FIXEDMike Frysinger
2005-11-27Sync minimally w/ glibc, else cpio fails buildingPeter S. Mazinger
2005-11-27headers patched w/ sed -i 's:extern int errno:#include <errno.h>' ↵Peter S. Mazinger
linux/unistd.h fail here
2005-11-27Hide some wcs*Peter S. Mazinger
2005-11-27Hide some of mem* and str*Peter S. Mazinger
2005-11-26Unhide __mempcpy, provide __libc_mempcpy for internal usePeter S. Mazinger
2005-11-26Adapt to renamed internal __f{ge.pu}tc_unlockedPeter S. Mazinger
2005-11-26Overseen 2 unhidden __ieee754_xPeter S. Mazinger
2005-11-26100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger
2005-11-26Some more hidden internalsPeter S. Mazinger
2005-11-25Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger
2005-11-25Convert configuration to new build systemPeter S. Mazinger
2005-11-25Correct a dependency loopPeter S. Mazinger
2005-11-25Same for utils, renamed install_utils to utils_install to avoid conflict ↵Peter S. Mazinger
when added to top Makefile.in
2005-11-25Remove clean target in extra/locale and use locale_cleanPeter S. Mazinger
2005-11-25Rename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by vapierPeter S. Mazinger
2005-11-25Integrate locales into new build system, move everything locale related to ↵Peter S. Mazinger
extra/locale, as download, unpack, locale_data.o
2005-11-25Add header dependency to be used as prerequisite for the all objectsPeter S. Mazinger
2005-11-25Don't remove the directory again, *config did it alreadyPeter S. Mazinger
2005-11-25Include libc's Makefile.in last to catch all the objects included by others ↵Peter S. Mazinger
that go into libc
2005-11-25sync with glibc and Paul Brook says: fix posix_memalign prototype by ↵Mike Frysinger
dropping __attribute_malloc__
2005-11-25Build libc if in a subdir and we have it as a dependencyPeter S. Mazinger
2005-11-25Use internal version of *_unlockedPeter S. Mazinger
2005-11-25Change internal name __f[ge,pu]tc_unlocked to __libc_xPeter S. Mazinger
2005-11-25forgot to commit added filePeter S. Mazinger
2005-11-25locales prepared for new build system, will allow to autobuild locales, not ↵Peter S. Mazinger
only use the pregenerated ones
2005-11-24Paul Brook reports: fix build failure with newer binutilsMike Frysinger
2005-11-24Default SHARED_LIB_LOADER_PREFIX to $(RUNTIME_PREFIX)libPeter S. Mazinger
2005-11-24Move _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGSPeter S. Mazinger
2005-11-24Add support for NATIVE_LDFLAGS[-subdir]Peter S. Mazinger
2005-11-24Correct PTINC path and remove hardcoded include for internals.hPeter S. Mazinger
2005-11-24Probably this caused failures in buildroot. Buildroot should run: make ↵Peter S. Mazinger
oldconfig; make pregen(headers); make; make install
2005-11-24move all options before non-options as pointed out by Paul BrookMike Frysinger
2005-11-23turn off wordcompat by defaultMike Frysinger
2005-11-23grab ptrace.h from glibcMike Frysinger