summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* fix for build failures resulting from "string ops for i386" changeDenis Vlasenko2008-12-172-1/+2
* - provide INTERNAL_SYSCALL for ia64 (Stefan Assmann, sassmann at suse de)Bernhard Reutner-Fischer2008-12-171-81/+110
* since gcc -Os hates us and does not inline string ops,Denis Vlasenko2008-12-179-9/+9
* memchr: smaller i386 versionDenis Vlasenko2008-12-172-26/+34
* resolv: fix testcase failureDenis Vlasenko2008-12-171-2/+2
* - emulate unavailable syscall getpgrp on e.g. ia64 (Stefan Assmann)Bernhard Reutner-Fischer2008-12-161-1/+13
* Remove __libc_posix_fadvise[64] alias. It existed on i386 and arm only,Denis Vlasenko2008-12-153-15/+47
* remove some duplicates in bits/signum.h. No code changes.Denis Vlasenko2008-12-155-99/+2
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-1518-644/+326
* heed compiler warnings about checking non-defined variables in #if directivesDenis Vlasenko2008-12-144-12/+12
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-1316-173/+37
* make all "XXXhidden_proto(" consistently not use a space before '('Denis Vlasenko2008-12-133-9/+9
* string/generic/memcmp.c: remove some really paranoid guardsDenis Vlasenko2008-12-131-15/+2
* *: document __USE_EXTERN_INLINES better;Denis Vlasenko2008-12-131-0/+2
* i386/brk.c: gcc can't figure out how to use %ebx in PIC mode,Denis Vlasenko2008-12-121-7/+12
* *: remove vestiges of gcc's "bounded pointers" feature,Denis Vlasenko2008-12-124-59/+28
* smaller brk() for i386. Inspected assembly to see it's still valid.Denis Vlasenko2008-12-121-14/+12
* Move kernel-features.h header from the linuxthread directoryCarmelo Amoroso2008-12-112-0/+81
* 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