summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* import pthread_attr_{get,set}stack functions from glibc along with a few ↵Mike Frysinger2005-09-081-11/+76
| | | | attr fixes
* import the helper function pthread_for_each_thread from glibcMike Frysinger2005-09-082-3/+31
|
* import misc defines from glibcMike Frysinger2005-09-081-30/+52
|
* 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
| | | | | | | | If _DL_FINI_CRT_COMPAT is defined, _dl_fini is setup to run at exit via atexit(), but this makes it run _before_ the fini (__app_fini()) of the app, causing stuff like sandbox that frees structs, etc via its fini to segfault. http://bugs.gentoo.org/98187
* 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
| | | | tests for strnlen based on strlen
* add M_PERTURB define from glibc and Frank Mehnert writes: the following ↵Mike Frysinger2005-08-301-1/+2
| | | | patch fixes a compile problem where malloc.h was included into a C++ file
* 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
| | | | | | The gcc compiler has deprecated the type __uint128 for 32-bits platforms. Due to the fact that this type was introduced in gcc-3.1 it is better to drop its use. (glibc has the same problem and uses this same solution).
* Frank Mehnert writes:Mike Frysinger2005-08-261-1/+1
| | | | | | libc/misc/time/time.c does not compile if __UCLIBC_HAS_TZ_FILE__ is disabled but __UCLIBC_HAS_TZ_CACHING__ is enabled. The following patch fixes this issue.
* 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. ↵Mike Frysinger2005-08-241-7/+9
| | | | also redo whitespacing.
* Frank Mehnert writes:Joakim Tjernlund2005-08-241-2/+3
| | | | | | I use an implementation for malloc()/free() which is sensible about using data after freed. In libdl.c, rpnt1->next->next is accessed after rpnt1->next is freed. Attached patch fixes that problem.
* 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
| | | | make it compile and let vapier worry about the rest :)
* add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config ↵Mike Frysinger2005-08-181-0/+98
| | | | option to enable REENTRANT RPC
* use generic ELF wrappersMike Frysinger2005-08-181-3/+3
|
* add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config ↵Mike Frysinger2005-08-182-15/+19
| | | | option to enable REENTRANT RPC
* 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
|