Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/compat/irix



Module Name:    syssrc
Committed By:   manu
Date:           Sun Aug 25 19:03:14 UTC 2002

Modified Files:
        syssrc/sys/compat/irix: irix_exec.c irix_exec.h irix_ioctl.c
            irix_prctl.c irix_prctl.h irix_usema.c irix_usema.h

Log Message:
- add locks to structures used by the /dev/usema driver and the
usync_cntl() system calls.

- when usync_cntl is used and the process is aborted (eg: by kill -9)
libc does not call usync_cntl() to unblock things. We have to cleanup
data allocated in the kernel. This is now done through the emulation
specific exit hook

- IRIX initialize some data in the system part of the PRDA: the pid and
a prid (PRDA ID?). We initialize both to pid.

- Move back struct irix_share_group from irix_exec.h to irix_prctl.h, it
is more revelant here.

- fix a few typos


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/compat/irix/irix_exec.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/compat/irix/irix_exec.h
cvs rdiff -r1.2 -r1.3 syssrc/sys/compat/irix/irix_ioctl.c
cvs rdiff -r1.15 -r1.16 syssrc/sys/compat/irix/irix_prctl.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/compat/irix/irix_prctl.h \
    syssrc/sys/compat/irix/irix_usema.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/compat/irix/irix_usema.h

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




Home | Main Index | Thread Index | Old Index