NetBSD-Bugs archive

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

PR/58346 CVS commit: [netbsd-10] src



The following reply was made to PR kern/58346; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58346 CVS commit: [netbsd-10] src
Date: Sat, 22 Jun 2024 11:11:54 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sat Jun 22 11:11:53 UTC 2024
 
 Modified Files:
 	src/share/mk [netbsd-10]: bsd.kmodule.mk
 	src/sys/arch/aarch64/aarch64 [netbsd-10]: netbsd32_machdep_13.c
 	    netbsd32_machdep_16.c
 	src/sys/arch/mips/mips [netbsd-10]: netbsd32_machdep_13.c
 	    netbsd32_machdep_16.c
 	src/sys/arch/powerpc/powerpc [netbsd-10]: compat_13_machdep.c
 	    compat_16_machdep.c
 	src/sys/arch/sun2/sun2 [netbsd-10]: enable.h genassym.cf
 	src/sys/modules/compat_13 [netbsd-10]: Makefile
 	src/sys/modules/compat_16 [netbsd-10]: Makefile
 	src/sys/modules/compat_netbsd32_13 [netbsd-10]: Makefile
 	src/sys/modules/compat_netbsd32_16 [netbsd-10]: Makefile
 Added Files:
 	src/sys/modules [netbsd-10]: Makefile.compat
 
 Log Message:
 Pull up following revision(s) (requested by pgoyette in ticket #724):
 
 	sys/modules/compat_netbsd32_16/Makefile: revision 1.5
 	sys/arch/powerpc/powerpc/compat_16_machdep.c: revision 1.25
 	sys/arch/powerpc/powerpc/compat_16_machdep.c: revision 1.26
 	sys/modules/compat_16/Makefile: revision 1.3
 	sys/modules/compat_netbsd32_13/Makefile: revision 1.5
 	sys/modules/compat_16/Makefile: revision 1.4
 	sys/arch/sun2/sun2/genassym.cf: revision 1.17
 	sys/arch/sun2/sun2/enable.h: revision 1.5
 	sys/modules/compat_13/Makefile: revision 1.3
 	sys/modules/compat_13/Makefile: revision 1.4
 	sys/modules/compat_13/Makefile: revision 1.5
 	sys/arch/mips/mips/netbsd32_machdep_16.c: revision 1.8
 	sys/modules/Makefile.compat: revision 1.1
 	sys/arch/mips/mips/netbsd32_machdep_13.c: revision 1.4
 	share/mk/bsd.kmodule.mk: revision 1.86
 	sys/arch/aarch64/aarch64/netbsd32_machdep_16.c: revision 1.4
 	sys/arch/powerpc/powerpc/compat_13_machdep.c: revision 1.23
 	sys/arch/aarch64/aarch64/netbsd32_machdep_13.c: revision 1.4
 
 Import AFLAGS to allow processing of assembler files in modules.
 Prerequisite for kern/583346.
 
 Introduce sys/modules/Makefile.compat and hook some compat_1[36]
 machdep code into the modules.  kern/58346
 
 Ooops missed a source file!
 
 Proteect #include of kernel options files with #ifdef _KERNEL_OPT
 
 XXX Add to existing 10.0 and 9.0 tickets for kern/583346
 
 Include required headers
 
 Add required include for compat_16 machdep code
 
 fix the m68k compat_13 build.
 
 include Makefile.assym to generate assym.h.
 use -I. and -x assembler-with-cpp to actually use cpp and find assym.h.
 also apply m68k assym.h fix here as well as compat_13.
 
 powerpc64: Provide dummy stubs for compat1[36]
 as done for amd64. We haven't had working userland for powerpc64,
 and therefore compatible to 1.[36] is only useful for netbsd32.
 
 Fix build failure for evbppc64 for PR kern/58346 (my bug!).
 sun2/genassym.cf: Skip KERNBASE for _MODULE
 as it is not a compile-time constant; see sun2/vmparam.h.
 
 It should not be, and is not actually, used for modules.
 
 PR kern/58346
 
 sun2/enable.h: Fix -Wold-style-definition for WARNS=5 build as modules
 Finally fix sun2 build for PR kern/58346
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.81 -r1.81.2.1 src/share/mk/bsd.kmodule.mk
 cvs rdiff -u -r1.3 -r1.3.4.1 \
     src/sys/arch/aarch64/aarch64/netbsd32_machdep_13.c \
     src/sys/arch/aarch64/aarch64/netbsd32_machdep_16.c
 cvs rdiff -u -r1.3 -r1.3.26.1 src/sys/arch/mips/mips/netbsd32_machdep_13.c
 cvs rdiff -u -r1.7 -r1.7.4.1 src/sys/arch/mips/mips/netbsd32_machdep_16.c
 cvs rdiff -u -r1.22 -r1.22.4.1 \
     src/sys/arch/powerpc/powerpc/compat_13_machdep.c
 cvs rdiff -u -r1.23 -r1.23.4.1 \
     src/sys/arch/powerpc/powerpc/compat_16_machdep.c
 cvs rdiff -u -r1.4 -r1.4.118.1 src/sys/arch/sun2/sun2/enable.h
 cvs rdiff -u -r1.14 -r1.14.24.1 src/sys/arch/sun2/sun2/genassym.cf
 cvs rdiff -u -r0 -r1.1.2.2 src/sys/modules/Makefile.compat
 cvs rdiff -u -r1.2 -r1.2.32.1 src/sys/modules/compat_13/Makefile
 cvs rdiff -u -r1.2 -r1.2.32.1 src/sys/modules/compat_16/Makefile
 cvs rdiff -u -r1.4 -r1.4.26.1 src/sys/modules/compat_netbsd32_13/Makefile
 cvs rdiff -u -r1.4 -r1.4.26.1 src/sys/modules/compat_netbsd32_16/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