summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* create arch-generic brk() based on blackfin oneMike Frysinger2008-12-112-17/+13
* add inlines for Blackfin atomic functionsMike Frysinger2008-12-112-1/+156
* Blackfin: add L2_SRAM flag for alloc funcMike Frysinger2008-12-111-0/+1
* Blackfin: declare {INLINE,INTERNAL}_SYSCALL() and friendsMike Frysinger2008-12-111-0/+53
* add ENDPROC() macro for Blackfin assemblyMike Frysinger2008-12-111-0/+1
* use newer spiffy asm constraints to get better code generationMike Frysinger2008-12-111-17/+9
* punt old unused headerMike Frysinger2008-12-111-133/+0
* update ptrace.h to latest from glibcMike Frysinger2008-12-111-2/+41
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-1025-216/+104
* remove __libc_fcntl[64]Denis Vlasenko2008-12-103-30/+8
* remove __libc_getdomainname alias. google says only we have it.Denis Vlasenko2008-12-102-19/+3
* smaller memcpyDenis Vlasenko2008-12-091-14/+15
* setenv.c: tiny code shrinkDenis Vlasenko2008-12-091-36/+38
* setenv.c: further code shrinkDenis Vlasenko2008-12-091-36/+26
* fix segv on clearenv(); unsetenv("foo"); [was deref'ing NULL],Denis Vlasenko2008-12-091-96/+89
* getaddrinfo: runp->ifa_addr indeed can be NULL, don't dereference itDenis Vlasenko2008-12-092-4/+3
* getaddrinfo: remove superfluout indentation, fix incorrect one.Denis Vlasenko2008-12-081-61/+64
* - fix loop for checking ifaddr on both IPv4 and IPv6Bernhard Reutner-Fischer2008-12-081-2/+2
* resolver: make new name resolutions reread /etc/resolv.confDenis Vlasenko2008-12-061-219/+197
* Remove __NTH from the declation.Khem Raj2008-12-041-2/+2
* Go deeper while cleaning string directory to removeCarmelo Amoroso2008-12-041-1/+1
* A missing change when we recently released a lot of fixCarmelo Amoroso2008-12-031-2/+0
* Two other absolutely safe change that will be used by NPTL, aimedCarmelo Amoroso2008-12-032-1/+2
* Fix wcswidth function when LOCALE support is disabledCarmelo Amoroso2008-12-021-0/+7
* hostid: improve extremely unreadable partsDenis Vlasenko2008-12-0115-84/+42
* on Bernd's request, remove commented-out code snippetsDenis Vlasenko2008-12-016-11/+0
* remove checks for "impossible" errors,Denis Vlasenko2008-12-016-19/+11
* fix sigset_t size for mips (it's the only arch with 128 signals).Denis Vlasenko2008-12-0110-118/+179
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-019-73/+127
* l64a: shrink by 13 bytes, and -1 relocDenis Vlasenko2008-12-011-10/+10
* constify more dataDenis Vlasenko2008-12-013-3/+3
* rpc: constify data, localize unnecessarily static dataDenis Vlasenko2008-12-011-2/+2
* random: use smaller data fields where appropriateDenis Vlasenko2008-12-015-19/+8
* gethostbyname can use gethostbyname2, saving one nearly 0.5k static bufferDenis Vlasenko2008-12-011-15/+20
* rpc: should check against max for int32, not intDenis Vlasenko2008-12-011-4/+4
* rpc: ifdef out xdrrec_{get,put}long if int32 == long,Denis Vlasenko2008-12-014-76/+54
* add libc_hidden_proto(__cmsg_nxthdr) for mipsDenis Vlasenko2008-11-291-0/+1
* fix improperly hidden fputc_unlockedDenis Vlasenko2008-11-292-4/+2
* fix improperly hidden fwprintf.Denis Vlasenko2008-11-292-12/+3
* shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko2008-11-2913-81/+59
* reduce sigset_t size for 128 bytes to 64 bits:Denis Vlasenko2008-11-291-5/+11
* Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the archCarmelo Amoroso2008-11-271-0/+3
* - make isascii visible againBernhard Reutner-Fischer2008-11-271-2/+2
* - revert 24148:24151Bernhard Reutner-Fischer2008-11-265-26/+25
* libc/string: need additional work to remove libc_hidden_proto's properlyDenis Vlasenko2008-11-2614-39/+18
* - hide locksBernhard Reutner-Fischer2008-11-251-3/+3
* - remove some bloat that was added in r23660 and subsequent r23698.Bernhard Reutner-Fischer2008-11-253-15/+13
* - hide some time related relocsBernhard Reutner-Fischer2008-11-251-7/+10
* Make wcsxfrm visible also when LOCALE support is disabled.Carmelo Amoroso2008-11-251-0/+1
* - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.Bernhard Reutner-Fischer2008-11-2510-15/+2