Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS | |||
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 ↵ | Peter S. Mazinger | |
Brook. Thanks | |||
2005-11-15 | Undo 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-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 | |
of latest glibc version | |||
2005-11-15 | unused | Mike Frysinger | |
2005-11-15 | revert 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-15 | use clone() instead of __clone() | Mike Frysinger | |
2005-11-15 | as 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-15 | update licenses and sync with glibc | Mike Frysinger | |
2005-11-15 | sync getopt headers with glibc | Mike Frysinger | |
2005-11-15 | make sure TARGET_ARCH is set ... thought i committed this already? | Mike Frysinger | |
2005-11-15 | use $TOPDIR instead of ../ and utilize -B so that our target utils use the ↵ | Mike Frysinger | |
correct crt files | |||
2005-11-15 | update license info | Mike Frysinger | |
2005-11-15 | import some math funcs from glibc | Mike Frysinger | |
2005-11-15 | remove unused file | Mike Frysinger | |
2005-11-15 | need to declare our stack direction | Mike Frysinger | |
2005-11-15 | import test from glibc | Mike Frysinger | |
2005-11-15 | add a way to just run uclibc or glibc tests | Mike Frysinger | |
2005-11-14 | Hide internally used symbols, use weak_alias for raise/sigwait, as they ↵ | Peter S. Mazinger | |
could be in libpthread too | |||
2005-11-14 | undef functions needed for usage within libc | Peter S. Mazinger | |
2005-11-14 | Split up wstring.c and use attribute_hidden | Peter S. Mazinger | |
2005-11-14 | Move to use attribute_hidden | Peter S. Mazinger | |
2005-11-14 | Corrections to splitted files | Peter S. Mazinger | |
2005-11-14 | Let the #define do all the work | Eric Andersen | |
2005-11-13 | It was pointed out to me that http://www.uclibc.org/copyright.txt | Eric Andersen | |
yields an Error 404. So add in the copyright statement presently included on busybox.net | |||
2005-11-13 | quiet the make -C | Mike Frysinger | |
2005-11-12 | initial port to hppa | Mike Frysinger | |
2005-11-12 | make people provide these headers when porting | Mike Frysinger | |
2005-11-12 | Add hidden versions | Peter S. Mazinger | |
2005-11-12 | Add hidden versions, hope I made it correctly. Sparc optimized string ↵ | Peter S. Mazinger | |
functions are not usable with current build system, each function (as long as asm) should go into an own file, the file having the name of the function | |||
2005-11-12 | Add hidden versions | Peter S. Mazinger | |
2005-11-12 | Add hidden versions | Peter S. Mazinger | |
2005-11-11 | Add hidden versions, add missing .size | Peter S. Mazinger | |