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:           Mon Apr 22 05:58:49 UTC 2002

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

Log Message:
- We now use irix_sys_mmap instead of svr4_sys_mmap
- initial support for MAP_AUTOGROW flag. When mapping beyond the end of file is
requested with MAP_AUTOGROW, if pages beyond the end of file are touched, the
file should be resized. We are not able to emulate this yet, so we immediatly
resize the file to fit the whole mapping.
- implements mmap64


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/compat/irix/files.irix
cvs rdiff -r0 -r1.1 syssrc/sys/compat/irix/irix_mman.c \
    syssrc/sys/compat/irix/irix_mman.h
cvs rdiff -r1.37 -r1.38 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.36 -r1.37 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