summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-06microblaze linux has no SDA supportSteve Bennett
2011-10-06microblaze can be either big or little endianSteve Bennett
2011-10-06microblaze has long double support tooRyan Flux
2011-10-06Use the generic bits/select.h for microblazeSteve Bennett
2011-10-01tests: ignore new inet testMike Frysinger
2011-10-01tests: add fallback for mktemp()Mike Frysinger
2011-10-01ldso: x86_64: delete unused variableMike Frysinger
2011-10-01ldso: constify reloc array itselfMike Frysinger
2011-09-15Defeat compiler optimization which assumes function addresses are never NULLDenys Vlasenko
2011-09-12config: tweak help textBernhard Reutner-Fischer
2011-09-10resolv: simple optimizations and style/readability fixesDenys Vlasenko
2011-08-26ldso: fix build with PRELINK enabled and !TLSCarmelo Amoroso
2011-08-26ldso: add missing includeBernhard Reutner-Fischer
2011-08-26inet: build all res_* and ns_* functions conditionallyDaniel Mack
2011-08-26include/resolv.h: provide __res_state._u even if !__UCLIBC_HAS_IPV6__Daniel Mack
2011-08-26inet/resolv: add res_ninit and res_ncloseDaniel Mack
2011-08-26inet/resolv: add res_mkqueryDaniel Mack
2011-08-26inet/resolv: add ns_initparse, ns_parserr, ns_skiprr and ns_msg_getflagDaniel Mack
2011-08-26inet/resolv: add dn_skipname and ns_name_skipDaniel Mack
2011-08-26inet/resolv: Add dn_compDaniel Mack
2011-08-26inet/resolv: add ns_name_pton, ns_name_pack and ns_name_compressDaniel Mack
2011-08-26inet/resolv: add ns_{put,get}{16,32}Daniel Mack
2011-08-26libc/inet/resolv.c: comment on #endif linesDaniel Mack
2011-08-26extra/Configs/Config.in: drop "default n" linesDaniel Mack
2011-07-27ldso/mips: Clean up warningsKevin Cernekee
2011-07-27ldso/mips: dlsym() incorrectly matches undefined symbolsKevin Cernekee
2011-07-27ldso/mips: Enable bootstrap relocationsKevin Cernekee
2011-07-25libdl: add option for controlling dl_cleanupRichard Braun
2011-07-12ldso: fix build error due to missing variable 'st'Douglas Mencken
2011-07-07x86_64/elfinterp.c: Protect missed debug _dl_printf with __SUPPORT_LD_DEBUG__Khem Raj
2011-07-01mips/signalfd.h: SFD_NONBLOCK for mips is 0200 unlike 04000 commonlyKhem Raj
2011-07-01Config.in.arch: Free UCLIBC_HAS_FPU setting from depending on UCLIBC_HAS_FLOATSKhem Raj
2011-07-01ldso: arm: fix build when prelinking is enabled.Carmelo Amoroso
2011-07-01Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-06-29libc: add missing lock initialization in vswprintfMaksim Rayskiy
2011-06-24libubacktrace: fix makefile clean targetCarmelo Amoroso
2011-06-24Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-06-24fts: fix warning due to old-style function definitionCarmelo Amoroso
2011-06-24ldso_tls: fix compiler warning due to missing castCarmelo Amoroso
2011-06-17resolv: fix bug in res_init with ipv6 nameserversBernhard Reutner-Fischer
2011-06-14config: Fix passing defconfig argsBernhard Reutner-Fischer
2011-06-14buildsys: pt-initfini.s depends on uClibc_config.hBernhard Reutner-Fischer
2011-06-14libdl: search for ELF_RTYPE_CLASS_DLSYM in dlsym()Bernhard Reutner-Fischer
2011-06-14resolv: try next server on SERVFAILBernhard Reutner-Fischer
2011-06-14getaddrinfo: allow numeric service without any hintsNatanael Copa
2011-06-14bump version to 0.9.33-gitBernhard Reutner-Fischer
2011-06-13nptl/pthread: Correct path for machine specific pt-initfini.cKhem Raj
2011-06-13ctor/dtor nptl: Fix init and fini function compilationKhem Raj
2011-06-11Rules.mak: Rearrange appending UCLIBC_EXTRA_CFLAGS to CFLAGSKhem Raj
2011-06-11ARM: remove EABI/OABI selectionYann E. MORIN