summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-22no check needed in libm/libpthread, we do not recurse anymore if the related ...Peter S. Mazinger
2005-09-22dont screw around with lib/ if it doesnt existMike Frysinger
2005-09-22split out nearbyint, round, trunc from libm/powerpc/s_modf.cPeter S. Mazinger
2005-09-22weaks moved after the related function so gcc4 won't warnPeter S. Mazinger
2005-09-22clean 32bit-isms and make code 64/32 bit cleanMike Frysinger
2005-09-22Makefile cleanupsPeter S. Mazinger
2005-09-21add attribute_relro, should be unconditional, if gcc/ld supports itPeter S. Mazinger
2005-09-21sync copyright with glibcMike Frysinger
2005-09-21add some more defines from binutils since our readelf uses itMike Frysinger
2005-09-21touchup CFLAGS and also link the link.h header file like we do with elf.hMike Frysinger
2005-09-21also symlink thread_db.h instead of duplicating it, fix the clean target, and...Mike Frysinger
2005-09-21do not recurse into subdirs if related options are not setPeter S. Mazinger
2005-09-21utils should be built all the time (iconv), disable building readelfPeter S. Mazinger
2005-09-21include headers only if the related option is enabledPeter S. Mazinger
2005-09-21disable obstack_printf in header, not supportedPeter S. Mazinger
2005-09-21remove unused headers on install and clean up all thread related onesPeter S. Mazinger
2005-09-21enable flockfile and friends if threads are not enabledPeter S. Mazinger
2005-09-21correct some typosPeter S. Mazinger
2005-09-21__set_errno must be redefined after #include "sys/syscall.h".Joakim Tjernlund
2005-09-21- typo in documentationBernhard Reutner-Fischer
2005-09-21remove redundant paragraphEric Andersen
2005-09-21'pthread.h' is not the only file that needs to be symlinked. When NPTL gets m..."Steven J. Hill"
2005-09-21'pthread.h' is not the only file that needs to be symlinked. When NPTL gets m..."Steven J. Hill"
2005-09-21merge some misc stuff from glibcMike Frysinger
2005-09-21move misc internal definitions to a sep file to minimize differences with fea...Mike Frysinger
2005-09-21merge x86_64 optimized string supportMike Frysinger
2005-09-21merge some updates from glibc to fix 32/64 bit supportMike Frysinger
2005-09-21dont duplicate pthread.h in include and libpthread subdirs, so symlink itMike Frysinger
2005-09-20forgot MMAP_HAS_6_ARGSJoakim Tjernlund
2005-09-20Make powerpc use sys/syscall.h, instead of defining its own syscalls.Joakim Tjernlund
2005-09-20Fix bug 370.Joakim Tjernlund
2005-09-18Remove unused function.Joakim Tjernlund
2005-09-18declare _init/_fini weak if UCLIBC_CTOR_DTOR is not definedMike Frysinger
2005-09-17Fix bug 430 and reduce ldso size with 1KB :). Not sure if I need to use fstat...Joakim Tjernlund
2005-09-17Add atomic support for PPC.Joakim Tjernlund
2005-09-17Change to glibc way of defining syscalls. This should make PPCJoakim Tjernlund
2005-09-16make sure we treat count as size_t, not ssize_t ... fixes with help from khemMike Frysinger
2005-09-16syntax/whitespace touchupsMike Frysinger
2005-09-16Robin Getz from blackfin.uclinux.org writes:Mike Frysinger
2005-09-09remove duplicated p_canceled setting and extra whitespaceMike Frysinger
2005-09-09sync style changes and misc fixes from glibcMike Frysinger
2005-09-09sync some style changes and stack fixes with glibcMike Frysinger
2005-09-09sync with glibc and macro out the strong_alias/versioned-symbols to cut down ...Mike Frysinger
2005-09-09newer linuxthreads renamed the function invalid_handle() to nonexisting_handle()Mike Frysinger
2005-09-09sync with glibc by moving the thread_desc stuff out of internals.h and into a...Mike Frysinger
2005-09-09revert pthread_exit change until all files using new prototype is readyMike Frysinger
2005-09-08sync all the strong_alias and version compat stuff but make them no-ops with ...Mike Frysinger
2005-09-08add hidden_def() macros from glibc but stub them out to cut down on diffsMike Frysinger
2005-09-08sync changelog with glibcMike Frysinger
2005-09-08sync prototypes with glibcMike Frysinger