Subject: CVS commit: syssrc/sys/compat/irix
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 06/05/2002 20:27:13
Module Name:	syssrc
Committed By:	manu
Date:		Wed Jun  5 17:27:12 UTC 2002

Modified Files:
	syssrc/sys/compat/irix: irix_exec.c irix_exec.h irix_prctl.c
	    irix_prctl.h irix_syscall.h irix_syscallargs.h irix_syscalls.c
	    irix_sysent.c syscalls.master

Log Message:
- Introduce irix_check_exec() to check if a given process is an IRIX one
- First implementation of procblk(). THis is supposed to suspend processes.
We emulate this by sending a SIGSTOP, which is not very accurate since
on IRIX, sending a SIGCONT to a process suspended by procblk() will not
resume it.
- support for shared groups


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 syssrc/sys/compat/irix/irix_exec.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/compat/irix/irix_exec.h
cvs rdiff -r1.11 -r1.12 syssrc/sys/compat/irix/irix_prctl.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/compat/irix/irix_prctl.h
cvs rdiff -r1.45 -r1.46 syssrc/sys/compat/irix/irix_syscall.h \
    syssrc/sys/compat/irix/irix_syscallargs.h \
    syssrc/sys/compat/irix/irix_syscalls.c \
    syssrc/sys/compat/irix/irix_sysent.c
cvs rdiff -r1.43 -r1.44 syssrc/sys/compat/irix/syscalls.master

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.