Mike Frysinger
|
5a69eba90b
revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to 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
|
19 years ago |
Mike Frysinger
|
87601389ad
use clone() instead of __clone()
|
19 years ago |
Mike Frysinger
|
afa5bf6803
as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h wont exist if user disables the option
|
19 years ago |
Mike Frysinger
|
f6677b70e1
update licenses and sync with glibc
|
19 years ago |
Mike Frysinger
|
20e7f61155
sync getopt headers with glibc
|
19 years ago |
Mike Frysinger
|
0603b41c93
make sure TARGET_ARCH is set ... thought i committed this already?
|
19 years ago |
Mike Frysinger
|
ff10e4e4fa
use $TOPDIR instead of ../ and utilize -B so that our target utils use the correct crt files
|
19 years ago |
Mike Frysinger
|
517f68409f
update license info
|
19 years ago |
Mike Frysinger
|
ee9a2651d9
import some math funcs from glibc
|
19 years ago |
Mike Frysinger
|
190e8c6c41
remove unused file
|
19 years ago |
Mike Frysinger
|
65c5ebffb5
need to declare our stack direction
|
19 years ago |
Mike Frysinger
|
cdd5445653
import test from glibc
|
19 years ago |
Mike Frysinger
|
acd7431a60
add a way to just run uclibc or glibc tests
|
19 years ago |
Peter S. Mazinger
|
ae7377cea8
Hide internally used symbols, use weak_alias for raise/sigwait, as they could be in libpthread too
|
19 years ago |
Peter S. Mazinger
|
497e902f95
undef functions needed for usage within libc
|
19 years ago |
Peter S. Mazinger
|
76cad786c8
Split up wstring.c and use attribute_hidden
|
19 years ago |
Peter S. Mazinger
|
f8703c6453
Move to use attribute_hidden
|
19 years ago |
Peter S. Mazinger
|
032a3e76d2
Corrections to splitted files
|
19 years ago |
Eric Andersen
|
1a9ad98b8a
Let the #define do all the work
|
19 years ago |
Eric Andersen
|
2a42a28b98
It was pointed out to me that http://www.uclibc.org/copyright.txt
|
19 years ago |
Mike Frysinger
|
07fa31fd2b
quiet the make -C
|
19 years ago |
Mike Frysinger
|
38545a368c
initial port to hppa
|
19 years ago |
Mike Frysinger
|
63f4057c67
make people provide these headers when porting
|
19 years ago |
Peter S. Mazinger
|
7e51a684c5
Add hidden versions
|
19 years ago |
Peter S. Mazinger
|
f56e03f575
Add hidden versions, hope I made it correctly. Sparc optimized string 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
|
19 years ago |
Peter S. Mazinger
|
dd1be05eec
Add hidden versions
|
19 years ago |
Peter S. Mazinger
|
ccb1922d8b
Add hidden versions
|
19 years ago |
Peter S. Mazinger
|
925220a4fe
Add hidden versions, add missing .size
|
19 years ago |
Peter S. Mazinger
|
0b09d1e5ed
Split up string.c, make internals hidden
|
19 years ago |
Peter S. Mazinger
|
7500403c7b
powerpc version of bzero using memset
|
19 years ago |