Age | Commit message (Expand) | Author |
2005-11-18 | touchup syntax/whitespace | Mike Frysinger |
2005-11-18 | Correct type, gcc-3.4.5 fails, thanks nitinkg for reporting/testing | Peter S. Mazinger |
2005-11-18 | make -j2 works here | Peter S. Mazinger |
2005-11-18 | Add info to CFLAGS about lib we are building | Peter S. Mazinger |
2005-11-18 | Enable __THROW,_NTH,REDIRECT_NTH | Peter S. Mazinger |
2005-11-18 | Run headers only once, until better solution is found | Peter S. Mazinger |
2005-11-18 | fix trailing comment | Mike Frysinger |
2005-11-18 | add support for ia64 | Mike Frysinger |
2005-11-18 | fix warnings when arch lacks get_kernel_syms syscall (like ia64) | Mike Frysinger |
2005-11-18 | dont include sub makefiles if thread support has been disabled | Mike Frysinger |
2005-11-18 | update ignores | Mike Frysinger |
2005-11-18 | shouldnt have been committed | Mike Frysinger |
2005-11-18 | import new linuxthreads_db from glibc HEAD | Mike Frysinger |
2005-11-18 | Replace TOPDIR, add/update copyright | Peter S. Mazinger |
2005-11-18 | Replace TOPDIR, update copyright | Peter S. Mazinger |
2005-11-18 | Replace TOPDIR | Peter S. Mazinger |
2005-11-17 | Correct typos | Peter S. Mazinger |
2005-11-17 | Replace TOPDIR | Peter S. Mazinger |
2005-11-17 | dont try to build getpgrp if the arch doesnt support it (like ia64) | Mike Frysinger |
2005-11-17 | dont try to build fork if the arch doesnt support it (like ia64) | Mike Frysinger |
2005-11-17 | Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign... | Peter S. Mazinger |
2005-11-17 | Replace TOPDIR w/ top_builddir | Peter S. Mazinger |
2005-11-17 | Remove unneeded top_builddir | Peter S. Mazinger |
2005-11-17 | Add link.so, add support for CFLAGS-$(subdir), where subdir is the last part ... | Peter S. Mazinger |
2005-11-17 | Use -z relro/-z now on all libs, add some new variables needed later, move co... | Peter S. Mazinger |
2005-11-17 | we want to compare the register value itself, not the address of the variable... | Mike Frysinger |
2005-11-17 | allow the threads option | Mike Frysinger |
2005-11-17 | touchup pretty STRIP output a little | Mike Frysinger |
2005-11-16 | update copyright and license, add _BITS_SETJMP_H protection around the file, ... | Mike Frysinger |
2005-11-16 | rename files to .s like they should be | Mike Frysinger |
2005-11-16 | rename files to .s like they should be | Mike Frysinger |
2005-11-16 | add support for .s translation like .S | Mike Frysinger |
2005-11-16 | condense rules to be easier to read | Mike Frysinger |
2005-11-16 | sync with glibc and fix warning when building pthreads | Mike Frysinger |
2005-11-15 | this is GNU source | Mike Frysinger |
2005-11-15 | import updates from glibc | Mike Frysinger |
2005-11-15 | include pthreads if appropriate ala glibc | Mike Frysinger |
2005-11-15 | add rules to handle .s and .E | Mike Frysinger |
2005-11-15 | Hide more of stdio,getdents, use internal __raise | Peter S. Mazinger |
2005-11-15 | Correct build if locales are enabled s/wcslcpy/wcsxfrm/, found by Paul Brook.... | Peter S. Mazinger |
2005-11-15 | Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, ha... | Peter S. Mazinger |
2005-11-15 | Update copyright notice | Peter S. Mazinger |
2005-11-15 | Hide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl* to strong | Peter S. Mazinger |
2005-11-15 | Hide __libc_sa_len | Peter S. Mazinger |
2005-11-15 | Hide some internally used functions | Peter S. Mazinger |
2005-11-15 | Correct Warning: function declaration isn't a prototype | Peter S. Mazinger |
2005-11-15 | rename current stable linuxthreads to linuxthreads.old to prepare for import ... | Mike Frysinger |
2005-11-15 | unused | Mike Frysinger |
2005-11-15 | revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to impo... | Mike Frysinger |
2005-11-15 | use clone() instead of __clone() | Mike Frysinger |