> I have checked through this, and added the full Linux features to kill(2),
> and the call to getpgid(3) in killpg(3) is not necessary, as calling
> kill(0, SIGNAL) automatically kill the current processes pgrp.
>
> Any thoughts on where the best place to put this is?
Well, this stuff is supposed to be in Rob's libc code, for kill(2). But you
may
put up a patch for libc in a root ELKS subdirectory, until Rob patches the
devkit.
This is what I did for putenv(), which fixed some nasty shell behaviour.
Greg