summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-06Merge from NPTL branch."Steven J. Hill"
2006-01-06Merge from NPTL branch."Steven J. Hill"
2006-01-06Merge from NPTL branch."Steven J. Hill"
2006-01-06Jan-Benedict Glaw: run shell scripts through $(SHELL) so peopleMike Frysinger
can force it to something other than /bin/sh
2006-01-06Jan-Benedict Glaw: allow people to override the default `tar`Mike Frysinger
binary via TAR make variable for non-GNU systems
2006-01-06Jan-Benedict Glaw writes:Mike Frysinger
The "test" program (aka '[') doesn't know about the operator "==", but "=" is correct (cf. http://www.opengroup.org/onlinepubs/000095399/utilities/test.html).
2006-01-06add note about HPPAMike Frysinger
2006-01-06update libc lock functions to new pthread forwardingMike Frysinger
2006-01-05import the extend_alloca() macro from glibcMike Frysinger
2006-01-05grab syscall macros from linux headersMike Frysinger
2006-01-05fPIC doesnt work on bfinMike Frysinger
2006-01-05grammar fixMike Frysinger
2006-01-05use tabs for whitespaceMike Frysinger
2006-01-05sync Joseph S. Myers fixes from glibc for proper clobbersMike Frysinger
2006-01-05sync Joseph S. Myers fixes from glibc for a better NAN defineMike Frysinger
2006-01-05sync __SYSCALL_CLOBBERS macro from glibcMike Frysinger
2006-01-05Merge from branch and add removal of 'tls.h' when using NPTL threads."Steven J. Hill"
2006-01-05Merge from branch."Steven J. Hill"
2006-01-05implement syscall6Mike Frysinger
2006-01-05remove duplicate ;Mike Frysinger
2006-01-05forgot again about iconvPeter S. Mazinger
2006-01-04one reloc less, uninline, should save some spacePeter S. Mazinger
2006-01-04__uselocale is hiddenPeter S. Mazinger
2006-01-04Build also if XLOCALE is enabledPeter S. Mazinger
2006-01-04use internal versions of exit/memcpyPeter S. Mazinger
2006-01-04Sync w/ glibc, mostly REDIRECT_NTH,__wurPeter S. Mazinger
2006-01-04need our own version to prevent warningsMike Frysinger
2006-01-04update build filesMike Frysinger
2006-01-04update buildsystem to new styleMike Frysinger
2006-01-04Bug 618, Thomas Chou: update build flags for nios targetMike Frysinger
2006-01-04Bug 618, Thomas Chou: update crt to new 0.9.28 uClibc styleMike Frysinger
2006-01-04unusedMike Frysinger
2006-01-04now we can safely declare these hiddenMike Frysinger
2006-01-04update pthread weak handling to the style glibc usesMike Frysinger
2006-01-04tweak __progname handling some more since some [bad] apps actually try and ↵Mike Frysinger
use it
2006-01-04use weak handling instead of .setMike Frysinger
2006-01-04kill off some unused warningsMike Frysinger
2006-01-04if arch doesnt provide _syscall6(), we need to alias the 64bit versionMike Frysinger
2006-01-03Lost wcschr()Peter S. Mazinger
2006-01-03keep __USE_GNU for program_invocation_*_namePeter S. Mazinger
2006-01-03Get rid of tolower/toupper jump reloc, correct tow* for XLOCALEPeter S. Mazinger
2006-01-03Add __toupper, remove unneeded undefs for tolowerPeter S. Mazinger
2006-01-03Provide __tolower and use itPeter S. Mazinger
2006-01-03Remove textrelPeter S. Mazinger
2006-01-03Revert a change until I find the textrel causePeter S. Mazinger
2006-01-03Complete split of all the string functions. Hope haven't broken too much. ↵Peter S. Mazinger
wcscoll/strcoll needs some love ...
2006-01-03Use strong_alias everywhere instead of .global/.set. Correct some cases ↵Peter S. Mazinger
where the non-hidden version was used.
2006-01-03Add more hidden prototypesPeter S. Mazinger
2006-01-03Add proper guard, so that we don't see the internal header in userspacePeter S. Mazinger
2006-01-03tweak what is likely() in the argv[0] parsingMike Frysinger