Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | _uintmaxtostr is only internally used, we do not need a rename, ↵ | Peter S. Mazinger | 2005-12-03 | 8 | -11/+2 | |
| | | | | uClibc_uintmaxtostr.h is only internal header, remove from target | |||||
* | Remove unneeded weak | Peter S. Mazinger | 2005-12-03 | 1 | -1/+0 | |
| | ||||||
* | Hide setstate_r, test | Peter S. Mazinger | 2005-12-03 | 2 | -1/+3 | |
| | ||||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 115 | -217/+393 | |
| | ||||||
* | add some notes (thanks to mjn3) as to why we need these weaks, remove all ↵ | Mike Frysinger | 2005-12-02 | 1 | -43/+44 | |
| | | | | the weaks that we arent actually using atm, and in general touchup the code | |||||
* | Remove prototypes that are in kernel_sigaction.h already | Peter S. Mazinger | 2005-12-02 | 1 | -5/+0 | |
| | ||||||
* | No, '__mempcpy' is used by user-space applications, like coreutils for ↵ | "Steven J. Hill" | 2005-12-02 | 1 | -1/+1 | |
| | | | | example and glibc still has '__mempcpy' as a global symbol. How about this, do a complete buildroot file system after hacking uClibc to make sure things work? There's a novel idea. | |||||
* | Enable alias for 'bcopy' otherwise BusyBox will not build *sigh*. | "Steven J. Hill" | 2005-12-02 | 1 | -1/+1 | |
| | ||||||
* | Kill 2 redefine warnings w/ gcc-4.x | Peter S. Mazinger | 2005-12-01 | 2 | -2/+2 | |
| | ||||||
* | Forgotten that this file is special and does not accept hidden, __mempcpy is ↵ | Peter S. Mazinger | 2005-12-01 | 1 | -1/+1 | |
| | | | | hidden again | |||||
* | Make __syscall_fadvise64_64 static inline | Peter S. Mazinger | 2005-12-01 | 1 | -1/+1 | |
| | ||||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 170 | -788/+817 | |
| | ||||||
* | Remove test file | Peter S. Mazinger | 2005-12-01 | 1 | -1454/+0 | |
| | ||||||
* | fix libc_hidden_builtin_def | Mike Frysinger | 2005-12-01 | 1 | -2/+2 | |
| | ||||||
* | get rid of mips-specific types.h since common one contains more fixes | Mike Frysinger | 2005-12-01 | 2 | -148/+2 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2005-12-01 | 11 | -85/+295 | |
| | ||||||
* | grab header file from glibc | Mike Frysinger | 2005-12-01 | 1 | -0/+83 | |
| | ||||||
* | touchup how we declare the posix_fadvise functions and fix the case where ↵ | Mike Frysinger | 2005-12-01 | 2 | -18/+13 | |
| | | | | posix_fadvise kernel call exists but not posix_fadvise64 | |||||
* | sync with glibc (and shrinks the object code nicely by like half) | Mike Frysinger | 2005-12-01 | 4 | -73/+76 | |
| | ||||||
* | change __rt_sigprocmask to static inline | Peter S. Mazinger | 2005-11-30 | 1 | -0/+1 | |
| | ||||||
* | grab header from glibc | Mike Frysinger | 2005-11-30 | 1 | -0/+55 | |
| | ||||||
* | fix warning about __random() not being a prototype | Mike Frysinger | 2005-11-30 | 1 | -1/+1 | |
| | ||||||
* | get rid of unused sysdep.h header | Mike Frysinger | 2005-11-30 | 4 | -131/+0 | |
| | ||||||
* | grab some headers/updates from glibc | Mike Frysinger | 2005-11-30 | 5 | -1/+328 | |
| | ||||||
* | sync with glibc to parse error in C version of test_and_set | Mike Frysinger | 2005-11-30 | 1 | -21/+12 | |
| | ||||||
* | fix warning using glibc method | Mike Frysinger | 2005-11-30 | 1 | -3/+1 | |
| | ||||||
* | Use __STDC__ syntax, no need for prototype if random_r is before srandom_r | Peter S. Mazinger | 2005-11-29 | 1 | -62/+60 | |
| | ||||||
* | Correct typo | Peter S. Mazinger | 2005-11-29 | 1 | -1/+1 | |
| | ||||||
* | Paul Brook writes: | Mike Frysinger | 2005-11-29 | 1 | -0/+2 | |
| | | | | | | 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. | |||||
* | Paul Brook writes: | Mike Frysinger | 2005-11-29 | 1 | -0/+1 | |
| | | | | | | | | | | 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. | |||||
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 40 | -47/+135 | |
| | ||||||
* | Allow internal_function to come from libc | Peter S. Mazinger | 2005-11-28 | 2 | -2/+1 | |
| | ||||||
* | Correct regexec | Peter S. Mazinger | 2005-11-28 | 1 | -0/+2 | |
| | ||||||
* | Add new regex code from glibc, this is almost double size of the earlier ↵ | Peter S. Mazinger | 2005-11-28 | 7 | -0/+10691 | |
| | | | | one, but passes sed tests (and thus allows making sed shrink from 91k to 42k | |||||
* | Rename regex.c to regex_old.c | Peter S. Mazinger | 2005-11-28 | 2 | -3/+3 | |
| | ||||||
* | Sync regex.h w/ glibc and make regex build w/ it | Peter S. Mazinger | 2005-11-28 | 1 | -0/+1 | |
| | ||||||
* | Implement and hide __wctype | Peter S. Mazinger | 2005-11-28 | 1 | -2/+5 | |
| | ||||||
* | Create and hide __btowc, __mbrtowc, __wcrtomb | Peter S. Mazinger | 2005-11-28 | 1 | -6/+16 | |
| | ||||||
* | Guard wcs* w/ WANT_WIDE | Peter S. Mazinger | 2005-11-28 | 1 | -0/+3 | |
| | ||||||
* | define MREMAP_FIXED | Mike Frysinger | 2005-11-27 | 19 | -1/+29 | |
| | ||||||
* | Hide some wcs* | Peter S. Mazinger | 2005-11-27 | 8 | -4/+17 | |
| | ||||||
* | Hide some of mem* and str* | Peter S. Mazinger | 2005-11-27 | 35 | -17/+114 | |
| | ||||||
* | Unhide __mempcpy, provide __libc_mempcpy for internal use | Peter S. Mazinger | 2005-11-26 | 2 | -4/+6 | |
| | ||||||
* | Adapt to renamed internal __f{ge.pu}tc_unlocked | Peter S. Mazinger | 2005-11-26 | 1 | -2/+2 | |
| | ||||||
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 42 | -95/+149 | |
| | ||||||
* | Some more hidden internals | Peter S. Mazinger | 2005-11-26 | 9 | -39/+39 | |
| | ||||||
* | Integrate locales into new build system, move everything locale related to ↵ | Peter S. Mazinger | 2005-11-25 | 1 | -16/+1 | |
| | | | | extra/locale, as download, unpack, locale_data.o | |||||
* | Build libc if in a subdir and we have it as a dependency | Peter S. Mazinger | 2005-11-25 | 1 | -1/+1 | |
| | ||||||
* | Use internal version of *_unlocked | Peter S. Mazinger | 2005-11-25 | 2 | -0/+4 | |
| | ||||||
* | Change internal name __f[ge,pu]tc_unlocked to __libc_x | Peter S. Mazinger | 2005-11-25 | 2 | -11/+13 | |
| |