summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2005-12-02add some notes (thanks to mjn3) as to why we need these weaks, remove all the...Mike Frysinger
2005-12-02Remove prototypes that are in kernel_sigaction.h alreadyPeter S. Mazinger
2005-12-02No, '__mempcpy' is used by user-space applications, like coreutils for exampl..."Steven J. Hill"
2005-12-02Enable alias for 'bcopy' otherwise BusyBox will not build *sigh*."Steven J. Hill"
2005-12-01Kill 2 redefine warnings w/ gcc-4.xPeter S. Mazinger
2005-12-01Forgotten that this file is special and does not accept hidden, __mempcpy is ...Peter S. Mazinger
2005-12-01Make __syscall_fadvise64_64 static inlinePeter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-12-01Remove test filePeter S. Mazinger
2005-12-01fix libc_hidden_builtin_defMike Frysinger
2005-12-01get rid of mips-specific types.h since common one contains more fixesMike Frysinger
2005-12-01sync with glibcMike Frysinger
2005-12-01grab header file from glibcMike Frysinger
2005-12-01touchup how we declare the posix_fadvise functions and fix the case where pos...Mike Frysinger
2005-12-01sync with glibc (and shrinks the object code nicely by like half)Mike Frysinger
2005-11-30change __rt_sigprocmask to static inlinePeter S. Mazinger
2005-11-30grab header from glibcMike Frysinger
2005-11-30fix warning about __random() not being a prototypeMike Frysinger
2005-11-30get rid of unused sysdep.h headerMike Frysinger
2005-11-30grab some headers/updates from glibcMike Frysinger
2005-11-30sync with glibc to parse error in C version of test_and_setMike Frysinger
2005-11-30fix warning using glibc methodMike Frysinger
2005-11-29Use __STDC__ syntax, no need for prototype if random_r is before srandom_rPeter S. Mazinger
2005-11-29Correct typoPeter S. Mazinger
2005-11-29Paul Brook writes:Mike Frysinger
2005-11-29Paul Brook writes:Mike Frysinger
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 one,...Peter S. Mazinger
2005-11-28Rename regex.c to regex_old.cPeter S. Mazinger
2005-11-28Sync regex.h w/ glibc and make regex build w/ itPeter S. Mazinger
2005-11-28Implement and hide __wctypePeter S. Mazinger
2005-11-28Create and hide __btowc, __mbrtowc, __wcrtombPeter S. Mazinger
2005-11-28Guard wcs* w/ WANT_WIDEPeter S. Mazinger
2005-11-27define MREMAP_FIXEDMike Frysinger
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-26100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger
2005-11-26Some more hidden internalsPeter S. Mazinger
2005-11-25Integrate locales into new build system, move everything locale related to ex...Peter S. Mazinger
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-24Paul Brook reports: fix build failure with newer binutilsMike Frysinger
2005-11-23turn off wordcompat by defaultMike Frysinger
2005-11-23grab ptrace.h from glibcMike Frysinger
2005-11-23sync with glibc to get rid of warningsMike Frysinger