OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-163-g18b932f
Gerrit Code Review
gerrit@openafs.org
Thu, 23 Sep 2010 02:47:18 -0700 (PDT)
The following commit has been merged in the master branch:
commit 18b932f29f7ac3d4da7736d58e6dc3833ca4c6f3
Author: Matt Smith <matt.j.sm@gmail.com>
Date: Thu Sep 16 15:44:04 2010 -0500
Updates to the Cache Manager to include NetBSD5 support
LKM currently builds and will mount when forced with the entry point
manually defined. Contents of /afs can be discovered, but when listing
the directory, the system call will not return.
Change-Id: I68ba1897b56613bd4ebbe331eea3140c6a963a7d
Reviewed-on: http://gerrit.openafs.org/2767
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/NBSD/osi_file.c | 16 +-
src/afs/NBSD/osi_groups.c | 7 +-
src/afs/NBSD/osi_machdep.h | 81 ++++-
src/afs/NBSD/osi_misc.c | 15 +-
src/afs/NBSD/osi_vcache.c | 8 +-
src/afs/NBSD/osi_vfsops.c | 51 +++-
src/afs/NBSD/osi_vnodeops.c | 749 +++++++++++++++++++++++++++----------
src/afs/VNOPS/afs_vnop_attrs.c | 4 +-
src/afs/VNOPS/afs_vnop_readdir.c | 28 +-
src/afs/VNOPS/afs_vnop_strategy.c | 2 +-
src/afs/afs.h | 4 +-
src/afs/afs_call.c | 3 +-
src/afs/afs_daemons.c | 20 +
src/afs/afs_osi.c | 8 +
src/afs/afs_osi.h | 9 +-
src/afs/afs_osi_alloc.c | 4 +-
src/afs/afs_syscall.c | 9 +-
src/afs/sysincludes.h | 3 +
src/afsd/afsd.c | 11 +-
src/afsd/afsd_kernel.c | 2 +-
src/config/param.nbsd50.h | 31 ++-
src/config/stds.h | 2 +-
src/fsint/afsaux.c | 3 +
src/libafs/MakefileProto.NBSD.in | 21 +-
src/rx/NBSD/rx_kmutex.h | 45 ++-
src/rx/rx_kcommon.c | 4 +-
src/rx/rx_packet.c | 2 +-
src/rx/xdr.h | 7 +
src/util/softsig.c | 2 +-
29 files changed, 884 insertions(+), 267 deletions(-)
--
OpenAFS Master Repository