In article <20171121015824.ga17...@homeworld.netbsd.org>,
 <m...@netbsd.org> wrote:
>On Sun, Nov 19, 2017 at 03:23:02AM +0000, Robert Elz wrote:
>> Module Name: src
>> Committed By:        kre
>> Date:                Sun Nov 19 03:23:01 UTC 2017
>> 
>> Modified Files:
>>      src/bin/sh: eval.c option.list options.c output.c output.h sh.1 var.c
>> 
>> Log Message:
>> Implement the -X option - an apparent variant of -x which sends all trace
>> output to the stderr which existed when the -X option was (last) enabled.
>> It also enables tracing by enabling -x (and when reset, +X, also resets
>> the 'x' flag (+x)).  Note that it is still -x/+x which actually
>> enables/disables the trace output.   Hence "apparent variant" - what -X
>> actually does (aside from setting -x) is just to lock the trace output,
>> rather than having it follow wherever stderr is later redirected.
>
>Hi kre,
>
>This might be the reason the atari floppies are overflowing, but not
>sure.  conditionalizing the code seems to make it somewhat smaller but
>I haven't tested an atari build.
>
>I think it's enough reason to get rid of xioctl which is said to be
>unused.

The reason is that tsutsui@? added some binaries (sysctl? etc) back to
the ramdisk. We are working trying to fix it.

christos

Reply via email to