Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/sysctl
Module Name: src
Committed By: kamil
Date: Sun Aug 18 04:10:22 UTC 2019
Modified Files:
src/sbin/sysctl: Makefile prog_ops.h sysctl.c sysctl_hostops.c
sysctl_rumpops.c
Log Message:
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.22 src/sbin/sysctl/Makefile
cvs rdiff -u -r1.2 -r1.3 src/sbin/sysctl/prog_ops.h
cvs rdiff -u -r1.161 -r1.162 src/sbin/sysctl/sysctl.c
cvs rdiff -u -r1.1 -r1.2 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.
Home |
Main Index |
Thread Index |
Old Index