Source-Changes archive

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

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



Module Name:    src
Committed By:   martin
Date:           Mon Aug 19 15:56:49 UTC 2019

Modified Files:
        src/usr.bin/netstat [netbsd-9]: Makefile atalk.c bpf.c fast_ipsec.c
            inet.c inet6.c netstat_hostops.c netstat_rumpops.c pfkey.c pfsync.c
            prog_ops.h

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

        usr.bin/netstat/netstat_rumpops.c: revision 1.2
        usr.bin/netstat/netstat_hostops.c: revision 1.2
        usr.bin/netstat/inet6.c: revision 1.73
        usr.bin/netstat/bpf.c: revision 1.14
        usr.bin/netstat/Makefile: revision 1.46
        usr.bin/netstat/prog_ops.h: revision 1.3
        usr.bin/netstat/pfsync.c: revision 1.2
        usr.bin/netstat/pfkey.c: revision 1.2
        usr.bin/netstat/fast_ipsec.c: revision 1.23
        usr.bin/netstat/atalk.c: revision 1.17
        usr.bin/netstat/inet.c: revision 1.110

netstat: Add indirection of symbols to remove clash with sanitizers

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


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.45.6.1 src/usr.bin/netstat/Makefile
cvs rdiff -u -r1.16 -r1.16.18.1 src/usr.bin/netstat/atalk.c
cvs rdiff -u -r1.13 -r1.13.4.1 src/usr.bin/netstat/bpf.c
cvs rdiff -u -r1.22 -r1.22.8.1 src/usr.bin/netstat/fast_ipsec.c
cvs rdiff -u -r1.109 -r1.109.2.1 src/usr.bin/netstat/inet.c
cvs rdiff -u -r1.72 -r1.72.2.1 src/usr.bin/netstat/inet6.c
cvs rdiff -u -r1.1 -r1.1.48.1 src/usr.bin/netstat/netstat_hostops.c \
    src/usr.bin/netstat/netstat_rumpops.c src/usr.bin/netstat/pfsync.c
cvs rdiff -u -r1.1 -r1.1.44.1 src/usr.bin/netstat/pfkey.c
cvs rdiff -u -r1.2 -r1.2.48.1 src/usr.bin/netstat/prog_ops.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