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:   maxv
Date:           Thu Nov 14 17:09:23 UTC 2019

Modified Files:
        src/sys/arch/aarch64/aarch64: aarch64_machdep.c pmap.c
        src/sys/arch/amd64/amd64: machdep.c
        src/sys/arch/x86/x86: pmap.c
        src/sys/sys: asan.h

Log Message:
Mark several kASan functions with __nothing, to avoid annoying #ifdefs.
Same as kCSan and kMSan.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/aarch64/aarch64/aarch64_machdep.c
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/aarch64/aarch64/pmap.c
cvs rdiff -u -r1.340 -r1.341 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -u -r1.339 -r1.340 src/sys/arch/x86/x86/pmap.c
cvs rdiff -u -r1.11 -r1.12 src/sys/sys/asan.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