Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   christos
Date:           Mon Jul 31 17:41:18 UTC 2023

Modified Files:
        src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common:
            sanitizer_interceptors_ioctl_netbsd.inc
            sanitizer_platform_limits_netbsd.cc
        src/sys/compat/common: usb_subr_30.c
        src/sys/dev/usb: ugen.c uhid.c usb.c usb.h
        src/sys/net: bpf.c bpf.h
        src/sys/sys: compat_stub.h

Log Message:
Don't call versioned stuff "old". Follow the naming convention for versioning
and name them after the last version of the OS they appeared on.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc \
    src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_netbsd.cc
cvs rdiff -u -r1.6 -r1.7 src/sys/compat/common/usb_subr_30.c
cvs rdiff -u -r1.172 -r1.173 src/sys/dev/usb/ugen.c
cvs rdiff -u -r1.127 -r1.128 src/sys/dev/usb/uhid.c
cvs rdiff -u -r1.201 -r1.202 src/sys/dev/usb/usb.c
cvs rdiff -u -r1.121 -r1.122 src/sys/dev/usb/usb.h
cvs rdiff -u -r1.251 -r1.252 src/sys/net/bpf.c
cvs rdiff -u -r1.78 -r1.79 src/sys/net/bpf.h
cvs rdiff -u -r1.25 -r1.26 src/sys/sys/compat_stub.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