This release continues to stabilise the stdio codebase.
It has fixes for latest linux 3.6, a sync to latest dash
and of course several arm fixes.
Thank you all.
Bill Pringlemeir (1):
[klibc] [PATCH] fix ARM longjmp with zero 'val'.
Christoph Mathys (1):
[klibc] [BUILTIN] Add support for ulimit -r
Colin Watson (1):
[klibc] include: [sys/time.h] fix for Linux 3.5.1
David S. Miller (1):
[klibc] [SHELL] Allow building without LINEO support
H. Peter Anvin (1):
[klibc] 2.0.1 released, next version is 2.0.2
Harald van Dijk (1):
[klibc] [ARITH] Avoid imaxdiv when only one of the results is wanted
Herbert Xu (3):
[klibc] [BUILTIN] Eliminate unnecessary promotion in echocmd
[klibc] [BUILTIN] Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when
leaving dotcmd
[klibc] [VAR] Sanitise environment variable names on entry
Jim Meyering (4):
[klibc] [MEMALLOC] Avoid gcc warning: variable 'oldstackp' set but
not used
[klibc] [MEMALLOC] Avoid clang warning about dead store to
"size"
[klibc] [EVAL] Avoid using undefined handler
[klibc] Avoid overflow for very long variable name
Jonathan Nieder (2):
[klibc] [EVAL] Remove unused EV_BACKCMD flag
[klibc] [OUTPUT] Make outc an inline function
Steve McIntyre (1):
[klibc] arm/setjmp.S: fix longjmp
Thorsten Glaser (3):
[klibc] arm: fix trashing of callee-saved registers in thumb setjmp()
[klibc] arm: unbreak armhf shared binaries (those with thumb)
[klibc] arm: remove unused variable
maximilian attems (7):
[klibc] include: [sys/types.h] bury __kernel_nlink_t
[klibc] include: [ppc64/klibc/archstat.h] get rid of nlink_t use
[klibc] inlcude: [mips*/klibc/archstat.h] get rid of nlink_t
[klibc] [SHELL] Fix klibc DEBUG compilation
[klibc] dash: sync with latest git
[klibc] kbuild: Fix permissions of headers
[klibc]?dash:?resync?with?latest?git
scripts/Kbuild.install | 1 +
usr/dash/README.dash | 3 +-
usr/dash/arith_yacc.c | 9 ---
usr/dash/bltin/printf.c | 2 +-
usr/dash/config.h | 12 ++--
usr/dash/eval.c | 70 ++++++--------------
usr/dash/eval.h | 1 -
usr/dash/main.c | 2 +-
usr/dash/memalloc.c | 6 +-
usr/dash/miscbltin.c | 3 +
usr/dash/output.h | 15 ++++-
usr/dash/parser.c | 2 +-
usr/dash/show.c | 6 ++
usr/dash/var.c | 7 +-
usr/dash/var.h | 6 ++
usr/include/arch/mips/klibc/archstat.h | 4 +-
usr/include/arch/mips64/klibc/archstat.h | 4 +-
usr/include/arch/ppc64/klibc/archstat.h | 2 +-
usr/include/sys/time.h | 3 +
usr/include/sys/types.h | 1 -
usr/klibc/arch/arm/MCONFIG | 2 +-
usr/klibc/arch/arm/setjmp.S | 6 +-
usr/klibc/arch/sh/MCONFIG | 1 -
usr/klibc/version | 2 +-
24 files changed, 87 insertions(+), 83 deletions(-)
--
maks