[PATCH 0/9] uClibc: OpenWrt patch queue

Florian Fainelli florian at openwrt.org
Fri Sep 21 15:29:10 UTC 2012


Hi all,

This patch series contains fixes accumulated in OpenWrt and which
have not been sent upstream. Most of them come from Felix Fietkau.

  libc/inet/resolv.c: fix segfault while reading /etc/hosts.
  libc/inet/resolv.c: fix getting the nameserver from _res state after
    res_init.
  AVR32: declare missing result variable.
  libpthread/nptl: do not exceed architecture specific stack default
    size
  _vfprintf.c: use 'fputws_unlocked(S,F)' instead of 'fputws(S,F)'
  string: turn SUSv3 legacy macros into inline functions.
  math.h: add wrappers for the missing finite() functions
  libpthread/nptl: fix infinite recursion on application exit triggered
    by linking libc before libpthead
  Rules.mak: disable forced unwind on NPTL.

 Rules.mak                              |    1 -
 include/math.h                         |    7 +++++-
 include/string.h                       |   38 +++++++++++++++++++++++++-------
 libc/inet/resolv.c                     |    3 ++-
 libc/stdio/_vfprintf.c                 |    2 +-
 libc/sysdeps/linux/avr32/bits/atomic.h |    1 +
 libpthread/nptl/cleanup_defer_compat.c |    8 +++----
 libpthread/nptl/init.c                 |    8 +++++--
 8 files changed, 50 insertions(+), 18 deletions(-)

-- 
1.7.9.5



More information about the uClibc mailing list