[PATCH] vi: avoid touching a new file with ZZ when no editing has been done

2017-02-12 Thread Yousong Zhou
This is the behaviour observed with standard vim and busybox vi of at least 1.22.1. It was changed with commit "32afd3a vi: some simplifications" which happened before 1.23.0. Mistyping filename on command line happens fairly often and it's better we restore the old behaviour to avoid a few unnec

Support for s390x

2017-02-12 Thread Zheng Xi Long
In download page (https://busybox.net/downloads/binaries/1.26.2-defconfig-multiarch/), I didn't find s390x there, is there a plan to support s390x download? Xi Long ___ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo

Re: [PATCH] modprobe: simplify code (printf in do_modprobe())

2017-02-12 Thread Kang-Che Sung
On Mon, Feb 13, 2017 at 4:55 AM, Denys Vlasenko wrote: > This would print extra trailing space. > > On Thu, Feb 9, 2017 at 4:02 PM, Kang-Che Sung wrote: >> Signed-off-by: Kang-Che Sung >> --- >> modutils/modprobe.c | 5 ++--- >> 1 file changed, 2 insertions(+), 3 deletions(-) >> >> diff --git a

Re: [PATCH] modprobe: simplify code (printf in do_modprobe())

2017-02-12 Thread Denys Vlasenko
This would print extra trailing space. On Thu, Feb 9, 2017 at 4:02 PM, Kang-Che Sung wrote: > Signed-off-by: Kang-Che Sung > --- > modutils/modprobe.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/modutils/modprobe.c b/modutils/modprobe.c > index a6224fa63..58e8b

Re: [PATCH 3/3] modprobe-small: define and use DEPMOD_OPT_n (option mask)

2017-02-12 Thread Denys Vlasenko
Applied, thanks On Thu, Feb 9, 2017 at 3:48 PM, Kang-Che Sung wrote: > Signed-off-by: Kang-Che Sung > --- > modutils/modprobe-small.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c > index 52765bc99..43625490b 100

Re: [PATCH 1/3] modprobe-small: document '-n' in depmod usage

2017-02-12 Thread Denys Vlasenko
Applied, thanks On Thu, Feb 9, 2017 at 3:48 PM, Kang-Che Sung wrote: > Signed-off-by: Kang-Che Sung > --- > modutils/modprobe-small.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c > index 431b8aeb2..41fd8917