summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-23fixes from psm: disable unsupported __fpu_control and sync with upstreamMike Frysinger
2006-08-23sync with psm: add copyright noticeMike Frysinger
2006-08-23pull from upstreamMike Frysinger
2006-08-23fixes from psm so we can pull in uClibc headers properlyMike Frysinger
2006-08-23fix from psm: add UCLIBC_ prefix to HAS_SHADOW optionMike Frysinger
2006-08-23Bogus page size comment for frv PAGE_SHIFT.Paul Mundt
2006-08-23Jie Zhang writes: Fix struct kernel_stat64 for Blackfin.Mike Frysinger
2006-08-23fix upstream blackfin page.h rather than duplicating effort hereMike Frysinger
2006-08-21bits/profil-counter.h and bits/atomicity.h are leftovers from the old gprofEric Andersen
based profiling I nuked ages ago since tools like oprofile are non invasive and work so much better.
2006-08-05merge fix from blackfin cvs:Mike Frysinger
bernds writes: Use __alignof__ instead of sizeof to get alignments. Eliminates some warnings about misalignments when malloc debugging is enabled.
2006-07-31fix h_alias handling in gethostbyaddr_r() just like in gethostbyname_r()Mike Frysinger
otherwise we get messed up alias memory and this simple test case will segfault: python -c 'import socket; print socket.gethostbyaddr("80.68.88.204")[2];' see bug report in blackfin tracker for more info: http://blackfin.uclinux.org/tracker/index.php?func=detail&aid=1503&group_id=17&atid=141
2006-07-13psm writes:Eric Andersen
forgotten to mention to remove glob-hooks.c and the reference in Makefile.in (the prototypes for the 3 hooks were already removed by the patch applied here) Peter
2006-07-13patch from psm:Eric Andersen
- malloc/realloc/free are not prepared to be hidable in trunk, you can't use libc_hidden_proto(x) for them - using libc_hidden_proto(x64) LFS unguarded will fail because the header does not provide the prototype - if you are using libc_hidden_proto(collated_compare|prefix_array), you also need libc_hidden_def|_weak(x) after the function itself, the result being to provide a hidden __GI_collated_compare and a visible collated_compare, for this case I do not consider this necessary, especially that collated_compare is hidden already (I have chosen to prefix them with __ to know that they are intended to be internal only, against the practice in glibc, you could go without prefix as well)
2006-07-07add some fun syscall TODOs and mark cris/bfin as working againMike Frysinger
2006-07-06Remove SA_ONSTACK handling for ARM based up on glibc code as submitted by ↵"Steven J. Hill"
Paul Brook <paul@codesourcery.com>.
2006-07-05fix signed warnings with gcc-4Mike Frysinger
2006-07-05clean subdir as wellMike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away initializing of relocation addressesMike Frysinger
2006-07-05remove jump relocs, with minor related cleanupsEric Andersen
2006-07-05bump the version, in preparation for actually cutting a releaseEric Andersen
at some point in the relatively near future.
2006-07-05bfin works againMike Frysinger
2006-07-05replace my @debian.org addr with @uclibc.org. Fixup license onEric Andersen
readelf and ldd to again state that they are GPLv2
2006-07-05patch from Bernd Schmidt to abstract away initializing of prog load addressesMike Frysinger
2006-07-05convert #if 0 code to _dl_if_debug_print()Mike Frysinger
2006-07-05update licenseMike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away load address typesMike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away load address checksMike Frysinger
2006-07-05add some more rpaths to keep the tests happyMike Frysinger
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
I had clearly run search/replace on that were cluttering things up.
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
I had clearly run search/replace on that were cluttering things up.
2006-07-05minor updatesEric Andersen
2006-07-05remove __ from function names as pointed out by Peter S. MazingerMike Frysinger
2006-07-05sync with glibcMike Frysinger
2006-07-05update licenseMike Frysinger
2006-07-05update licenseMike Frysinger
2006-07-05update licenseMike Frysinger
2006-07-05sync with glibcMike Frysinger
2006-07-05update licenseMike Frysinger
2006-07-05update licenseMike Frysinger
2006-07-05add support for 32bit version of fchownMike Frysinger
2006-07-05sync with glibcMike Frysinger
2006-07-05fix license noticeMike Frysinger
2006-07-05fix license noticeMike Frysinger
2006-07-05fix license noticeMike Frysinger
2006-07-05missed an ElfW(Addr) changeMike Frysinger
2006-07-05Atsushi Nemoto writes: Some archs (such as mips64) do not have getdents64 ↵Mike Frysinger
syscall but have getdents syscall. Define alias for it.
2006-07-05patch from Bernd Schmidt to abstract away load addressesMike Frysinger
2006-07-05use ElfW(Addr) in more placesMike Frysinger
2006-07-05boilerplate license we useMike Frysinger
2006-07-05revert fdpic patch so we can merge it in bit by bitMike Frysinger