Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   christos
Date:           Tue Oct  6 22:13:39 UTC 2015

Modified Files:
        src/sys/conf: debugsyms.c
        src/sys/kern: kern_auth.c
        src/sys/sys: kauth.h

Log Message:
Expose struct kauth_cred for the benefit of the debugger. I can't convince gcc
to produce debug info for the structure if it does not appear in more than
one source file.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/conf/debugsyms.c
cvs rdiff -u -r1.74 -r1.75 src/sys/kern/kern_auth.c
cvs rdiff -u -r1.72 -r1.73 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