Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   elad
Date:           Tue Sep 19 22:03:11 UTC 2006

Modified Files:
        src/share/man/man9: kauth.9
        src/sys/arch/amd64/amd64: netbsd32_machdep.c sys_machdep.c
        src/sys/arch/i386/i386: sys_machdep.c
        src/sys/arch/xen/i386: sys_machdep.c
        src/sys/kern: kern_auth.c
        src/sys/sys: kauth.h

Log Message:
Lose (void *) casts on the machdep scope authorization wrapper. Update
documentation.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/share/man/man9/kauth.9
cvs rdiff -r1.26 -r1.27 src/sys/arch/amd64/amd64/netbsd32_machdep.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/amd64/amd64/sys_machdep.c
cvs rdiff -r1.75 -r1.76 src/sys/arch/i386/i386/sys_machdep.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/xen/i386/sys_machdep.c
cvs rdiff -r1.23 -r1.24 src/sys/kern/kern_auth.c
cvs rdiff -r1.8 -r1.9 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