Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [elad-kernelauth] src/sys
Module Name: src
Committed By: elad
Date: Sun Mar 12 17:15:15 UTC 2006
Modified Files:
src/sys/kern [elad-kernelauth]: kern_auth.c
src/sys/nfs [elad-kernelauth]: nfs_export.c nfs_syscalls.c
src/sys/sys [elad-kernelauth]: kauth.h
Log Message:
Rename kauth_cred_compare() to kauth_cred_uucmp(), and kauth_cred_convert()
to kauth_cred_uucvt(). This makes it clearer that we're working on struct
uucred.
Inspired by comments from yamt@.
To generate a diff of this commit:
cvs rdiff -r1.1.2.21 -r1.1.2.22 src/sys/kern/kern_auth.c
cvs rdiff -r1.9.8.3 -r1.9.8.4 src/sys/nfs/nfs_export.c
cvs rdiff -r1.88.8.4 -r1.88.8.5 src/sys/nfs/nfs_syscalls.c
cvs rdiff -r1.1.2.13 -r1.1.2.14 src/sys/sys/kauth.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