Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat
Module Name: src
Committed By: atatat
Date: Tue Jan 28 21:57:47 UTC 2003
Modified Files:
src/sys/compat/ibcs2: ibcs2_misc.c
src/sys/compat/sunos: sunos_misc.c
src/sys/compat/sunos32: sunos32_misc.c
src/sys/compat/svr4: svr4_misc.c
src/sys/compat/svr4_32: svr4_32_misc.c
src/sys/compat/ultrix: ultrix_misc.c
Log Message:
No need to pick a "default address" for mmap in compat code, since we
merely call sys_mmap() at the end anyway, and that will pick the
address for us, if it's needed.
Likewise for checking if /dev/zero is being mapped.
To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 src/sys/compat/ibcs2/ibcs2_misc.c
cvs rdiff -r1.117 -r1.118 src/sys/compat/sunos/sunos_misc.c
cvs rdiff -r1.15 -r1.16 src/sys/compat/sunos32/sunos32_misc.c
cvs rdiff -r1.99 -r1.100 src/sys/compat/svr4/svr4_misc.c
cvs rdiff -r1.14 -r1.15 src/sys/compat/svr4_32/svr4_32_misc.c
cvs rdiff -r1.81 -r1.82 src/sys/compat/ultrix/ultrix_misc.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