Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/nfs
Module Name: src
Committed By: yamt
Date: Thu May 18 12:44:45 UTC 2006
Modified Files:
src/sys/nfs: nfs_export.c nfs_nqlease.c nfs_socket.c nfs_subs.c
nfs_syscalls.c nfs_var.h
Log Message:
- fix some leaks in nfsd, introduced by kauth changes.
- simplify code.
- add some assertions.
- wrap some long lines.
- remove an unnecessary ";".
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/nfs/nfs_export.c
cvs rdiff -r1.62 -r1.63 src/sys/nfs/nfs_nqlease.c
cvs rdiff -r1.130 -r1.131 src/sys/nfs/nfs_socket.c
cvs rdiff -r1.162 -r1.163 src/sys/nfs/nfs_subs.c
cvs rdiff -r1.92 -r1.93 src/sys/nfs/nfs_syscalls.c
cvs rdiff -r1.59 -r1.60 src/sys/nfs/nfs_var.h
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