Re: [PATCH] Re: #! incompatible -- binfmt_script.c broken?

Alan Cox (alan@lxorguk.ukuu.org.uk)
10 Dec 2002 00:40:55 +0000


On Mon, 2002-12-09 at 19:23, H. Peter Anvin wrote:
> We probably can, but a better question is really: what are the
> semantics that users expect? Given that Unices are by and large
> inconsistent, we should pick the behaviour that makes sense to the
> most people. I suspect that most people would expect whitespace
> partition.

I'd rather keep it as is. We should be doing IFS partition with quoting,
UTF-8 awareness according to locale and locale specific rules on
whitespace. That says "userspace" all over it.

We can keep this out of kernel which is good - though it reminds me we
do need to fix backspace/delete in the tty layer on a unicode configured
tty to do the right thing. (Extra ioctls for unicode delete characters
are a longer less funny subject though)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/