Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
cgd
Tue Oct 1 22:23:04 PDT 1996
Update of /cvsroot/src/share/man/man8
In directory netbsd1:/var/slash-tmp/cvs-serv13363
Modified Files:
compat_linux.8 compat_svr4.8
Log Message:
document that EXEC_AOUT and EXEC_ELF{32,64} need to be specified a kernel
options to get support for those executable types. (Actually, EXEC_ELF64
isn't supported by these emulations yet, but in theory, eventually, it
should work, so i've documented it.)
cgd
Tue Oct 1 22:29:31 PDT 1996
Update of /cvsroot/src/sys/conf
In directory netbsd1:/var/slash-tmp/cvs-serv14554/conf
Modified Files:
files files.oldconf
Log Message:
allow a.out executable support to be optional (conditioned on EXEC_AOUT),
and shell script support to be optional (conditioned on EXEC_SCRIPT).
Remove the implicit inclusion of EXEC_ECOFF when COMPAT_OSF1 and/or
COMPAT_ULTRIX is included, and of EXEC_ELF32 when COMPAT_LINUX and/or
COMPAT_SVR4 is included.
cgd
Tue Oct 1 22:29:32 PDT 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv14554/kern
Modified Files:
exec_conf.c
Log Message:
allow a.out executable support to be optional (conditioned on EXEC_AOUT),
and shell script support to be optional (conditioned on EXEC_SCRIPT).
Remove the implicit inclusion of EXEC_ECOFF when COMPAT_OSF1 and/or
COMPAT_ULTRIX is included, and of EXEC_ELF32 when COMPAT_LINUX and/or
COMPAT_SVR4 is included.
Home |
Main Index |
Thread Index |
Old Index