summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-08-18add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti...Mike Frysinger
2005-08-18rework some of the code to shrink sizeMike Frysinger
2005-08-18style tweaksMike Frysinger
2005-08-18remove 0.9.27 compat aliasMike Frysinger
2005-08-18add __thumb__ checkMike Frysinger
2005-08-18import updates from glibcMike Frysinger
2005-08-18remove some debug codeMike Frysinger
2005-08-18we have getprotobyname_r() now so use itMike Frysinger
2005-08-18install the manpages that are in the docs subdirMike Frysinger
2005-08-18moved/updated to docs/man/Mike Frysinger
2005-08-18also check for __thumb__Mike Frysinger
2005-08-18posix_memalign and posix_fadvise are in uClibc nowMike Frysinger
2005-08-18add the posix_memalign functionMike Frysinger
2005-08-17update the uClibc webpageEric Andersen
2005-08-17Make uClibc vfork() use kernels vfork() instead of fork(). Joakim Tjernlund
2005-08-17start of some rpc testsMike Frysinger
2005-08-17make sure UCLIBC_LDSO is defined if we are running in a test subdir rather th...Mike Frysinger