summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-08sync with glibc and import pthread_rwlock_timed{rd,wr}lock in the processMike Frysinger
2005-09-08uClibc has pthread_attr_{get,set}stack nowMike Frysinger
2005-09-08sync misc trivial touchups from glibcMike Frysinger
2005-09-08sync with glibc coding style to make further updates easierMike Frysinger
2005-09-08sync license with glibcMike Frysinger
2005-09-08sync license with glibcMike Frysinger
2005-09-08sync with glibcMike Frysinger
2005-09-08import some fixes from glibcMike Frysinger
2005-09-08import pthread_attr_{get,set}stack functions from glibc along with a few attr...Mike Frysinger
2005-09-08import the helper function pthread_for_each_thread from glibcMike Frysinger
2005-09-08import misc defines from glibcMike Frysinger
2005-09-08make sure function is always inlinedMike Frysinger
2005-09-08sync with glibc and remove duplicated SEM_VALUE_MAX defineMike Frysinger
2005-09-08sync with glibcMike Frysinger
2005-09-08sync with glibcMike Frysinger
2005-09-08slight tweak to minimize diffs with glibcMike Frysinger
2005-09-08sync code style with glibcMike Frysinger
2005-09-08import license updates from glibcMike Frysinger
2005-09-08punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been releasedMike Frysinger
2005-09-08Fix by Martin Schlemmer:Mike Frysinger
2005-09-08unusedMike Frysinger
2005-09-08dlvsym stubMike Frysinger
2005-09-08grab some updates from glibcMike Frysinger
2005-09-07clean up code and make it easy to extendMike Frysinger
2005-09-07dont fail if target doesnt support mmap64Mike Frysinger
2005-09-07grab a tiny mmap implementation from glibcMike Frysinger
2005-09-07make sure the syscall mmap func isnt exportedMike Frysinger
2005-09-05fix string functions to not treat the size_t as ssize_tMike Frysinger
2005-09-02update developer verbageEric Andersen
2005-08-31add (size_t)-1 border case tests for strncat and strncmp, and add a bunch of ...Mike Frysinger
2005-08-30add M_PERTURB define from glibc and Frank Mehnert writes: the following patch...Mike Frysinger
2005-08-29anemo writes in Bug 9: use ElfW(auxv_t) instead of Elf32_auxv_tMike Frysinger
2005-08-29some fixes by anemo in Bug 9 to play nicely with 32 or 64 bit hostsMike Frysinger
2005-08-28point to uclibc.orgEric Andersen
2005-08-27asierllano writes in bug 370:Joakim Tjernlund
2005-08-26Frank Mehnert writes:Mike Frysinger
2005-08-26import sparc-optimized string functions from glibcMike Frysinger
2005-08-26oops, new math code needs thisMike Frysinger
2005-08-25import different optimized versions of div funcs based upon target sparc archMike Frysinger
2005-08-25optimize library based upon sparc cpu selectionMike Frysinger
2005-08-25allow people to select target sparc architectureMike Frysinger
2005-08-25add a note explaining the weird h_errno definitionMike Frysinger
2005-08-24a64l/l64a are now in uClibc, mkstemp and mktemp already wereMike Frysinger
2005-08-24import a64l and l64a from glibcMike Frysinger
2005-08-24add a link_warning() like glibc so ppl will [hopefully] stop using mktemp. a...Mike Frysinger
2005-08-24Frank Mehnert writes:Joakim Tjernlund
2005-08-23some updates from psm to better mirror glibc getent behaviorMike Frysinger
2005-08-18Hmm, things broke with vapiers update. LetsJoakim Tjernlund
2005-08-18add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti...Mike Frysinger
2005-08-18use generic ELF wrappersMike Frysinger