Re: [PATCH] add exec -a support (preliminary)

2017-02-01 Thread Patrick Pief
On Wed, 01 Feb 2017 07:30:46 +0100 Denys Vlasenko wrote > On Fri, Jan 27, 2017 at 12:56 AM, Patrick Pief wrote: > > There were several times where I thought that having "exec -a" in busybox > > would > > be neat, and while "exec -a"

Re: 'case' UTF-8 bug

2017-02-01 Thread Denys Vlasenko
On Sat, Dec 24, 2016 at 2:17 PM, Martijn Dekker wrote: > Op 24-11-16 om 08:22 schreef Denys Vlasenko: >> On Thu, Nov 24, 2016 at 2:57 AM, Martijn Dekker wrote: >>> Op 24-11-16 om 00:14 schreef Denys Vlasenko: Can't reproduce: >>> [...] Tried with

[PATCH] Reorder modutils config options & fix yet more dependency

2017-02-01 Thread Kang-Che Sung
- modprobe can indirectly benefit from FEATURE_2_4_MODULES and FEATURE_INSMOD_TRY_MAP options. - The position of config FEATURE_INSMOD_TRY_MMAP prevented some other config options from indenting under FEATURE_2_4_MODULES. Reorder to fix this. - FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED is

[PATCH] modutils: fix config options dependency (2)

2017-02-01 Thread Kang-Che Sung
- The modprobe-small implementation of rmmod no longer chdir's to "/lib/modules/`uname -r`" as it was not necessary for rmmod's operation. (And it no longer need to die if such modules directory doesn't exist.) - Configs DEFAULT_MODULES_DIR and DEFAULT_DEPMOD_FILE no longer depend on

Re: [PATCH] cmdline module options can be disabled on "big" modutils

2017-02-01 Thread Denys Vlasenko
applied, thanks On Wed, Feb 1, 2017 at 3:34 AM, Kang-Che Sung wrote: > Allow module options on command line to be disabled on "big" modutils. > > Config FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE is renamed to > FEATURE_CMDLINE_MODULE_OPTIONS and no longer depends on