Source-Changes archive

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

CVS commit: [netbsd-9] src/usr.bin/sockstat



Module Name:    src
Committed By:   martin
Date:           Mon Aug 19 16:01:52 UTC 2019

Modified Files:
        src/usr.bin/sockstat [netbsd-9]: Makefile prog_ops.h sockstat.c
            sockstat_hostops.c sockstat_rumpops.c

Log Message:
Pull up following revision(s) (requested by kamil in ticket #96):

        usr.bin/sockstat/sockstat.c: revision 1.21
        usr.bin/sockstat/prog_ops.h: revision 1.2
        usr.bin/sockstat/sockstat_rumpops.c: revision 1.2
        usr.bin/sockstat/sockstat_hostops.c: revision 1.2
        usr.bin/sockstat/Makefile: revision 1.4

sockstat: Add indirection of symbols to remove clash with sanitizers

Add indirection and symbol renaming under MKSANITIZER for the linked in
version of sysctlgetmibinfo and sysctlnametomib.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.46.1 src/usr.bin/sockstat/Makefile
cvs rdiff -u -r1.1 -r1.1.48.1 src/usr.bin/sockstat/prog_ops.h \
    src/usr.bin/sockstat/sockstat_hostops.c \
    src/usr.bin/sockstat/sockstat_rumpops.c
cvs rdiff -u -r1.20 -r1.20.2.1 src/usr.bin/sockstat/sockstat.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