Sujet : Re: Case Insensitive File Systems -- Torvalds Hates Them
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.miscDate : 04. May 2025, 22:22:27
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vv8lqj$2qpl1$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Pan/0.162 (Pokrosvk)
On Sat, 03 May 2025 21:08:47 +0100, Richard Kettlewell wrote:
The Natural Philosopher <tnp@invalid.invalid> writes:
>
No, its part of the runtime of the C language
>
It really isn’t. You can trace it through the implementation of execve
and the Glibc startup, if you want.
Here’s the guts
<
https://elixir.bootlin.com/linux/v6.14.5/source/fs/exec.c#L1893> of
the kernel code that does the invocation of a new program. You can see
the array of argument strings being passed in there.