Date: Sun, 9 Oct 2005 03:21:56 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_common.c nfs_common.h src/sys/nfsclient nfs_socket.c Message-ID: <200510090321.j993LuS5030341@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2005-10-09 03:21:56 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/nfs nfs_common.c nfs_common.h
sys/nfsclient nfs_socket.c
Log:
MFC (by ps):
| Fixes for NFS crashes on architectures that require strict alignment.
| - Fix nfsm_disct() so that after pulling up data, the remaining data
| is aligned if necessary.
| - Fix nfs_clnt_tcp_soupcall() to bcopy() the rpc length out of the
| mbuf (instead of casting m_data to a uint32).
|
| Submitted by: Pyun YongHyeon
| Reviewed by: Mohan Srinivasan
|
| Revision Changes Path
| 1.118 +12 -3 src/sys/nfs/nfs_common.c
| 1.38 +6 -0 src/sys/nfs/nfs_common.h
| 1.126 +2 -1 src/sys/nfsclient/nfs_socket.c
Approved by: re (scottl)
Revision Changes Path
1.117.2.1 +12 -3 src/sys/nfs/nfs_common.c
1.37.2.1 +6 -0 src/sys/nfs/nfs_common.h
1.125.2.3 +2 -1 src/sys/nfsclient/nfs_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510090321.j993LuS5030341>
