Module Name: src Committed By: pgoyette Date: Fri Mar 16 01:16:29 UTC 2018
Modified Files: src/sys/compat/common [pgoyette-compat]: compat_60_mod.c compat_70_mod.c compat_mod.c compat_mod.h kern_sa_60.c src/sys/kern [pgoyette-compat]: kern_cpu.c systrace_args.c Log Message: Initial pass at setting up the compat_60 module. XXX needs some work to properly handle cpu_ucode stuff. While here, move details of compat_70 init/fini routines into the module itself. To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/compat/common/compat_60_mod.c cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/compat/common/compat_70_mod.c cvs rdiff -u -r1.24.14.11 -r1.24.14.12 src/sys/compat/common/compat_mod.c cvs rdiff -u -r1.1 -r1.1.42.1 src/sys/compat/common/compat_mod.h \ src/sys/compat/common/kern_sa_60.c cvs rdiff -u -r1.71 -r1.71.16.1 src/sys/kern/kern_cpu.c cvs rdiff -u -r1.29.2.2 -r1.29.2.3 src/sys/kern/systrace_args.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.