Source-Changes archive

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

CVS commit: [pgoyette-compat] src/sys



Module Name:    src
Committed By:   pgoyette
Date:           Tue Sep 25 21:41:30 UTC 2018

Modified Files:
        src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_compat_30.c
            netbsd32_compat_50.c netbsd32_ioctl.c netbsd32_time.c
        src/sys/kern [pgoyette-compat]: compat_stub.c
        src/sys/sys [pgoyette-compat]: compat_stub.h

Log Message:
Additional use of NTP function pointers, since the NTP code might not
exist in the kernel.  (NTP is not (yet) a module, so we don't need to
use the MP-safe mechanism.)


To generate a diff of this commit:
cvs rdiff -u -r1.31.16.10 -r1.31.16.11 \
    src/sys/compat/netbsd32/netbsd32_compat_30.c
cvs rdiff -u -r1.32.16.9 -r1.32.16.10 \
    src/sys/compat/netbsd32/netbsd32_compat_50.c
cvs rdiff -u -r1.91.2.2 -r1.91.2.3 src/sys/compat/netbsd32/netbsd32_ioctl.c
cvs rdiff -u -r1.49.12.1 -r1.49.12.2 src/sys/compat/netbsd32/netbsd32_time.c
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/sys/kern/compat_stub.c
cvs rdiff -u -r1.1.2.36 -r1.1.2.37 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