summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-22Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger
2006-03-22Comment __USE_UNIX98, not needed, add __glibc_strerror_r prototype for non-GNUPeter S. Mazinger
2006-03-22Comment __mbrlenPeter S. Mazinger
2006-03-22some more fixes from rholzmann in Bug 716 ... make sure the code actually fun...Mike Frysinger
2006-03-21stderr does not have hidden version anymore, disable it's usePeter S. Mazinger
2006-03-20Replace __THROW w/ __NTH pointed out by Amir Shalem, take 2Peter S. Mazinger
2006-03-20Replace __THROW w/ __NTH pointed out by Amir ShalemPeter S. Mazinger
2006-03-19Guard the reentrant prototypes w/ appropiate config optionPeter S. Mazinger
2006-03-18keep uclibc features in the sourceMike Frysinger
2006-03-17Fix 'realloc' and revert previous changes to tests. malloc tests all pass reg..."Steven J. Hill"
2006-03-17Fix tests to work if MALLOC_GLIBC_COMPAT is enabled."Steven J. Hill"
2006-03-17If locale support is not enabled, don't build 'tst_ftime_l'."Steven J. Hill"
2006-03-16Do NOT hide 'utime'. When building binutils for the target using buildroot"Steven J. Hill"
2006-03-11sync with glibcMike Frysinger
2006-03-11fix gcc warningsMike Frysinger
2006-03-10sync with glibcMike Frysinger
2006-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger
2006-03-10Remove duplicate hidden __curbrk (ppc), make use of the hidden versionsPeter S. Mazinger
2006-03-10Add comment why --gc-sections is ignoredPeter S. Mazinger
2006-03-10update ignoresMike Frysinger
2006-03-10shouldnt have been added to svnMike Frysinger
2006-03-10sync with glibc CVSMike Frysinger
2006-03-10try to get libpthread built w/ -DSHARED, what to do w/ _dl_load_lock?Peter S. Mazinger
2006-03-09blah, glibc moved linuxthreads aroundMike Frysinger
2006-03-09Add back XLOCALE for hidden uselocalePeter S. Mazinger
2006-03-09Disable --gc-sections until I find why it is ignored on some configurationsPeter S. Mazinger
2006-03-09Use GNU features only if defined in headerPeter S. Mazinger
2006-03-09Sync w/ upstream, hide pthread_atforkPeter S. Mazinger
2006-03-09Not the best idea moving libc_hidden_proto to uClibc_glue.hPeter S. Mazinger
2006-03-09Get rid of forwarded __pthread_attr_initPeter S. Mazinger
2006-03-09Move __clone/__uselocale to uClibc_glue.hPeter S. Mazinger
2006-03-09Remove unneeded ; after *_aliasPeter S. Mazinger
2006-03-09Create libpthread_nonshared.aPeter S. Mazinger
2006-03-09Add common part of linker scripts to a file and make use of itPeter S. Mazinger
2006-03-09Add support for libpthread_nonshared.a, strip the objects in *nonshared*Peter S. Mazinger
2006-03-09uClibc_pthread.h wasn't ever includedPeter S. Mazinger
2006-03-09Get rid of nested extern warnings if threads are disabledPeter S. Mazinger
2006-03-09Remove __libc_internal_tsd_{s,g}et, they do not exist anymorePeter S. Mazinger
2006-03-09Add back sjhill's 14625 commit, correcting the typo that made it failPeter S. Mazinger
2006-03-09fix build/segv issues as reported and fixed by Brent CookMike Frysinger
2006-03-08getopt_long-simple behaves as gnu getopt if POSIXLY_CORRECT is set, adapt testPeter S. Mazinger
2006-03-08macro out the /10 operation so arches can have their own versions ... and cre...Mike Frysinger
2006-03-08kill off gcc signed warningsMike Frysinger
2006-03-07Remove additional endif pointed out by vapierPeter S. Mazinger
2006-03-07Add UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp supportPeter S. Mazinger
2006-03-05disable tst-gnuglob, it has no chance w/ our gnu globPeter S. Mazinger
2006-03-05check_ld takes only 1 arg as pointed out by pkjPeter S. Mazinger
2006-03-05use sched_yield, not pthread_yieldMike Frysinger
2006-03-04disable older rlimit support by defaultMike Frysinger
2006-03-03Rename getopt_long-susv3 to -simplePeter S. Mazinger