Subject: slight changes and reorg of execve() code...
To: None <netbsd-ports@sun-lamp.cs.berkeley.edu>
From: Chris G. Demetriou <cgd@nobozo.CS.Berkeley.EDU>
List: netbsd-ports
Date: 01/07/1994 23:18:22
For the non-i386 and non-hp300 port hackers out there:

been doing a bit more execve() hacking; *lots* more is to come, but
not for a bit yet...

however, i changed the way some functions work, etc., and your kernel
sources won't compile because of the interface changes.

anyway, the code is now *easier* to understand, and you'll need to
make O(10) lines of diffs to your cpu-dependent exec functions, if
you have them.  You'll also prolly want to include <sys/exec_aout.h>
in the .c files that define them (again, if you have them).


for more details, look at the hp300 and/or i386 cpu-dependent exec
functions.


chris

------------------------------------------------------------------------------