Source-Changes archive

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

CVS commit: [netbsd-1-6] src/sys/compat



Module Name:    src
Committed By:   tron
Date:           Thu Oct  2 09:52:42 UTC 2003

Modified Files:
        src/sys/compat/common [netbsd-1-6]: compat_exec.c
        src/sys/compat/linux/common [netbsd-1-6]: linux_uselib.c

Log Message:
Pull up revision 1.7 (requested by junyoung in ticket #1488):
count executable image pages as executable for vm-usage purposes.
also, always do the VTEXT vs. v_writecount mutual exclusion
(which we previously skipped if the text or data segment was empty).


To generate a diff of this commit:
cvs rdiff -r1.5.10.1 -r1.5.10.2 src/sys/compat/common/compat_exec.c
cvs rdiff -r1.6 -r1.6.6.1 src/sys/compat/linux/common/linux_uselib.c

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