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:           Sat Dec 22 14:43:45 UTC 2001

Modified Files:
        syssrc/sys/compat/irix: files.irix irix_syscall.h irix_syscallargs.h
            irix_syscalls.c irix_sysent.c irix_types.h syscalls.master
Added Files:
        syssrc/sys/compat/irix: irix_mount.c

Log Message:
implemented enough of getmountid to make commands using IRIX Universal Name
Service happy. Code in libc attempts to open files in the ns filesystem, and
then uses getmountid on failure to ensure that the ns filesystem is really
mounted. We don't emulate the ns filesystem yet, but getmountid now correctly
reports that ns is not present.
Note: It seems that the mountid of the ns filesystem should always be
00000005 00000000 00000000 7fff3000


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/compat/irix/files.irix
cvs rdiff -r0 -r1.1 syssrc/sys/compat/irix/irix_mount.c
cvs rdiff -r1.10 -r1.11 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.5 -r1.6 syssrc/sys/compat/irix/irix_types.h
cvs rdiff -r1.9 -r1.10 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.




Home | Main Index | Thread Index | Old Index