NetBSD/sys/nfs
martin 2d731579e0 Pull up following revision(s) (requested by schmonz in ticket #1778):
sys/nfs/nfs_vnops.c: revision 1.325

NFS client: fix interop with macOS 14 servers.

Symptom: a bunch of "Cannot open `.' (Invalid argument)".
thorpej@ analysis and fix: on the first request to read a given
directory, make sure READDIR and READDIRPLUS cookie verifiers are
being set to 0. This is in RFC1813 and macOS must have gotten
stricter about it.

Verified on 10.0_RC1/aarch64 to fix the reproducers in PR kern/57691 as
well as the original use case in which I met the bug: pkg_rr once again
runs to completion.
2023-12-11 12:34:43 +00:00
..
Makefile
files.nfs
krpc.h
krpc_subr.c
nfs.h
nfs_bio.c
nfs_boot.c
nfs_bootdhcp.c
nfs_bootparam.c
nfs_bootstatic.c
nfs_clntsocket.c
nfs_clntsubs.c
nfs_export.c
nfs_iod.c
nfs_kq.c
nfs_node.c
nfs_serv.c Pull up following revision(s) (requested by riastradh in ticket #1617): 2023-03-30 11:59:24 +00:00
nfs_socket.c
nfs_srvcache.c
nfs_srvsocket.c Pull up following revision(s) (requested by hannken in ticket #1555): 2022-12-20 09:56:28 +00:00
nfs_srvsubs.c Pull up following revision(s) (requested by riastradh in ticket #1617): 2023-03-30 11:59:24 +00:00
nfs_subs.c
nfs_syscalls.c
nfs_var.h
nfs_vfsops.c
nfs_vnops.c Pull up following revision(s) (requested by schmonz in ticket #1778): 2023-12-11 12:34:43 +00:00
nfsdiskless.h
nfsm_subs.h Pull up following revision(s) (requested by riastradh in ticket #1617): 2023-03-30 11:59:24 +00:00
nfsmount.h
nfsnode.h
nfsproto.h
nfsrtt.h
nfsrvcache.h
rpcv2.h
xdr_subs.h