summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make sure function is always inlinedMike Frysinger2005-09-081-1/+1
* sync with glibc and remove duplicated SEM_VALUE_MAX defineMike Frysinger2005-09-081-7/+5
* sync with glibcMike Frysinger2005-09-081-1/+1
* sync with glibcMike Frysinger2005-09-081-3/+2
* slight tweak to minimize diffs with glibcMike Frysinger2005-09-081-3/+4
* sync code style with glibcMike Frysinger2005-09-081-6/+8
* import license updates from glibcMike Frysinger2005-09-081-5/+5
* punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been releasedMike Frysinger2005-09-086-56/+2
* Fix by Martin Schlemmer:Mike Frysinger2005-09-083-3/+23
* unusedMike Frysinger2005-09-082-126/+0
* dlvsym stubMike Frysinger2005-09-081-0/+7
* grab some updates from glibcMike Frysinger2005-09-081-4/+17
* clean up code and make it easy to extendMike Frysinger2005-09-071-8/+54
* dont fail if target doesnt support mmap64Mike Frysinger2005-09-071-0/+4
* grab a tiny mmap implementation from glibcMike Frysinger2005-09-072-1/+50
* make sure the syscall mmap func isnt exportedMike Frysinger2005-09-071-1/+1
* fix string functions to not treat the size_t as ssize_tMike Frysinger2005-09-051-6/+13
* update developer verbageEric Andersen2005-09-021-3/+9
* add (size_t)-1 border case tests for strncat and strncmp, and add a bunch of ...Mike Frysinger2005-08-311-0/+31
* add M_PERTURB define from glibc and Frank Mehnert writes: the following patch...Mike Frysinger2005-08-301-1/+2
* anemo writes in Bug 9: use ElfW(auxv_t) instead of Elf32_auxv_tMike Frysinger2005-08-291-3/+4
* some fixes by anemo in Bug 9 to play nicely with 32 or 64 bit hostsMike Frysinger2005-08-294-13/+24
* point to uclibc.orgEric Andersen2005-08-281-2/+2
* asierllano writes in bug 370:Joakim Tjernlund2005-08-271-8/+3
* Frank Mehnert writes:Mike Frysinger2005-08-261-1/+1
* import sparc-optimized string functions from glibcMike Frysinger2005-08-2644-1/+6783
* oops, new math code needs thisMike Frysinger2005-08-261-0/+28
* import different optimized versions of div funcs based upon target sparc archMike Frysinger2005-08-2520-1588/+1763
* optimize library based upon sparc cpu selectionMike Frysinger2005-08-251-0/+7
* allow people to select target sparc architectureMike Frysinger2005-08-251-0/+24
* add a note explaining the weird h_errno definitionMike Frysinger2005-08-251-1/+3
* a64l/l64a are now in uClibc, mkstemp and mktemp already wereMike Frysinger2005-08-241-2/+2
* import a64l and l64a from glibcMike Frysinger2005-08-243-2/+127
* add a link_warning() like glibc so ppl will [hopefully] stop using mktemp. a...Mike Frysinger2005-08-241-7/+9
* Frank Mehnert writes:Joakim Tjernlund2005-08-241-2/+3
* some updates from psm to better mirror glibc getent behaviorMike Frysinger2005-08-231-2/+17
* Hmm, things broke with vapiers update. LetsJoakim Tjernlund2005-08-181-2/+1
* add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti...Mike Frysinger2005-08-181-0/+98
* use generic ELF wrappersMike Frysinger2005-08-181-3/+3
* add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti...Mike Frysinger2005-08-182-15/+19
* rework some of the code to shrink sizeMike Frysinger2005-08-181-16/+19
* style tweaksMike Frysinger2005-08-181-39/+25
* remove 0.9.27 compat aliasMike Frysinger2005-08-181-1/+0
* add __thumb__ checkMike Frysinger2005-08-181-1/+1
* import updates from glibcMike Frysinger2005-08-181-92/+292
* remove some debug codeMike Frysinger2005-08-181-2/+1
* we have getprotobyname_r() now so use itMike Frysinger2005-08-181-9/+20
* install the manpages that are in the docs subdirMike Frysinger2005-08-181-3/+4
* moved/updated to docs/man/Mike Frysinger2005-08-182-48/+0
* also check for __thumb__Mike Frysinger2005-08-181-1/+1