The NetBSD Project

CVS log for src/sys/modules/compat_netbsd32_13/Makefile

[BACK] Up to [cvs.NetBSD.org] / src / sys / modules / compat_netbsd32_13

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.4.26.1: download - view: text, markup, annotated - select for diffs
Sat Jun 22 11:11:53 2024 UTC (5 months, 1 week ago) by martin
Branches: netbsd-10
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +5 -11 lines
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

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jun 16 21:52:02 2024 UTC (5 months, 2 weeks ago) by pgoyette
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -11 lines
Introduce sys/modules/Makefile.compat and hook some compat_1[36]
machdep code into the modules.  kern/58346

Revision 1.3.4.3: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:05:07 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.3.4.2: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.4.2: +1 -5 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Sep 26 02:01:03 2019 UTC (5 years, 2 months ago) by christos
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-futex, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, thorpej-altq-separation-base, thorpej-altq-separation, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, bouyer-sunxi-drm-base, bouyer-sunxi-drm, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Branch point for: netbsd-10
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -5 lines
Kill WARNS = 3 from all the modules that now compile cleanly.

Revision 1.3.4.2: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:09:16 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.3.4.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.4.1: +30 -0 lines
Sync with HEAD

Revision 1.3.4.1
Wed Feb 20 05:11:30 2019 UTC (5 years, 9 months ago) by christos
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.3: +0 -30 lines
file Makefile was added on branch phil-wifi on 2019-06-10 22:09:16 +0000

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Feb 20 05:11:30 2019 UTC (5 years, 9 months ago) by rin
Branches: MAIN
CVS tags: phil-wifi-20190609, netbsd-9-base, netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, isaki-audio2-base, isaki-audio2
Branch point for: phil-wifi
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -1 lines
WARNS=3 for compat_netbsd32_* in order to appease sign-compare warnings
for mips64, where NETBSD32_POINTER_TYPE is signed.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jan 27 02:08:45 2019 UTC (5 years, 10 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +26 -0 lines
Merge the [pgoyette-compat] branch

Revision 1.1.2.6: download - view: text, markup, annotated - select for diffs
Mon Nov 26 12:36:15 2018 UTC (6 years ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.1.2.5: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.5: +2 -1 lines
Add the libnv directory for all of the compat_netbsd32* modules

Revision 1.1.2.5: download - view: text, markup, annotated - select for diffs
Thu Sep 27 02:44:24 2018 UTC (6 years, 2 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1.2.4: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.4: +6 -1 lines
WIP - clean up some of the Makefiles and conf/files stuff for the
netbsd32 modules.

Revision 1.1.2.4: download - view: text, markup, annotated - select for diffs
Fri Sep 14 05:37:08 2018 UTC (6 years, 2 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1.2.3: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.3: +6 -1 lines
Work in progress - get the arch-specific netbsd32_machdep.c code to
build as a module.

XXX Doesn't work when the code is built-in to the kernel.

Revision 1.1.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 11 06:26:59 2018 UTC (6 years, 2 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1.2.2: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.2: +2 -2 lines
Fix some typos

Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Tue Sep 11 04:20:51 2018 UTC (6 years, 2 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.1: +2 -1 lines
Add -DCOMPAT_NETBSD32 for all the version-specific modules

Revision 1.1.2.1: download - view: text, markup, annotated - select for diffs
Mon Sep 10 10:49:10 2018 UTC (6 years, 2 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +14 -0 lines
More compat_netbsd32_xx modules

Revision 1.1
Mon Sep 10 10:49:10 2018 UTC (6 years, 2 months ago) by pgoyette
Branches: MAIN
CVS tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930
Branch point for: pgoyette-compat
FILE REMOVED
file Makefile was initially added on branch pgoyette-compat.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>