Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   pgoyette
Date:           Mon Dec 19 23:19:52 UTC 2022

Modified Files:
        src/sys/compat/common: compat_90_mod.c compat_mod.h files.common
        src/sys/compat/netbsd32: files.netbsd32 syscalls.conf
        src/sys/conf: files
        src/sys/modules: Makefile
Added Files:
        src/sys/compat/common: compat_100_mod.c
        src/sys/compat/netbsd32: netbsd32_compat_100.c
        src/sys/conf: compat_netbsd100.config
        src/sys/modules/compat_100: Makefile
        src/sys/modules/compat_netbsd32_100: Makefile

Log Message:
Create compat_100 module infrastructure now that we have branched
for NetBSD-10


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/compat/common/compat_100_mod.c
cvs rdiff -u -r1.3 -r1.4 src/sys/compat/common/compat_90_mod.c
cvs rdiff -u -r1.6 -r1.7 src/sys/compat/common/compat_mod.h
cvs rdiff -u -r1.7 -r1.8 src/sys/compat/common/files.common
cvs rdiff -u -r1.53 -r1.54 src/sys/compat/netbsd32/files.netbsd32
cvs rdiff -u -r0 -r1.1 src/sys/compat/netbsd32/netbsd32_compat_100.c
cvs rdiff -u -r1.17 -r1.18 src/sys/compat/netbsd32/syscalls.conf
cvs rdiff -u -r0 -r1.1 src/sys/conf/compat_netbsd100.config
cvs rdiff -u -r1.1304 -r1.1305 src/sys/conf/files
cvs rdiff -u -r1.274 -r1.275 src/sys/modules/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/compat_100/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/compat_netbsd32_100/Makefile

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