Subject: Re: Linux emulation and not implemented syscalls
To: Matthias Scheler <tron@zhadum.de>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: tech-kern
Date: 08/16/1999 15:37:50
In message <7p9vcd$q67$1@colwyn.zhadum.de>Matthias Scheler writes:
>Should we modify sys_nosys() not to signal() a process if it is an
>Linux emulation process?

even better, create a linux_nosys() which DTRT for Linux, and frob
mksyscalls.sh to add (optional) prefixing for UNIMPL syscalls, then
add a nosys-prefixing line to the Linux syscalls.conf to make it
emit linux_nosys()  for UNIMPL syscalls, instead of nosys().