summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-18add support for ia64Mike Frysinger
2005-11-18fix warnings when arch lacks get_kernel_syms syscall (like ia64)Mike Frysinger
2005-11-18dont include sub makefiles if thread support has been disabledMike Frysinger
2005-11-18update ignoresMike Frysinger
2005-11-18shouldnt have been committedMike Frysinger
2005-11-18import new linuxthreads_db from glibc HEADMike Frysinger
2005-11-18Replace TOPDIR, add/update copyrightPeter S. Mazinger
2005-11-18Replace TOPDIR, update copyrightPeter S. Mazinger
2005-11-18Replace TOPDIRPeter S. Mazinger
2005-11-17Correct typosPeter S. Mazinger
2005-11-17Replace TOPDIRPeter S. Mazinger
2005-11-17dont try to build getpgrp if the arch doesnt support it (like ia64)Mike Frysinger
2005-11-17dont try to build fork if the arch doesnt support it (like ia64)Mike Frysinger
2005-11-17Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding ↵Peter S. Mazinger
foreign objects to a lib
2005-11-17Replace TOPDIR w/ top_builddirPeter S. Mazinger
2005-11-17Remove unneeded top_builddirPeter S. Mazinger
2005-11-17Add link.so, add support for CFLAGS-$(subdir), where subdir is the last part ↵Peter S. Mazinger
of dir, or the full path relativ to top_srcdir, remove *CPPFLAGS, not used, remove $< from multi, unusable
2005-11-17Use -z relro/-z now on all libs, add some new variables needed later, move ↵Peter S. Mazinger
common ldso/libdl parts to Rules.mak, remove strip from all TARGET_ARCH
2005-11-17we want to compare the register value itself, not the address of the ↵Mike Frysinger
variable holding the register value
2005-11-17allow the threads optionMike Frysinger
2005-11-17touchup pretty STRIP output a littleMike Frysinger
2005-11-16update copyright and license, add _BITS_SETJMP_H protection around the file, ↵Mike Frysinger
make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS
2005-11-16rename files to .s like they should beMike Frysinger
2005-11-16rename files to .s like they should beMike Frysinger
2005-11-16add support for .s translation like .SMike Frysinger
2005-11-16condense rules to be easier to readMike Frysinger
2005-11-16sync with glibc and fix warning when building pthreadsMike Frysinger
2005-11-15this is GNU sourceMike Frysinger
2005-11-15import updates from glibcMike Frysinger
2005-11-15include pthreads if appropriate ala glibcMike Frysinger
2005-11-15add rules to handle .s and .EMike Frysinger
2005-11-15Hide more of stdio,getdents, use internal __raisePeter S. Mazinger
2005-11-15Correct build if locales are enabled s/wcslcpy/wcsxfrm/, found by Paul ↵Peter S. Mazinger
Brook. Thanks
2005-11-15Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, ↵Peter S. Mazinger
have to find some other way to make it internal to libc and libpthread
2005-11-15Update copyright noticePeter S. Mazinger
2005-11-15Hide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl* to strongPeter S. Mazinger
2005-11-15Hide __libc_sa_lenPeter S. Mazinger
2005-11-15Hide some internally used functionsPeter S. Mazinger
2005-11-15Correct Warning: function declaration isn't a prototypePeter S. Mazinger
2005-11-15rename current stable linuxthreads to linuxthreads.old to prepare for import ↵Mike Frysinger
of latest glibc version
2005-11-15unusedMike Frysinger
2005-11-15revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to ↵Mike Frysinger
import glibc updates) while keeping the few bugfixes ... idea is to keep both old and new linuxthreads around so we can hack on the new version while delivering the old stable version to end users
2005-11-15use clone() instead of __clone()Mike Frysinger
2005-11-15as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h ↵Mike Frysinger
wont exist if user disables the option
2005-11-15update licenses and sync with glibcMike Frysinger
2005-11-15sync getopt headers with glibcMike Frysinger
2005-11-15make sure TARGET_ARCH is set ... thought i committed this already?Mike Frysinger
2005-11-15use $TOPDIR instead of ../ and utilize -B so that our target utils use the ↵Mike Frysinger
correct crt files
2005-11-15update license infoMike Frysinger
2005-11-15import some math funcs from glibcMike Frysinger