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: dsl
Date: Thu Jul 12 19:41:58 UTC 2007
Modified Files:
src/sys/compat/freebsd: freebsd_file.c
src/sys/compat/irix: irix_usema.c
src/sys/compat/osf1: osf1_mount.c
src/sys/compat/sunos: sunos_misc.c
src/sys/compat/sunos32: sunos32_misc.c
src/sys/compat/ultrix: ultrix_fs.c
Log Message:
Change compat mount code to pass do_sys_mount() kernel resident buffers.
Possibly the standard nfs code needs teaching how to set the length and
address family in order to support non-netbsd sockaddr.
There are now no active stackgap() calls in the compat tree.
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/compat/freebsd/freebsd_file.c
cvs rdiff -r1.19 -r1.20 src/sys/compat/irix/irix_usema.c
cvs rdiff -r1.34 -r1.35 src/sys/compat/osf1/osf1_mount.c
cvs rdiff -r1.149 -r1.150 src/sys/compat/sunos/sunos_misc.c
cvs rdiff -r1.49 -r1.50 src/sys/compat/sunos32/sunos32_misc.c
cvs rdiff -r1.37 -r1.38 src/sys/compat/ultrix/ultrix_fs.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