summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move kernel-features.h header from the linuxthread directoryCarmelo Amoroso2008-12-1112-10/+11
* 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
* get rid of __libc_* symbols. Some whitespace cleanups.Khem Raj2008-12-111-27/+27
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-1032-252/+127
* 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
* - document environment variables used by the install_* targets.Bernhard Reutner-Fischer2008-12-101-0/+9
* Remove hardwired usr/ from install_utils (that's what $RUNTIME_PREFIX is for)Rob Landley2008-12-103-6/+12
* 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
* - improve documentation of utils and hostutilsBernhard Reutner-Fischer2008-12-091-5/+4
* Mention make utils, hostutils, install_utils.Rob Landley2008-12-091-1/+6
* 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
* CLean librt/*.oS too (NPTL will add some).Carmelo Amoroso2008-12-041-1/+1
* Go deeper while cleaning string directory to removeCarmelo Amoroso2008-12-041-1/+1
* Added do_awk commanf for invoking awk parser. It will be usedCarmelo Amoroso2008-12-041-0/+5
* - use proper macrosBernhard Reutner-Fischer2008-12-032-3/+3
* - use proper macro (no obj-code changes)Bernhard Reutner-Fischer2008-12-031-1/+1
* - Use runtime pagesize (Jeremy Kerr)Bernhard Reutner-Fischer2008-12-0315-80/+13
* 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-022-1/+8
* hostid: improve extremely unreadable partsDenis Vlasenko2008-12-0117-88/+44
* on Bernd's request, remove commented-out code snippetsDenis Vlasenko2008-12-019-26/+1
* 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-0116-95/+152
* 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-012-2/+6
* random: use smaller data fields where appropriateDenis Vlasenko2008-12-016-22/+12
* gethostbyname can use gethostbyname2, saving one nearly 0.5k static bufferDenis Vlasenko2008-12-012-15/+21
* 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-015-105/+67
* 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