summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-04glibc syncMike Frysinger
2006-02-04touchup test to have some more helpful outputMike Frysinger
2006-02-04import files from glibc for an ia64/static portMike Frysinger
2006-02-04Dont link and remove link.hPeter S. Mazinger
2006-02-04integrate frv link.hMike Frysinger
2006-02-03unify duplicated code cause i get tired of updating this stuffMike Frysinger
2006-02-03Weaken libc's hidden fork versions, ltp test failedPeter S. Mazinger
2006-02-03attribute_hidden is enough in the prototype, sync getopt-susv3 w/ gnuPeter S. Mazinger
2006-02-03disable hidden_proto/def for __BCC__ generallyPeter S. Mazinger
2006-02-03add -DNOT_IN_libcPeter S. Mazinger
2006-02-03hide __td_agent_listPeter S. Mazinger
2006-02-03Use write instead of __libc_write for debug, hide __td_debugPeter S. Mazinger
2006-02-03Hide internal wrapperPeter S. Mazinger
2006-02-03err() is not used internallyPeter S. Mazinger
2006-02-03getopt_long[_only] visible only if GNU getopt usedPeter S. Mazinger
2006-02-03Use internal versions of strchr and stderr for non-BCCPeter S. Mazinger
2006-02-02even the hidden version of the weaks in libc (as strong in libpthread) have t...Peter S. Mazinger
2006-02-02prototype was wrong, change not testedPeter S. Mazinger
2006-02-02fix typo s/__initbrk/__init_brk/Peter S. Mazinger
2006-02-01missed another global data markingPeter S. Mazinger
2006-02-01Make it build w/ HAVE_SHARED disabled and SSP enabledPeter S. Mazinger
2006-02-01Use -DSTATIC and remove stub_warning, not acceptedPeter S. Mazinger
2006-02-01everything uses now CFLAGS, no need to add anything to CPU_FLAGS, add -DSTATI...Peter S. Mazinger
2006-02-01missed two __curbrkPeter S. Mazinger
2006-02-01I will risk this one: __curbrkPeter S. Mazinger
2006-02-01Go __malloc_lock, go ...Peter S. Mazinger
2006-02-01weaks for __pthread_internal_tsd* are added if not built w/ -DSHARED, header ...Peter S. Mazinger
2006-02-01gcc41 does not like this at allPeter S. Mazinger
2006-02-01change asm/volatile to __x__Peter S. Mazinger
2006-02-01global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger
2006-02-01typoPeter S. Mazinger
2006-02-01remove hidden versions of bzero, unused in libc.soPeter S. Mazinger
2006-02-01same in oldPeter S. Mazinger
2006-02-01__pthread_exit is noreturn only within libpthreadPeter S. Mazinger
2006-02-01correct __uselocalePeter S. Mazinger
2006-02-01add syscall6Mike Frysinger
2006-02-01add prototype to get rid of warningMike Frysinger
2006-02-01cast buf to get rid of warningMike Frysinger
2006-02-01disable lazy code for nowMike Frysinger
2006-01-31s:THUMB_INTERWORK:USE_BX:, thx Khem RajPeter S. Mazinger
2006-01-31add comment to know why it's weakPeter S. Mazinger
2006-01-31change strong to weak_alias, arm fails, thx Khem RajPeter S. Mazinger
2006-01-31pt-allocrtsig.c is irrelevant for now, remove related too, add libc_hidden_pr...Peter S. Mazinger
2006-01-31New linuxthreads builds on x86, vapier: pt-allocrtsig.c is missing from sourcesPeter S. Mazinger
2006-01-31s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in,...Peter S. Mazinger
2006-01-31include math.h to get the prototypePeter S. Mazinger
2006-01-31initial import of latest linuxthreadsMike Frysinger
2006-01-31make the extra warnings optionalMike Frysinger
2006-01-31John Bowler writes in Bug 385:Mike Frysinger
2006-01-31don't include wchar.h if WCHAR is disabledPeter S. Mazinger