Module Name: src Committed By: martin Date: Mon Aug 19 16:00:04 UTC 2019
Modified Files: src/sbin/sysctl [netbsd-9]: Makefile prog_ops.h sysctl.c sysctl_hostops.c sysctl_rumpops.c Log Message: Pull up following revision(s) (requested by kamil in ticket #95): sbin/sysctl/prog_ops.h: revision 1.3 sbin/sysctl/sysctl_rumpops.c: revision 1.2 sbin/sysctl/sysctl_hostops.c: revision 1.2 sbin/sysctl/Makefile: revision 1.22 sbin/sysctl/sysctl.c: revision 1.162 sysctl: Add indirection of symbols to remove clash with sanitizers Add indirection and symbol renaming under MKSANITIZER for the linked in version of sysctlbyname and sysctlgetmibinfo. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.21.32.1 src/sbin/sysctl/Makefile cvs rdiff -u -r1.2 -r1.2.48.1 src/sbin/sysctl/prog_ops.h cvs rdiff -u -r1.161 -r1.161.2.1 src/sbin/sysctl/sysctl.c cvs rdiff -u -r1.1 -r1.1.48.1 src/sbin/sysctl/sysctl_hostops.c \ src/sbin/sysctl/sysctl_rumpops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.