system.c
Use execve() rather than execl(). This is faster and doesn't use malloc()(and thus avoids an annoying problem which only seems to manifest itselfin KCL).
initial import of 386bsd-0.1 sources
12