Date: Fri, 4 Jun 1999 22:35:05 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_nqlease.c nfs_serv.c nfs_socket.c nfs_subs.c nfs_vfsops.c nfs_vnops.c nfsm_subs.h xdr_subs.h Message-ID: <199906050535.WAA19650@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1999/06/04 22:35:05 PDT Modified files: sys/nfs nfs_nqlease.c nfs_serv.c nfs_socket.c nfs_subs.c nfs_vfsops.c nfs_vnops.c nfsm_subs.h xdr_subs.h Log: Various changes lifted from the OpenBSD cvs tree: txdr_hyper and fxdr_hyper tweaks to avoid excessive CPU order knowledge. nfs_serv.c: don't call nfsm_adj() with negative values, windows clients could crash servers when doing a readdir of a large directory. nfs_socket.c: Use IP_PORTRANGE to get a priviliged port without a spin loop trying to bind(). Don't clobber a mbuf pointer or we get panics on a NFS3ERR_JUKEBOX error from a server when reusing a freed mbuf. nfs_subs.c: Don't loose st_blocks on NFSv2 mounts when > 2GB. Obtained from: OpenBSD Revision Changes Path 1.42 +3 -3 src/sys/nfs/nfs_nqlease.c 1.78 +29 -27 src/sys/nfs/nfs_serv.c 1.53 +33 -13 src/sys/nfs/nfs_socket.c 1.75 +7 -7 src/sys/nfs/nfs_subs.c 1.84 +5 -5 src/sys/nfs/nfs_vfsops.c 1.130 +6 -6 src/sys/nfs/nfs_vnops.c 1.23 +3 -3 src/sys/nfs/nfsm_subs.h 1.11 +6 -7 src/sys/nfs/xdr_subs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906050535.WAA19650>