History log of /netbsd-current/sys/modules/compat_netbsd32/Makefile
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.38 30-Aug-2023 christos

Add missing netbsd32_epoll.c


Revision tags: netbsd-10-base bouyer-sunxi-drm-base thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base
# 1.37 07-Nov-2020 christos

fix arm test


# 1.36 01-Nov-2020 pgoyette

Separate the compat_netbsd32_coredump from the compat_netbsd32 and
coredump modules, into its own module.

Welcome to 7.99.75 !!!


# 1.35 16-May-2020 christos

branches: 1.35.2;
Add ACL support for FFS. From FreeBSD.


# 1.34 02-May-2020 thorpej

Include netbsd32_futex.c in the module.


Revision tags: bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1
# 1.33 19-Apr-2020 maya

Turn off compat drm.
XXX issue security advisory


Revision tags: phil-wifi-20200411 bouyer-xenpvh-base phil-wifi-20200406
# 1.32 12-Mar-2020 pgoyette

branches: 1.32.2;
Split out the quota code from the rest of compat_netbsd32 module. This
allows loading of compat_netbsd32 on kernels that don't have ``options
QUOTA'' enabled.


# 1.31 05-Mar-2020 christos

disable a.out on aarch64


Revision tags: is-mlppp-base ad-namecache-base3 ad-namecache-base2 ad-namecache-base1 ad-namecache-base
# 1.30 20-Nov-2019 pgoyette

Move all non-emulation-specific coredump code into the coredump module,
and remove all #ifdef COREDUMP conditional compilation. Now, the
coredump module is completely separated from the emulation modules, and
they can all be independently loaded and unloaded.

Welcome to 9.99.18 !


Revision tags: phil-wifi-20191119
# 1.29 28-Sep-2019 christos

Disable NETBSD32_DRMKMS by not using it, but keep compiling it.


# 1.28 26-Sep-2019 christos

Kill WARNS = 3 from all the modules that now compile cleanly.


# 1.27 20-Aug-2019 maxv

Disable netbsd32_drm.c until it receives proper review.


# 1.26 20-Aug-2019 christos

Add netbsd32 drm support from Surya Shankar at GSoC 2019


Revision tags: 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-base
# 1.25 18-Jun-2019 christos

Add QUOTA define


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.24 23-Mar-2019 pgoyette

The main compat_netbsd32 module doesn't contain any prior-version-compat
code, so we don't need these CPP_FLAGS. The appropriate CPP_FLAGS are
included in the Makefiles for the various compat_netbsd32_xx modules.


# 1.23 17-Feb-2019 rin

Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.


# 1.22 27-Jan-2019 pgoyette

Merge the [pgoyette-compat] branch


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.21 26-Nov-2018 mlelstv

compat modules now require an extra include path for libnv.


Revision tags: netbsd-8-2-RELEASE netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204
# 1.20 26-Jan-2017 christos

branches: 1.20.12; 1.20.14;
Define MODULAR so we can have syscalls autoload after the module autoloads.
XXX: This is toxic, and currently caused LOCKDEBUG crashes.


Revision tags: bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004
# 1.19 17-Sep-2016 christos

branches: 1.19.2;
Add KTRACE


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.18 03-Dec-2015 pgoyette

branches: 1.18.2;
Split out the SYSV IPC stuff into its own compat_netbsd32_sysvipc
module. Adjust dependencies as needed.


# 1.17 01-Dec-2015 pgoyette

Create new compat_netbsd32_mqueue module, and descend into subdir to
build it.


# 1.16 01-Dec-2015 pgoyette

Descend into new compat_netbsd32_nfssrv directory for new module, and
remove netbsd32_nfssvc.c from the original compat_netbsd32 module.


Revision tags: nick-nhusb-base-20150921
# 1.15 31-Aug-2015 christos

add missing files


# 1.14 30-Jul-2015 christos

Add VMSWAP


Revision tags: nick-nhusb-base-20150606
# 1.13 10-May-2015 matt

mips doesn't do a.out and never has.


Revision tags: nick-nhusb-base-20150406
# 1.12 05-Dec-2014 christos

Add COMPAT_NOMID


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 nick-nhusb-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base rmind-smpnet-base tls-maxphys-base
# 1.11 10-May-2013 christos

branches: 1.11.10;
add new file


Revision tags: agc-symver-base yamt-pagecache-base8
# 1.10 22-Jan-2013 christos

We need more defines for this to actually work!


Revision tags: yamt-pagecache-base7 yamt-pagecache-base6 jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8 jmcneill-usbmp-base7
# 1.9 10-Mar-2012 joerg

branches: 1.9.2;
P1003_1B_SEMAPHORE is no longer optional.


Revision tags: jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3
# 1.8 19-Feb-2012 rmind

Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 jmcneill-usbmp-pre-base2 jmcneill-usbmp-base2 netbsd-6-base jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.7 02-Aug-2011 joerg

branches: 1.7.2; 1.7.6;
Remove a number of now unnecessary -no-integrated-as cases.


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base rmind-uvmplock-base
# 1.6 20-May-2011 joerg

LLVM's assembler parser doesn't support .code32 yet, so disable it.


Revision tags: bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.5 04-Jan-2011 pgoyette

branches: 1.5.2;
Define KERN_SA when building the module


Revision tags: matt-mips64-premerge-20101231 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10 uebayasi-xip-base1 yamt-nfs-mp-base9 uebayasi-xip-base
# 1.4 21-Dec-2009 njoly

branches: 1.4.4;
Add netbsd32_compat_50.c to netbsd32 module sources list.


Revision tags: matt-premerge-20091211 yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 jym-xensuspend-nbase yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 jym-xensuspend-base nick-hppapmap-base
# 1.3 14-Feb-2009 abs

branches: 1.3.2;
Convert more MACHINE tests to MACHINE_ARCH


Revision tags: mjf-devfs2-base haad-dm-base haad-dm-base2 haad-nbase2
# 1.2 08-Dec-2008 njoly

branches: 1.2.2; 1.2.4; 1.2.6;
s/SYSVIPC/SYSVMSG/, for message queues support.


Revision tags: ad-audiomp2-base
# 1.1 19-Nov-2008 ad

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime


# 1.37 07-Nov-2020 christos

fix arm test


# 1.36 01-Nov-2020 pgoyette

Separate the compat_netbsd32_coredump from the compat_netbsd32 and
coredump modules, into its own module.

Welcome to 7.99.75 !!!


Revision tags: thorpej-futex-base
# 1.35 16-May-2020 christos

Add ACL support for FFS. From FreeBSD.


# 1.34 02-May-2020 thorpej

Include netbsd32_futex.c in the module.


Revision tags: bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1
# 1.33 19-Apr-2020 maya

Turn off compat drm.
XXX issue security advisory


Revision tags: phil-wifi-20200411 bouyer-xenpvh-base phil-wifi-20200406
# 1.32 12-Mar-2020 pgoyette

branches: 1.32.2;
Split out the quota code from the rest of compat_netbsd32 module. This
allows loading of compat_netbsd32 on kernels that don't have ``options
QUOTA'' enabled.


# 1.31 05-Mar-2020 christos

disable a.out on aarch64


Revision tags: is-mlppp-base ad-namecache-base3 ad-namecache-base2 ad-namecache-base1 ad-namecache-base
# 1.30 20-Nov-2019 pgoyette

Move all non-emulation-specific coredump code into the coredump module,
and remove all #ifdef COREDUMP conditional compilation. Now, the
coredump module is completely separated from the emulation modules, and
they can all be independently loaded and unloaded.

Welcome to 9.99.18 !


Revision tags: phil-wifi-20191119
# 1.29 28-Sep-2019 christos

Disable NETBSD32_DRMKMS by not using it, but keep compiling it.


# 1.28 26-Sep-2019 christos

Kill WARNS = 3 from all the modules that now compile cleanly.


# 1.27 20-Aug-2019 maxv

Disable netbsd32_drm.c until it receives proper review.


# 1.26 20-Aug-2019 christos

Add netbsd32 drm support from Surya Shankar at GSoC 2019


Revision tags: netbsd-9-1-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base
# 1.25 18-Jun-2019 christos

Add QUOTA define


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.24 23-Mar-2019 pgoyette

The main compat_netbsd32 module doesn't contain any prior-version-compat
code, so we don't need these CPP_FLAGS. The appropriate CPP_FLAGS are
included in the Makefiles for the various compat_netbsd32_xx modules.


# 1.23 17-Feb-2019 rin

Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.


# 1.22 27-Jan-2019 pgoyette

Merge the [pgoyette-compat] branch


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.21 26-Nov-2018 mlelstv

compat modules now require an extra include path for libnv.


Revision tags: netbsd-8-2-RELEASE netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204
# 1.20 26-Jan-2017 christos

branches: 1.20.12; 1.20.14;
Define MODULAR so we can have syscalls autoload after the module autoloads.
XXX: This is toxic, and currently caused LOCKDEBUG crashes.


Revision tags: bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004
# 1.19 17-Sep-2016 christos

branches: 1.19.2;
Add KTRACE


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.18 03-Dec-2015 pgoyette

branches: 1.18.2;
Split out the SYSV IPC stuff into its own compat_netbsd32_sysvipc
module. Adjust dependencies as needed.


# 1.17 01-Dec-2015 pgoyette

Create new compat_netbsd32_mqueue module, and descend into subdir to
build it.


# 1.16 01-Dec-2015 pgoyette

Descend into new compat_netbsd32_nfssrv directory for new module, and
remove netbsd32_nfssvc.c from the original compat_netbsd32 module.


Revision tags: nick-nhusb-base-20150921
# 1.15 31-Aug-2015 christos

add missing files


# 1.14 30-Jul-2015 christos

Add VMSWAP


Revision tags: nick-nhusb-base-20150606
# 1.13 10-May-2015 matt

mips doesn't do a.out and never has.


Revision tags: nick-nhusb-base-20150406
# 1.12 05-Dec-2014 christos

Add COMPAT_NOMID


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 nick-nhusb-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base rmind-smpnet-base tls-maxphys-base
# 1.11 10-May-2013 christos

branches: 1.11.10;
add new file


Revision tags: agc-symver-base yamt-pagecache-base8
# 1.10 22-Jan-2013 christos

We need more defines for this to actually work!


Revision tags: yamt-pagecache-base7 yamt-pagecache-base6 jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8 jmcneill-usbmp-base7
# 1.9 10-Mar-2012 joerg

branches: 1.9.2;
P1003_1B_SEMAPHORE is no longer optional.


Revision tags: jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3
# 1.8 19-Feb-2012 rmind

Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 jmcneill-usbmp-pre-base2 jmcneill-usbmp-base2 netbsd-6-base jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.7 02-Aug-2011 joerg

branches: 1.7.2; 1.7.6;
Remove a number of now unnecessary -no-integrated-as cases.


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base rmind-uvmplock-base
# 1.6 20-May-2011 joerg

LLVM's assembler parser doesn't support .code32 yet, so disable it.


Revision tags: bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.5 04-Jan-2011 pgoyette

branches: 1.5.2;
Define KERN_SA when building the module


Revision tags: matt-mips64-premerge-20101231 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10 uebayasi-xip-base1 yamt-nfs-mp-base9 uebayasi-xip-base
# 1.4 21-Dec-2009 njoly

branches: 1.4.4;
Add netbsd32_compat_50.c to netbsd32 module sources list.


Revision tags: matt-premerge-20091211 yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 jym-xensuspend-nbase yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 jym-xensuspend-base nick-hppapmap-base
# 1.3 14-Feb-2009 abs

branches: 1.3.2;
Convert more MACHINE tests to MACHINE_ARCH


Revision tags: mjf-devfs2-base haad-dm-base haad-dm-base2 haad-nbase2
# 1.2 08-Dec-2008 njoly

branches: 1.2.2; 1.2.4; 1.2.6;
s/SYSVIPC/SYSVMSG/, for message queues support.


Revision tags: ad-audiomp2-base
# 1.1 19-Nov-2008 ad

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime


# 1.36 01-Nov-2020 pgoyette

Separate the compat_netbsd32_coredump from the compat_netbsd32 and
coredump modules, into its own module.

Welcome to 7.99.75 !!!


Revision tags: thorpej-futex-base
# 1.35 16-May-2020 christos

Add ACL support for FFS. From FreeBSD.


# 1.34 02-May-2020 thorpej

Include netbsd32_futex.c in the module.


Revision tags: bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1
# 1.33 19-Apr-2020 maya

Turn off compat drm.
XXX issue security advisory


Revision tags: phil-wifi-20200411 bouyer-xenpvh-base phil-wifi-20200406
# 1.32 12-Mar-2020 pgoyette

branches: 1.32.2;
Split out the quota code from the rest of compat_netbsd32 module. This
allows loading of compat_netbsd32 on kernels that don't have ``options
QUOTA'' enabled.


# 1.31 05-Mar-2020 christos

disable a.out on aarch64


Revision tags: is-mlppp-base ad-namecache-base3 ad-namecache-base2 ad-namecache-base1 ad-namecache-base
# 1.30 20-Nov-2019 pgoyette

Move all non-emulation-specific coredump code into the coredump module,
and remove all #ifdef COREDUMP conditional compilation. Now, the
coredump module is completely separated from the emulation modules, and
they can all be independently loaded and unloaded.

Welcome to 9.99.18 !


Revision tags: phil-wifi-20191119
# 1.29 28-Sep-2019 christos

Disable NETBSD32_DRMKMS by not using it, but keep compiling it.


# 1.28 26-Sep-2019 christos

Kill WARNS = 3 from all the modules that now compile cleanly.


# 1.27 20-Aug-2019 maxv

Disable netbsd32_drm.c until it receives proper review.


# 1.26 20-Aug-2019 christos

Add netbsd32 drm support from Surya Shankar at GSoC 2019


Revision tags: netbsd-9-1-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base
# 1.25 18-Jun-2019 christos

Add QUOTA define


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.24 23-Mar-2019 pgoyette

The main compat_netbsd32 module doesn't contain any prior-version-compat
code, so we don't need these CPP_FLAGS. The appropriate CPP_FLAGS are
included in the Makefiles for the various compat_netbsd32_xx modules.


# 1.23 17-Feb-2019 rin

Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.


# 1.22 27-Jan-2019 pgoyette

Merge the [pgoyette-compat] branch


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.21 26-Nov-2018 mlelstv

compat modules now require an extra include path for libnv.


Revision tags: netbsd-8-2-RELEASE netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204
# 1.20 26-Jan-2017 christos

branches: 1.20.12; 1.20.14;
Define MODULAR so we can have syscalls autoload after the module autoloads.
XXX: This is toxic, and currently caused LOCKDEBUG crashes.


Revision tags: bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004
# 1.19 17-Sep-2016 christos

branches: 1.19.2;
Add KTRACE


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.18 03-Dec-2015 pgoyette

branches: 1.18.2;
Split out the SYSV IPC stuff into its own compat_netbsd32_sysvipc
module. Adjust dependencies as needed.


# 1.17 01-Dec-2015 pgoyette

Create new compat_netbsd32_mqueue module, and descend into subdir to
build it.


# 1.16 01-Dec-2015 pgoyette

Descend into new compat_netbsd32_nfssrv directory for new module, and
remove netbsd32_nfssvc.c from the original compat_netbsd32 module.


Revision tags: nick-nhusb-base-20150921
# 1.15 31-Aug-2015 christos

add missing files


# 1.14 30-Jul-2015 christos

Add VMSWAP


Revision tags: nick-nhusb-base-20150606
# 1.13 10-May-2015 matt

mips doesn't do a.out and never has.


Revision tags: nick-nhusb-base-20150406
# 1.12 05-Dec-2014 christos

Add COMPAT_NOMID


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 nick-nhusb-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base rmind-smpnet-base tls-maxphys-base
# 1.11 10-May-2013 christos

branches: 1.11.10;
add new file


Revision tags: agc-symver-base yamt-pagecache-base8
# 1.10 22-Jan-2013 christos

We need more defines for this to actually work!


Revision tags: yamt-pagecache-base7 yamt-pagecache-base6 jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8 jmcneill-usbmp-base7
# 1.9 10-Mar-2012 joerg

branches: 1.9.2;
P1003_1B_SEMAPHORE is no longer optional.


Revision tags: jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3
# 1.8 19-Feb-2012 rmind

Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 jmcneill-usbmp-pre-base2 jmcneill-usbmp-base2 netbsd-6-base jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.7 02-Aug-2011 joerg

branches: 1.7.2; 1.7.6;
Remove a number of now unnecessary -no-integrated-as cases.


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base rmind-uvmplock-base
# 1.6 20-May-2011 joerg

LLVM's assembler parser doesn't support .code32 yet, so disable it.


Revision tags: bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.5 04-Jan-2011 pgoyette

branches: 1.5.2;
Define KERN_SA when building the module


Revision tags: matt-mips64-premerge-20101231 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10 uebayasi-xip-base1 yamt-nfs-mp-base9 uebayasi-xip-base
# 1.4 21-Dec-2009 njoly

branches: 1.4.4;
Add netbsd32_compat_50.c to netbsd32 module sources list.


Revision tags: matt-premerge-20091211 yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 jym-xensuspend-nbase yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 jym-xensuspend-base nick-hppapmap-base
# 1.3 14-Feb-2009 abs

branches: 1.3.2;
Convert more MACHINE tests to MACHINE_ARCH


Revision tags: mjf-devfs2-base haad-dm-base haad-dm-base2 haad-nbase2
# 1.2 08-Dec-2008 njoly

branches: 1.2.2; 1.2.4; 1.2.6;
s/SYSVIPC/SYSVMSG/, for message queues support.


Revision tags: ad-audiomp2-base
# 1.1 19-Nov-2008 ad

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime


# 1.35 16-May-2020 christos

Add ACL support for FFS. From FreeBSD.


# 1.34 02-May-2020 thorpej

Include netbsd32_futex.c in the module.


Revision tags: bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1
# 1.33 19-Apr-2020 maya

Turn off compat drm.
XXX issue security advisory


Revision tags: phil-wifi-20200411 bouyer-xenpvh-base phil-wifi-20200406
# 1.32 12-Mar-2020 pgoyette

branches: 1.32.2;
Split out the quota code from the rest of compat_netbsd32 module. This
allows loading of compat_netbsd32 on kernels that don't have ``options
QUOTA'' enabled.


# 1.31 05-Mar-2020 christos

disable a.out on aarch64


Revision tags: is-mlppp-base ad-namecache-base3 ad-namecache-base2 ad-namecache-base1 ad-namecache-base
# 1.30 20-Nov-2019 pgoyette

Move all non-emulation-specific coredump code into the coredump module,
and remove all #ifdef COREDUMP conditional compilation. Now, the
coredump module is completely separated from the emulation modules, and
they can all be independently loaded and unloaded.

Welcome to 9.99.18 !


Revision tags: phil-wifi-20191119
# 1.29 28-Sep-2019 christos

Disable NETBSD32_DRMKMS by not using it, but keep compiling it.


# 1.28 26-Sep-2019 christos

Kill WARNS = 3 from all the modules that now compile cleanly.


# 1.27 20-Aug-2019 maxv

Disable netbsd32_drm.c until it receives proper review.


# 1.26 20-Aug-2019 christos

Add netbsd32 drm support from Surya Shankar at GSoC 2019


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base
# 1.25 18-Jun-2019 christos

Add QUOTA define


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.24 23-Mar-2019 pgoyette

The main compat_netbsd32 module doesn't contain any prior-version-compat
code, so we don't need these CPP_FLAGS. The appropriate CPP_FLAGS are
included in the Makefiles for the various compat_netbsd32_xx modules.


# 1.23 17-Feb-2019 rin

Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.


# 1.22 27-Jan-2019 pgoyette

Merge the [pgoyette-compat] branch


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.21 26-Nov-2018 mlelstv

compat modules now require an extra include path for libnv.


Revision tags: netbsd-8-2-RELEASE netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204
# 1.20 26-Jan-2017 christos

branches: 1.20.12; 1.20.14;
Define MODULAR so we can have syscalls autoload after the module autoloads.
XXX: This is toxic, and currently caused LOCKDEBUG crashes.


Revision tags: bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004
# 1.19 17-Sep-2016 christos

branches: 1.19.2;
Add KTRACE


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.18 03-Dec-2015 pgoyette

branches: 1.18.2;
Split out the SYSV IPC stuff into its own compat_netbsd32_sysvipc
module. Adjust dependencies as needed.


# 1.17 01-Dec-2015 pgoyette

Create new compat_netbsd32_mqueue module, and descend into subdir to
build it.


# 1.16 01-Dec-2015 pgoyette

Descend into new compat_netbsd32_nfssrv directory for new module, and
remove netbsd32_nfssvc.c from the original compat_netbsd32 module.


Revision tags: nick-nhusb-base-20150921
# 1.15 31-Aug-2015 christos

add missing files


# 1.14 30-Jul-2015 christos

Add VMSWAP


Revision tags: nick-nhusb-base-20150606
# 1.13 10-May-2015 matt

mips doesn't do a.out and never has.


Revision tags: nick-nhusb-base-20150406
# 1.12 05-Dec-2014 christos

Add COMPAT_NOMID


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 nick-nhusb-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base rmind-smpnet-base tls-maxphys-base
# 1.11 10-May-2013 christos

branches: 1.11.10;
add new file


Revision tags: agc-symver-base yamt-pagecache-base8
# 1.10 22-Jan-2013 christos

We need more defines for this to actually work!


Revision tags: yamt-pagecache-base7 yamt-pagecache-base6 jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8 jmcneill-usbmp-base7
# 1.9 10-Mar-2012 joerg

branches: 1.9.2;
P1003_1B_SEMAPHORE is no longer optional.


Revision tags: jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3
# 1.8 19-Feb-2012 rmind

Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 jmcneill-usbmp-pre-base2 jmcneill-usbmp-base2 netbsd-6-base jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.7 02-Aug-2011 joerg

branches: 1.7.2; 1.7.6;
Remove a number of now unnecessary -no-integrated-as cases.


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base rmind-uvmplock-base
# 1.6 20-May-2011 joerg

LLVM's assembler parser doesn't support .code32 yet, so disable it.


Revision tags: bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.5 04-Jan-2011 pgoyette

branches: 1.5.2;
Define KERN_SA when building the module


Revision tags: matt-mips64-premerge-20101231 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10 uebayasi-xip-base1 yamt-nfs-mp-base9 uebayasi-xip-base
# 1.4 21-Dec-2009 njoly

branches: 1.4.4;
Add netbsd32_compat_50.c to netbsd32 module sources list.


Revision tags: matt-premerge-20091211 yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 jym-xensuspend-nbase yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 jym-xensuspend-base nick-hppapmap-base
# 1.3 14-Feb-2009 abs

branches: 1.3.2;
Convert more MACHINE tests to MACHINE_ARCH


Revision tags: mjf-devfs2-base haad-dm-base haad-dm-base2 haad-nbase2
# 1.2 08-Dec-2008 njoly

branches: 1.2.2; 1.2.4; 1.2.6;
s/SYSVIPC/SYSVMSG/, for message queues support.


Revision tags: ad-audiomp2-base
# 1.1 19-Nov-2008 ad

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime


# 1.34 02-May-2020 thorpej

Include netbsd32_futex.c in the module.


Revision tags: bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1
# 1.33 19-Apr-2020 maya

Turn off compat drm.
XXX issue security advisory


Revision tags: phil-wifi-20200411 bouyer-xenpvh-base phil-wifi-20200406
# 1.32 12-Mar-2020 pgoyette

branches: 1.32.2;
Split out the quota code from the rest of compat_netbsd32 module. This
allows loading of compat_netbsd32 on kernels that don't have ``options
QUOTA'' enabled.


# 1.31 05-Mar-2020 christos

disable a.out on aarch64


Revision tags: is-mlppp-base ad-namecache-base3 ad-namecache-base2 ad-namecache-base1 ad-namecache-base
# 1.30 20-Nov-2019 pgoyette

Move all non-emulation-specific coredump code into the coredump module,
and remove all #ifdef COREDUMP conditional compilation. Now, the
coredump module is completely separated from the emulation modules, and
they can all be independently loaded and unloaded.

Welcome to 9.99.18 !


Revision tags: phil-wifi-20191119
# 1.29 28-Sep-2019 christos

Disable NETBSD32_DRMKMS by not using it, but keep compiling it.


# 1.28 26-Sep-2019 christos

Kill WARNS = 3 from all the modules that now compile cleanly.


# 1.27 20-Aug-2019 maxv

Disable netbsd32_drm.c until it receives proper review.


# 1.26 20-Aug-2019 christos

Add netbsd32 drm support from Surya Shankar at GSoC 2019


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base
# 1.25 18-Jun-2019 christos

Add QUOTA define


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.24 23-Mar-2019 pgoyette

The main compat_netbsd32 module doesn't contain any prior-version-compat
code, so we don't need these CPP_FLAGS. The appropriate CPP_FLAGS are
included in the Makefiles for the various compat_netbsd32_xx modules.


# 1.23 17-Feb-2019 rin

Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.


# 1.22 27-Jan-2019 pgoyette

Merge the [pgoyette-compat] branch


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.21 26-Nov-2018 mlelstv

compat modules now require an extra include path for libnv.


Revision tags: netbsd-8-2-RELEASE netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204
# 1.20 26-Jan-2017 christos

branches: 1.20.12; 1.20.14;
Define MODULAR so we can have syscalls autoload after the module autoloads.
XXX: This is toxic, and currently caused LOCKDEBUG crashes.


Revision tags: bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004
# 1.19 17-Sep-2016 christos

branches: 1.19.2;
Add KTRACE


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.18 03-Dec-2015 pgoyette

branches: 1.18.2;
Split out the SYSV IPC stuff into its own compat_netbsd32_sysvipc
module. Adjust dependencies as needed.


# 1.17 01-Dec-2015 pgoyette

Create new compat_netbsd32_mqueue module, and descend into subdir to
build it.


# 1.16 01-Dec-2015 pgoyette

Descend into new compat_netbsd32_nfssrv directory for new module, and
remove netbsd32_nfssvc.c from the original compat_netbsd32 module.


Revision tags: nick-nhusb-base-20150921
# 1.15 31-Aug-2015 christos

add missing files


# 1.14 30-Jul-2015 christos

Add VMSWAP


Revision tags: nick-nhusb-base-20150606
# 1.13 10-May-2015 matt

mips doesn't do a.out and never has.


Revision tags: nick-nhusb-base-20150406
# 1.12 05-Dec-2014 christos

Add COMPAT_NOMID


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 nick-nhusb-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base rmind-smpnet-base tls-maxphys-base
# 1.11 10-May-2013 christos

branches: 1.11.10;
add new file


Revision tags: agc-symver-base yamt-pagecache-base8
# 1.10 22-Jan-2013 christos

We need more defines for this to actually work!


Revision tags: yamt-pagecache-base7 yamt-pagecache-base6 jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8 jmcneill-usbmp-base7
# 1.9 10-Mar-2012 joerg

branches: 1.9.2;
P1003_1B_SEMAPHORE is no longer optional.


Revision tags: jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3
# 1.8 19-Feb-2012 rmind

Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 jmcneill-usbmp-pre-base2 jmcneill-usbmp-base2 netbsd-6-base jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.7 02-Aug-2011 joerg

branches: 1.7.2; 1.7.6;
Remove a number of now unnecessary -no-integrated-as cases.


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base rmind-uvmplock-base
# 1.6 20-May-2011 joerg

LLVM's assembler parser doesn't support .code32 yet, so disable it.


Revision tags: bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.5 04-Jan-2011 pgoyette

branches: 1.5.2;
Define KERN_SA when building the module


Revision tags: matt-mips64-premerge-20101231 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10 uebayasi-xip-base1 yamt-nfs-mp-base9 uebayasi-xip-base
# 1.4 21-Dec-2009 njoly

branches: 1.4.4;
Add netbsd32_compat_50.c to netbsd32 module sources list.


Revision tags: matt-premerge-20091211 yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 jym-xensuspend-nbase yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 jym-xensuspend-base nick-hppapmap-base
# 1.3 14-Feb-2009 abs

branches: 1.3.2;
Convert more MACHINE tests to MACHINE_ARCH


Revision tags: mjf-devfs2-base haad-dm-base haad-dm-base2 haad-nbase2
# 1.2 08-Dec-2008 njoly

branches: 1.2.2; 1.2.4; 1.2.6;
s/SYSVIPC/SYSVMSG/, for message queues support.


Revision tags: ad-audiomp2-base
# 1.1 19-Nov-2008 ad

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime


Revision tags: bouyer-xenpvh-base1
# 1.33 19-Apr-2020 maya

Turn off compat drm.
XXX issue security advisory


Revision tags: phil-wifi-20200411 bouyer-xenpvh-base phil-wifi-20200406
# 1.32 12-Mar-2020 pgoyette

branches: 1.32.2;
Split out the quota code from the rest of compat_netbsd32 module. This
allows loading of compat_netbsd32 on kernels that don't have ``options
QUOTA'' enabled.


# 1.31 05-Mar-2020 christos

disable a.out on aarch64


Revision tags: is-mlppp-base ad-namecache-base3 ad-namecache-base2 ad-namecache-base1 ad-namecache-base
# 1.30 20-Nov-2019 pgoyette

Move all non-emulation-specific coredump code into the coredump module,
and remove all #ifdef COREDUMP conditional compilation. Now, the
coredump module is completely separated from the emulation modules, and
they can all be independently loaded and unloaded.

Welcome to 9.99.18 !


Revision tags: phil-wifi-20191119
# 1.29 28-Sep-2019 christos

Disable NETBSD32_DRMKMS by not using it, but keep compiling it.


# 1.28 26-Sep-2019 christos

Kill WARNS = 3 from all the modules that now compile cleanly.


# 1.27 20-Aug-2019 maxv

Disable netbsd32_drm.c until it receives proper review.


# 1.26 20-Aug-2019 christos

Add netbsd32 drm support from Surya Shankar at GSoC 2019


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base
# 1.25 18-Jun-2019 christos

Add QUOTA define


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.24 23-Mar-2019 pgoyette

The main compat_netbsd32 module doesn't contain any prior-version-compat
code, so we don't need these CPP_FLAGS. The appropriate CPP_FLAGS are
included in the Makefiles for the various compat_netbsd32_xx modules.


# 1.23 17-Feb-2019 rin

Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.


# 1.22 27-Jan-2019 pgoyette

Merge the [pgoyette-compat] branch


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.21 26-Nov-2018 mlelstv

compat modules now require an extra include path for libnv.


Revision tags: netbsd-8-2-RELEASE netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204
# 1.20 26-Jan-2017 christos

branches: 1.20.12; 1.20.14;
Define MODULAR so we can have syscalls autoload after the module autoloads.
XXX: This is toxic, and currently caused LOCKDEBUG crashes.


Revision tags: bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004
# 1.19 17-Sep-2016 christos

branches: 1.19.2;
Add KTRACE


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.18 03-Dec-2015 pgoyette

branches: 1.18.2;
Split out the SYSV IPC stuff into its own compat_netbsd32_sysvipc
module. Adjust dependencies as needed.


# 1.17 01-Dec-2015 pgoyette

Create new compat_netbsd32_mqueue module, and descend into subdir to
build it.


# 1.16 01-Dec-2015 pgoyette

Descend into new compat_netbsd32_nfssrv directory for new module, and
remove netbsd32_nfssvc.c from the original compat_netbsd32 module.


Revision tags: nick-nhusb-base-20150921
# 1.15 31-Aug-2015 christos

add missing files


# 1.14 30-Jul-2015 christos

Add VMSWAP


Revision tags: nick-nhusb-base-20150606
# 1.13 10-May-2015 matt

mips doesn't do a.out and never has.


Revision tags: nick-nhusb-base-20150406
# 1.12 05-Dec-2014 christos

Add COMPAT_NOMID


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 nick-nhusb-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base rmind-smpnet-base tls-maxphys-base
# 1.11 10-May-2013 christos

branches: 1.11.10;
add new file


Revision tags: agc-symver-base yamt-pagecache-base8
# 1.10 22-Jan-2013 christos

We need more defines for this to actually work!


Revision tags: yamt-pagecache-base7 yamt-pagecache-base6 jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8 jmcneill-usbmp-base7
# 1.9 10-Mar-2012 joerg

branches: 1.9.2;
P1003_1B_SEMAPHORE is no longer optional.


Revision tags: jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3
# 1.8 19-Feb-2012 rmind

Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 jmcneill-usbmp-pre-base2 jmcneill-usbmp-base2 netbsd-6-base jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.7 02-Aug-2011 joerg

branches: 1.7.2; 1.7.6;
Remove a number of now unnecessary -no-integrated-as cases.


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base rmind-uvmplock-base
# 1.6 20-May-2011 joerg

LLVM's assembler parser doesn't support .code32 yet, so disable it.


Revision tags: bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.5 04-Jan-2011 pgoyette

branches: 1.5.2;
Define KERN_SA when building the module


Revision tags: matt-mips64-premerge-20101231 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10 uebayasi-xip-base1 yamt-nfs-mp-base9 uebayasi-xip-base
# 1.4 21-Dec-2009 njoly

branches: 1.4.4;
Add netbsd32_compat_50.c to netbsd32 module sources list.


Revision tags: matt-premerge-20091211 yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 jym-xensuspend-nbase yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 jym-xensuspend-base nick-hppapmap-base
# 1.3 14-Feb-2009 abs

branches: 1.3.2;
Convert more MACHINE tests to MACHINE_ARCH


Revision tags: mjf-devfs2-base haad-dm-base haad-dm-base2 haad-nbase2
# 1.2 08-Dec-2008 njoly

branches: 1.2.2; 1.2.4; 1.2.6;
s/SYSVIPC/SYSVMSG/, for message queues support.


Revision tags: ad-audiomp2-base
# 1.1 19-Nov-2008 ad

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime


# 1.32 12-Mar-2020 pgoyette

Split out the quota code from the rest of compat_netbsd32 module. This
allows loading of compat_netbsd32 on kernels that don't have ``options
QUOTA'' enabled.


# 1.31 05-Mar-2020 christos

disable a.out on aarch64


Revision tags: ad-namecache-base3 ad-namecache-base2 ad-namecache-base1 ad-namecache-base
# 1.30 20-Nov-2019 pgoyette

Move all non-emulation-specific coredump code into the coredump module,
and remove all #ifdef COREDUMP conditional compilation. Now, the
coredump module is completely separated from the emulation modules, and
they can all be independently loaded and unloaded.

Welcome to 9.99.18 !


Revision tags: phil-wifi-20191119
# 1.29 28-Sep-2019 christos

Disable NETBSD32_DRMKMS by not using it, but keep compiling it.


# 1.28 26-Sep-2019 christos

Kill WARNS = 3 from all the modules that now compile cleanly.


# 1.27 20-Aug-2019 maxv

Disable netbsd32_drm.c until it receives proper review.


# 1.26 20-Aug-2019 christos

Add netbsd32 drm support from Surya Shankar at GSoC 2019


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base
# 1.25 18-Jun-2019 christos

Add QUOTA define


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.24 23-Mar-2019 pgoyette

The main compat_netbsd32 module doesn't contain any prior-version-compat
code, so we don't need these CPP_FLAGS. The appropriate CPP_FLAGS are
included in the Makefiles for the various compat_netbsd32_xx modules.


# 1.23 17-Feb-2019 rin

Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.


# 1.22 27-Jan-2019 pgoyette

Merge the [pgoyette-compat] branch


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.21 26-Nov-2018 mlelstv

compat modules now require an extra include path for libnv.


Revision tags: netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204
# 1.20 26-Jan-2017 christos

branches: 1.20.12; 1.20.14;
Define MODULAR so we can have syscalls autoload after the module autoloads.
XXX: This is toxic, and currently caused LOCKDEBUG crashes.


Revision tags: bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004
# 1.19 17-Sep-2016 christos

branches: 1.19.2;
Add KTRACE


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.18 03-Dec-2015 pgoyette

branches: 1.18.2;
Split out the SYSV IPC stuff into its own compat_netbsd32_sysvipc
module. Adjust dependencies as needed.


# 1.17 01-Dec-2015 pgoyette

Create new compat_netbsd32_mqueue module, and descend into subdir to
build it.


# 1.16 01-Dec-2015 pgoyette

Descend into new compat_netbsd32_nfssrv directory for new module, and
remove netbsd32_nfssvc.c from the original compat_netbsd32 module.


Revision tags: nick-nhusb-base-20150921
# 1.15 31-Aug-2015 christos

add missing files


# 1.14 30-Jul-2015 christos

Add VMSWAP


Revision tags: nick-nhusb-base-20150606
# 1.13 10-May-2015 matt

mips doesn't do a.out and never has.


Revision tags: nick-nhusb-base-20150406
# 1.12 05-Dec-2014 christos

Add COMPAT_NOMID


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 nick-nhusb-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base rmind-smpnet-base tls-maxphys-base
# 1.11 10-May-2013 christos

branches: 1.11.10;
add new file


Revision tags: agc-symver-base yamt-pagecache-base8
# 1.10 22-Jan-2013 christos

We need more defines for this to actually work!


Revision tags: yamt-pagecache-base7 yamt-pagecache-base6 jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8 jmcneill-usbmp-base7
# 1.9 10-Mar-2012 joerg

branches: 1.9.2;
P1003_1B_SEMAPHORE is no longer optional.


Revision tags: jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3
# 1.8 19-Feb-2012 rmind

Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 jmcneill-usbmp-pre-base2 jmcneill-usbmp-base2 netbsd-6-base jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.7 02-Aug-2011 joerg

branches: 1.7.2; 1.7.6;
Remove a number of now unnecessary -no-integrated-as cases.


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base rmind-uvmplock-base
# 1.6 20-May-2011 joerg

LLVM's assembler parser doesn't support .code32 yet, so disable it.


Revision tags: bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.5 04-Jan-2011 pgoyette

branches: 1.5.2;
Define KERN_SA when building the module


Revision tags: matt-mips64-premerge-20101231 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10 uebayasi-xip-base1 yamt-nfs-mp-base9 uebayasi-xip-base
# 1.4 21-Dec-2009 njoly

branches: 1.4.4;
Add netbsd32_compat_50.c to netbsd32 module sources list.


Revision tags: matt-premerge-20091211 yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 jym-xensuspend-nbase yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 jym-xensuspend-base nick-hppapmap-base
# 1.3 14-Feb-2009 abs

branches: 1.3.2;
Convert more MACHINE tests to MACHINE_ARCH


Revision tags: mjf-devfs2-base haad-dm-base haad-dm-base2 haad-nbase2
# 1.2 08-Dec-2008 njoly

branches: 1.2.2; 1.2.4; 1.2.6;
s/SYSVIPC/SYSVMSG/, for message queues support.


Revision tags: ad-audiomp2-base
# 1.1 19-Nov-2008 ad

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime


# 1.31 05-Mar-2020 christos

disable a.out on aarch64


Revision tags: ad-namecache-base3 ad-namecache-base2 ad-namecache-base1 ad-namecache-base
# 1.30 20-Nov-2019 pgoyette

Move all non-emulation-specific coredump code into the coredump module,
and remove all #ifdef COREDUMP conditional compilation. Now, the
coredump module is completely separated from the emulation modules, and
they can all be independently loaded and unloaded.

Welcome to 9.99.18 !


Revision tags: phil-wifi-20191119
# 1.29 28-Sep-2019 christos

Disable NETBSD32_DRMKMS by not using it, but keep compiling it.


# 1.28 26-Sep-2019 christos

Kill WARNS = 3 from all the modules that now compile cleanly.


# 1.27 20-Aug-2019 maxv

Disable netbsd32_drm.c until it receives proper review.


# 1.26 20-Aug-2019 christos

Add netbsd32 drm support from Surya Shankar at GSoC 2019


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base
# 1.25 18-Jun-2019 christos

Add QUOTA define


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.24 23-Mar-2019 pgoyette

The main compat_netbsd32 module doesn't contain any prior-version-compat
code, so we don't need these CPP_FLAGS. The appropriate CPP_FLAGS are
included in the Makefiles for the various compat_netbsd32_xx modules.


# 1.23 17-Feb-2019 rin

Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.


# 1.22 27-Jan-2019 pgoyette

Merge the [pgoyette-compat] branch


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.21 26-Nov-2018 mlelstv

compat modules now require an extra include path for libnv.


Revision tags: netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204
# 1.20 26-Jan-2017 christos

branches: 1.20.12; 1.20.14;
Define MODULAR so we can have syscalls autoload after the module autoloads.
XXX: This is toxic, and currently caused LOCKDEBUG crashes.


Revision tags: bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004
# 1.19 17-Sep-2016 christos

branches: 1.19.2;
Add KTRACE


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.18 03-Dec-2015 pgoyette

branches: 1.18.2;
Split out the SYSV IPC stuff into its own compat_netbsd32_sysvipc
module. Adjust dependencies as needed.


# 1.17 01-Dec-2015 pgoyette

Create new compat_netbsd32_mqueue module, and descend into subdir to
build it.


# 1.16 01-Dec-2015 pgoyette

Descend into new compat_netbsd32_nfssrv directory for new module, and
remove netbsd32_nfssvc.c from the original compat_netbsd32 module.


Revision tags: nick-nhusb-base-20150921
# 1.15 31-Aug-2015 christos

add missing files


# 1.14 30-Jul-2015 christos

Add VMSWAP


Revision tags: nick-nhusb-base-20150606
# 1.13 10-May-2015 matt

mips doesn't do a.out and never has.


Revision tags: nick-nhusb-base-20150406
# 1.12 05-Dec-2014 christos

Add COMPAT_NOMID


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 nick-nhusb-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base rmind-smpnet-base tls-maxphys-base
# 1.11 10-May-2013 christos

branches: 1.11.10;
add new file


Revision tags: agc-symver-base yamt-pagecache-base8
# 1.10 22-Jan-2013 christos

We need more defines for this to actually work!


Revision tags: yamt-pagecache-base7 yamt-pagecache-base6 jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8 jmcneill-usbmp-base7
# 1.9 10-Mar-2012 joerg

branches: 1.9.2;
P1003_1B_SEMAPHORE is no longer optional.


Revision tags: jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3
# 1.8 19-Feb-2012 rmind

Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 jmcneill-usbmp-pre-base2 jmcneill-usbmp-base2 netbsd-6-base jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.7 02-Aug-2011 joerg

branches: 1.7.2; 1.7.6;
Remove a number of now unnecessary -no-integrated-as cases.


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base rmind-uvmplock-base
# 1.6 20-May-2011 joerg

LLVM's assembler parser doesn't support .code32 yet, so disable it.


Revision tags: bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.5 04-Jan-2011 pgoyette

branches: 1.5.2;
Define KERN_SA when building the module


Revision tags: matt-mips64-premerge-20101231 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10 uebayasi-xip-base1 yamt-nfs-mp-base9 uebayasi-xip-base
# 1.4 21-Dec-2009 njoly

branches: 1.4.4;
Add netbsd32_compat_50.c to netbsd32 module sources list.


Revision tags: matt-premerge-20091211 yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 jym-xensuspend-nbase yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 jym-xensuspend-base nick-hppapmap-base
# 1.3 14-Feb-2009 abs

branches: 1.3.2;
Convert more MACHINE tests to MACHINE_ARCH


Revision tags: mjf-devfs2-base haad-dm-base haad-dm-base2 haad-nbase2
# 1.2 08-Dec-2008 njoly

branches: 1.2.2; 1.2.4; 1.2.6;
s/SYSVIPC/SYSVMSG/, for message queues support.


Revision tags: ad-audiomp2-base
# 1.1 19-Nov-2008 ad

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime


# 1.30 20-Nov-2019 pgoyette

Move all non-emulation-specific coredump code into the coredump module,
and remove all #ifdef COREDUMP conditional compilation. Now, the
coredump module is completely separated from the emulation modules, and
they can all be independently loaded and unloaded.

Welcome to 9.99.18 !


Revision tags: phil-wifi-20191119
# 1.29 28-Sep-2019 christos

Disable NETBSD32_DRMKMS by not using it, but keep compiling it.


# 1.28 26-Sep-2019 christos

Kill WARNS = 3 from all the modules that now compile cleanly.


# 1.27 20-Aug-2019 maxv

Disable netbsd32_drm.c until it receives proper review.


# 1.26 20-Aug-2019 christos

Add netbsd32 drm support from Surya Shankar at GSoC 2019


Revision tags: netbsd-9-base
# 1.25 18-Jun-2019 christos

Add QUOTA define


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.24 23-Mar-2019 pgoyette

The main compat_netbsd32 module doesn't contain any prior-version-compat
code, so we don't need these CPP_FLAGS. The appropriate CPP_FLAGS are
included in the Makefiles for the various compat_netbsd32_xx modules.


# 1.23 17-Feb-2019 rin

Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.


# 1.22 27-Jan-2019 pgoyette

Merge the [pgoyette-compat] branch


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.21 26-Nov-2018 mlelstv

compat modules now require an extra include path for libnv.


Revision tags: netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204
# 1.20 26-Jan-2017 christos

branches: 1.20.12; 1.20.14;
Define MODULAR so we can have syscalls autoload after the module autoloads.
XXX: This is toxic, and currently caused LOCKDEBUG crashes.


Revision tags: bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004
# 1.19 17-Sep-2016 christos

branches: 1.19.2;
Add KTRACE


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.18 03-Dec-2015 pgoyette

branches: 1.18.2;
Split out the SYSV IPC stuff into its own compat_netbsd32_sysvipc
module. Adjust dependencies as needed.


# 1.17 01-Dec-2015 pgoyette

Create new compat_netbsd32_mqueue module, and descend into subdir to
build it.


# 1.16 01-Dec-2015 pgoyette

Descend into new compat_netbsd32_nfssrv directory for new module, and
remove netbsd32_nfssvc.c from the original compat_netbsd32 module.


Revision tags: nick-nhusb-base-20150921
# 1.15 31-Aug-2015 christos

add missing files


# 1.14 30-Jul-2015 christos

Add VMSWAP


Revision tags: nick-nhusb-base-20150606
# 1.13 10-May-2015 matt

mips doesn't do a.out and never has.


Revision tags: nick-nhusb-base-20150406
# 1.12 05-Dec-2014 christos

Add COMPAT_NOMID


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 nick-nhusb-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base rmind-smpnet-base tls-maxphys-base
# 1.11 10-May-2013 christos

branches: 1.11.10;
add new file


Revision tags: agc-symver-base yamt-pagecache-base8
# 1.10 22-Jan-2013 christos

We need more defines for this to actually work!


Revision tags: yamt-pagecache-base7 yamt-pagecache-base6 jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8 jmcneill-usbmp-base7
# 1.9 10-Mar-2012 joerg

branches: 1.9.2;
P1003_1B_SEMAPHORE is no longer optional.


Revision tags: jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3
# 1.8 19-Feb-2012 rmind

Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 jmcneill-usbmp-pre-base2 jmcneill-usbmp-base2 netbsd-6-base jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.7 02-Aug-2011 joerg

branches: 1.7.2; 1.7.6;
Remove a number of now unnecessary -no-integrated-as cases.


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base rmind-uvmplock-base
# 1.6 20-May-2011 joerg

LLVM's assembler parser doesn't support .code32 yet, so disable it.


Revision tags: bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.5 04-Jan-2011 pgoyette

branches: 1.5.2;
Define KERN_SA when building the module


Revision tags: matt-mips64-premerge-20101231 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10 uebayasi-xip-base1 yamt-nfs-mp-base9 uebayasi-xip-base
# 1.4 21-Dec-2009 njoly

branches: 1.4.4;
Add netbsd32_compat_50.c to netbsd32 module sources list.


Revision tags: matt-premerge-20091211 yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 jym-xensuspend-nbase yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 jym-xensuspend-base nick-hppapmap-base
# 1.3 14-Feb-2009 abs

branches: 1.3.2;
Convert more MACHINE tests to MACHINE_ARCH


Revision tags: mjf-devfs2-base haad-dm-base haad-dm-base2 haad-nbase2
# 1.2 08-Dec-2008 njoly

branches: 1.2.2; 1.2.4; 1.2.6;
s/SYSVIPC/SYSVMSG/, for message queues support.


Revision tags: ad-audiomp2-base
# 1.1 19-Nov-2008 ad

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime


# 1.29 28-Sep-2019 christos

Disable NETBSD32_DRMKMS by not using it, but keep compiling it.


# 1.28 26-Sep-2019 christos

Kill WARNS = 3 from all the modules that now compile cleanly.


# 1.27 20-Aug-2019 maxv

Disable netbsd32_drm.c until it receives proper review.


# 1.26 20-Aug-2019 christos

Add netbsd32 drm support from Surya Shankar at GSoC 2019


Revision tags: netbsd-9-base
# 1.25 18-Jun-2019 christos

Add QUOTA define


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.24 23-Mar-2019 pgoyette

The main compat_netbsd32 module doesn't contain any prior-version-compat
code, so we don't need these CPP_FLAGS. The appropriate CPP_FLAGS are
included in the Makefiles for the various compat_netbsd32_xx modules.


# 1.23 17-Feb-2019 rin

Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.


# 1.22 27-Jan-2019 pgoyette

Merge the [pgoyette-compat] branch


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.21 26-Nov-2018 mlelstv

compat modules now require an extra include path for libnv.


Revision tags: netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204
# 1.20 26-Jan-2017 christos

branches: 1.20.12; 1.20.14;
Define MODULAR so we can have syscalls autoload after the module autoloads.
XXX: This is toxic, and currently caused LOCKDEBUG crashes.


Revision tags: bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004
# 1.19 17-Sep-2016 christos

branches: 1.19.2;
Add KTRACE


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.18 03-Dec-2015 pgoyette

branches: 1.18.2;
Split out the SYSV IPC stuff into its own compat_netbsd32_sysvipc
module. Adjust dependencies as needed.


# 1.17 01-Dec-2015 pgoyette

Create new compat_netbsd32_mqueue module, and descend into subdir to
build it.


# 1.16 01-Dec-2015 pgoyette

Descend into new compat_netbsd32_nfssrv directory for new module, and
remove netbsd32_nfssvc.c from the original compat_netbsd32 module.


Revision tags: nick-nhusb-base-20150921
# 1.15 31-Aug-2015 christos

add missing files


# 1.14 30-Jul-2015 christos

Add VMSWAP


Revision tags: nick-nhusb-base-20150606
# 1.13 10-May-2015 matt

mips doesn't do a.out and never has.


Revision tags: nick-nhusb-base-20150406
# 1.12 05-Dec-2014 christos

Add COMPAT_NOMID


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 nick-nhusb-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base rmind-smpnet-base tls-maxphys-base
# 1.11 10-May-2013 christos

branches: 1.11.10;
add new file


Revision tags: agc-symver-base yamt-pagecache-base8
# 1.10 22-Jan-2013 christos

We need more defines for this to actually work!


Revision tags: yamt-pagecache-base7 yamt-pagecache-base6 jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8 jmcneill-usbmp-base7
# 1.9 10-Mar-2012 joerg

branches: 1.9.2;
P1003_1B_SEMAPHORE is no longer optional.


Revision tags: jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3
# 1.8 19-Feb-2012 rmind

Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 jmcneill-usbmp-pre-base2 jmcneill-usbmp-base2 netbsd-6-base jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.7 02-Aug-2011 joerg

branches: 1.7.2; 1.7.6;
Remove a number of now unnecessary -no-integrated-as cases.


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base rmind-uvmplock-base
# 1.6 20-May-2011 joerg

LLVM's assembler parser doesn't support .code32 yet, so disable it.


Revision tags: bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.5 04-Jan-2011 pgoyette

branches: 1.5.2;
Define KERN_SA when building the module


Revision tags: matt-mips64-premerge-20101231 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10 uebayasi-xip-base1 yamt-nfs-mp-base9 uebayasi-xip-base
# 1.4 21-Dec-2009 njoly

branches: 1.4.4;
Add netbsd32_compat_50.c to netbsd32 module sources list.


Revision tags: matt-premerge-20091211 yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 jym-xensuspend-nbase yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 jym-xensuspend-base nick-hppapmap-base
# 1.3 14-Feb-2009 abs

branches: 1.3.2;
Convert more MACHINE tests to MACHINE_ARCH


Revision tags: mjf-devfs2-base haad-dm-base haad-dm-base2 haad-nbase2
# 1.2 08-Dec-2008 njoly

branches: 1.2.2; 1.2.4; 1.2.6;
s/SYSVIPC/SYSVMSG/, for message queues support.


Revision tags: ad-audiomp2-base
# 1.1 19-Nov-2008 ad

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime


# 1.28 26-Sep-2019 christos

Kill WARNS = 3 from all the modules that now compile cleanly.


# 1.27 20-Aug-2019 maxv

Disable netbsd32_drm.c until it receives proper review.


# 1.26 20-Aug-2019 christos

Add netbsd32 drm support from Surya Shankar at GSoC 2019


Revision tags: netbsd-9-base
# 1.25 18-Jun-2019 christos

Add QUOTA define


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.24 23-Mar-2019 pgoyette

The main compat_netbsd32 module doesn't contain any prior-version-compat
code, so we don't need these CPP_FLAGS. The appropriate CPP_FLAGS are
included in the Makefiles for the various compat_netbsd32_xx modules.


# 1.23 17-Feb-2019 rin

Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.


# 1.22 27-Jan-2019 pgoyette

Merge the [pgoyette-compat] branch


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.21 26-Nov-2018 mlelstv

compat modules now require an extra include path for libnv.


Revision tags: netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204
# 1.20 26-Jan-2017 christos

branches: 1.20.12; 1.20.14;
Define MODULAR so we can have syscalls autoload after the module autoloads.
XXX: This is toxic, and currently caused LOCKDEBUG crashes.


Revision tags: bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004
# 1.19 17-Sep-2016 christos

branches: 1.19.2;
Add KTRACE


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.18 03-Dec-2015 pgoyette

branches: 1.18.2;
Split out the SYSV IPC stuff into its own compat_netbsd32_sysvipc
module. Adjust dependencies as needed.


# 1.17 01-Dec-2015 pgoyette

Create new compat_netbsd32_mqueue module, and descend into subdir to
build it.


# 1.16 01-Dec-2015 pgoyette

Descend into new compat_netbsd32_nfssrv directory for new module, and
remove netbsd32_nfssvc.c from the original compat_netbsd32 module.


Revision tags: nick-nhusb-base-20150921
# 1.15 31-Aug-2015 christos

add missing files


# 1.14 30-Jul-2015 christos

Add VMSWAP


Revision tags: nick-nhusb-base-20150606
# 1.13 10-May-2015 matt

mips doesn't do a.out and never has.


Revision tags: nick-nhusb-base-20150406
# 1.12 05-Dec-2014 christos

Add COMPAT_NOMID


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 nick-nhusb-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base rmind-smpnet-base tls-maxphys-base
# 1.11 10-May-2013 christos

branches: 1.11.10;
add new file


Revision tags: agc-symver-base yamt-pagecache-base8
# 1.10 22-Jan-2013 christos

We need more defines for this to actually work!


Revision tags: yamt-pagecache-base7 yamt-pagecache-base6 jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8 jmcneill-usbmp-base7
# 1.9 10-Mar-2012 joerg

branches: 1.9.2;
P1003_1B_SEMAPHORE is no longer optional.


Revision tags: jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3
# 1.8 19-Feb-2012 rmind

Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 jmcneill-usbmp-pre-base2 jmcneill-usbmp-base2 netbsd-6-base jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.7 02-Aug-2011 joerg

branches: 1.7.2; 1.7.6;
Remove a number of now unnecessary -no-integrated-as cases.


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base rmind-uvmplock-base
# 1.6 20-May-2011 joerg

LLVM's assembler parser doesn't support .code32 yet, so disable it.


Revision tags: bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.5 04-Jan-2011 pgoyette

branches: 1.5.2;
Define KERN_SA when building the module


Revision tags: matt-mips64-premerge-20101231 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10 uebayasi-xip-base1 yamt-nfs-mp-base9 uebayasi-xip-base
# 1.4 21-Dec-2009 njoly

branches: 1.4.4;
Add netbsd32_compat_50.c to netbsd32 module sources list.


Revision tags: matt-premerge-20091211 yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 jym-xensuspend-nbase yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 jym-xensuspend-base nick-hppapmap-base
# 1.3 14-Feb-2009 abs

branches: 1.3.2;
Convert more MACHINE tests to MACHINE_ARCH


Revision tags: mjf-devfs2-base haad-dm-base haad-dm-base2 haad-nbase2
# 1.2 08-Dec-2008 njoly

branches: 1.2.2; 1.2.4; 1.2.6;
s/SYSVIPC/SYSVMSG/, for message queues support.


Revision tags: ad-audiomp2-base
# 1.1 19-Nov-2008 ad

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime


# 1.27 20-Aug-2019 maxv

Disable netbsd32_drm.c until it receives proper review.


# 1.26 20-Aug-2019 christos

Add netbsd32 drm support from Surya Shankar at GSoC 2019


Revision tags: netbsd-9-base
# 1.25 18-Jun-2019 christos

Add QUOTA define


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.24 23-Mar-2019 pgoyette

The main compat_netbsd32 module doesn't contain any prior-version-compat
code, so we don't need these CPP_FLAGS. The appropriate CPP_FLAGS are
included in the Makefiles for the various compat_netbsd32_xx modules.


# 1.23 17-Feb-2019 rin

Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.


# 1.22 27-Jan-2019 pgoyette

Merge the [pgoyette-compat] branch


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.21 26-Nov-2018 mlelstv

compat modules now require an extra include path for libnv.


Revision tags: netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204
# 1.20 26-Jan-2017 christos

branches: 1.20.12; 1.20.14;
Define MODULAR so we can have syscalls autoload after the module autoloads.
XXX: This is toxic, and currently caused LOCKDEBUG crashes.


Revision tags: bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004
# 1.19 17-Sep-2016 christos

branches: 1.19.2;
Add KTRACE


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.18 03-Dec-2015 pgoyette

branches: 1.18.2;
Split out the SYSV IPC stuff into its own compat_netbsd32_sysvipc
module. Adjust dependencies as needed.


# 1.17 01-Dec-2015 pgoyette

Create new compat_netbsd32_mqueue module, and descend into subdir to
build it.


# 1.16 01-Dec-2015 pgoyette

Descend into new compat_netbsd32_nfssrv directory for new module, and
remove netbsd32_nfssvc.c from the original compat_netbsd32 module.


Revision tags: nick-nhusb-base-20150921
# 1.15 31-Aug-2015 christos

add missing files


# 1.14 30-Jul-2015 christos

Add VMSWAP


Revision tags: nick-nhusb-base-20150606
# 1.13 10-May-2015 matt

mips doesn't do a.out and never has.


Revision tags: nick-nhusb-base-20150406
# 1.12 05-Dec-2014 christos

Add COMPAT_NOMID


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 nick-nhusb-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base rmind-smpnet-base tls-maxphys-base
# 1.11 10-May-2013 christos

branches: 1.11.10;
add new file


Revision tags: agc-symver-base yamt-pagecache-base8
# 1.10 22-Jan-2013 christos

We need more defines for this to actually work!


Revision tags: yamt-pagecache-base7 yamt-pagecache-base6 jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8 jmcneill-usbmp-base7
# 1.9 10-Mar-2012 joerg

branches: 1.9.2;
P1003_1B_SEMAPHORE is no longer optional.


Revision tags: jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3
# 1.8 19-Feb-2012 rmind

Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 jmcneill-usbmp-pre-base2 jmcneill-usbmp-base2 netbsd-6-base jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.7 02-Aug-2011 joerg

branches: 1.7.2; 1.7.6;
Remove a number of now unnecessary -no-integrated-as cases.


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base rmind-uvmplock-base
# 1.6 20-May-2011 joerg

LLVM's assembler parser doesn't support .code32 yet, so disable it.


Revision tags: bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.5 04-Jan-2011 pgoyette

branches: 1.5.2;
Define KERN_SA when building the module


Revision tags: matt-mips64-premerge-20101231 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10 uebayasi-xip-base1 yamt-nfs-mp-base9 uebayasi-xip-base
# 1.4 21-Dec-2009 njoly

branches: 1.4.4;
Add netbsd32_compat_50.c to netbsd32 module sources list.


Revision tags: matt-premerge-20091211 yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 jym-xensuspend-nbase yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 jym-xensuspend-base nick-hppapmap-base
# 1.3 14-Feb-2009 abs

branches: 1.3.2;
Convert more MACHINE tests to MACHINE_ARCH


Revision tags: mjf-devfs2-base haad-dm-base haad-dm-base2 haad-nbase2
# 1.2 08-Dec-2008 njoly

branches: 1.2.2; 1.2.4; 1.2.6;
s/SYSVIPC/SYSVMSG/, for message queues support.


Revision tags: ad-audiomp2-base
# 1.1 19-Nov-2008 ad

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime


# 1.26 20-Aug-2019 christos

Add netbsd32 drm support from Surya Shankar at GSoC 2019


Revision tags: netbsd-9-base
# 1.25 18-Jun-2019 christos

Add QUOTA define


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.24 23-Mar-2019 pgoyette

The main compat_netbsd32 module doesn't contain any prior-version-compat
code, so we don't need these CPP_FLAGS. The appropriate CPP_FLAGS are
included in the Makefiles for the various compat_netbsd32_xx modules.


# 1.23 17-Feb-2019 rin

Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.


# 1.22 27-Jan-2019 pgoyette

Merge the [pgoyette-compat] branch


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.21 26-Nov-2018 mlelstv

compat modules now require an extra include path for libnv.


Revision tags: netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204
# 1.20 26-Jan-2017 christos

branches: 1.20.12; 1.20.14;
Define MODULAR so we can have syscalls autoload after the module autoloads.
XXX: This is toxic, and currently caused LOCKDEBUG crashes.


Revision tags: bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004
# 1.19 17-Sep-2016 christos

branches: 1.19.2;
Add KTRACE


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.18 03-Dec-2015 pgoyette

branches: 1.18.2;
Split out the SYSV IPC stuff into its own compat_netbsd32_sysvipc
module. Adjust dependencies as needed.


# 1.17 01-Dec-2015 pgoyette

Create new compat_netbsd32_mqueue module, and descend into subdir to
build it.


# 1.16 01-Dec-2015 pgoyette

Descend into new compat_netbsd32_nfssrv directory for new module, and
remove netbsd32_nfssvc.c from the original compat_netbsd32 module.


Revision tags: nick-nhusb-base-20150921
# 1.15 31-Aug-2015 christos

add missing files


# 1.14 30-Jul-2015 christos

Add VMSWAP


Revision tags: nick-nhusb-base-20150606
# 1.13 10-May-2015 matt

mips doesn't do a.out and never has.


Revision tags: nick-nhusb-base-20150406
# 1.12 05-Dec-2014 christos

Add COMPAT_NOMID


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 nick-nhusb-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base rmind-smpnet-base tls-maxphys-base
# 1.11 10-May-2013 christos

branches: 1.11.10;
add new file


Revision tags: agc-symver-base yamt-pagecache-base8
# 1.10 22-Jan-2013 christos

We need more defines for this to actually work!


Revision tags: yamt-pagecache-base7 yamt-pagecache-base6 jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8 jmcneill-usbmp-base7
# 1.9 10-Mar-2012 joerg

branches: 1.9.2;
P1003_1B_SEMAPHORE is no longer optional.


Revision tags: jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3
# 1.8 19-Feb-2012 rmind

Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 jmcneill-usbmp-pre-base2 jmcneill-usbmp-base2 netbsd-6-base jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.7 02-Aug-2011 joerg

branches: 1.7.2; 1.7.6;
Remove a number of now unnecessary -no-integrated-as cases.


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base rmind-uvmplock-base
# 1.6 20-May-2011 joerg

LLVM's assembler parser doesn't support .code32 yet, so disable it.


Revision tags: bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.5 04-Jan-2011 pgoyette

branches: 1.5.2;
Define KERN_SA when building the module


Revision tags: matt-mips64-premerge-20101231 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10 uebayasi-xip-base1 yamt-nfs-mp-base9 uebayasi-xip-base
# 1.4 21-Dec-2009 njoly

branches: 1.4.4;
Add netbsd32_compat_50.c to netbsd32 module sources list.


Revision tags: matt-premerge-20091211 yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 jym-xensuspend-nbase yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 jym-xensuspend-base nick-hppapmap-base
# 1.3 14-Feb-2009 abs

branches: 1.3.2;
Convert more MACHINE tests to MACHINE_ARCH


Revision tags: mjf-devfs2-base haad-dm-base haad-dm-base2 haad-nbase2
# 1.2 08-Dec-2008 njoly

branches: 1.2.2; 1.2.4; 1.2.6;
s/SYSVIPC/SYSVMSG/, for message queues support.


Revision tags: ad-audiomp2-base
# 1.1 19-Nov-2008 ad

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime


# 1.25 18-Jun-2019 christos

Add QUOTA define


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.24 23-Mar-2019 pgoyette

The main compat_netbsd32 module doesn't contain any prior-version-compat
code, so we don't need these CPP_FLAGS. The appropriate CPP_FLAGS are
included in the Makefiles for the various compat_netbsd32_xx modules.


# 1.23 17-Feb-2019 rin

Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.


# 1.22 27-Jan-2019 pgoyette

Merge the [pgoyette-compat] branch


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.21 26-Nov-2018 mlelstv

compat modules now require an extra include path for libnv.


Revision tags: netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204
# 1.20 26-Jan-2017 christos

branches: 1.20.12; 1.20.14;
Define MODULAR so we can have syscalls autoload after the module autoloads.
XXX: This is toxic, and currently caused LOCKDEBUG crashes.


Revision tags: bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004
# 1.19 17-Sep-2016 christos

branches: 1.19.2;
Add KTRACE


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.18 03-Dec-2015 pgoyette

branches: 1.18.2;
Split out the SYSV IPC stuff into its own compat_netbsd32_sysvipc
module. Adjust dependencies as needed.


# 1.17 01-Dec-2015 pgoyette

Create new compat_netbsd32_mqueue module, and descend into subdir to
build it.


# 1.16 01-Dec-2015 pgoyette

Descend into new compat_netbsd32_nfssrv directory for new module, and
remove netbsd32_nfssvc.c from the original compat_netbsd32 module.


Revision tags: nick-nhusb-base-20150921
# 1.15 31-Aug-2015 christos

add missing files


# 1.14 30-Jul-2015 christos

Add VMSWAP


Revision tags: nick-nhusb-base-20150606
# 1.13 10-May-2015 matt

mips doesn't do a.out and never has.


Revision tags: nick-nhusb-base-20150406
# 1.12 05-Dec-2014 christos

Add COMPAT_NOMID


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 nick-nhusb-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base rmind-smpnet-base tls-maxphys-base
# 1.11 10-May-2013 christos

branches: 1.11.10;
add new file


Revision tags: agc-symver-base yamt-pagecache-base8
# 1.10 22-Jan-2013 christos

We need more defines for this to actually work!


Revision tags: yamt-pagecache-base7 yamt-pagecache-base6 jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8 jmcneill-usbmp-base7
# 1.9 10-Mar-2012 joerg

branches: 1.9.2;
P1003_1B_SEMAPHORE is no longer optional.


Revision tags: jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3
# 1.8 19-Feb-2012 rmind

Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 jmcneill-usbmp-pre-base2 jmcneill-usbmp-base2 netbsd-6-base jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.7 02-Aug-2011 joerg

branches: 1.7.2; 1.7.6;
Remove a number of now unnecessary -no-integrated-as cases.


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base rmind-uvmplock-base
# 1.6 20-May-2011 joerg

LLVM's assembler parser doesn't support .code32 yet, so disable it.


Revision tags: bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.5 04-Jan-2011 pgoyette

branches: 1.5.2;
Define KERN_SA when building the module


Revision tags: matt-mips64-premerge-20101231 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10 uebayasi-xip-base1 yamt-nfs-mp-base9 uebayasi-xip-base
# 1.4 21-Dec-2009 njoly

branches: 1.4.4;
Add netbsd32_compat_50.c to netbsd32 module sources list.


Revision tags: matt-premerge-20091211 yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 jym-xensuspend-nbase yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 jym-xensuspend-base nick-hppapmap-base
# 1.3 14-Feb-2009 abs

branches: 1.3.2;
Convert more MACHINE tests to MACHINE_ARCH


Revision tags: mjf-devfs2-base haad-dm-base haad-dm-base2 haad-nbase2
# 1.2 08-Dec-2008 njoly

branches: 1.2.2; 1.2.4; 1.2.6;
s/SYSVIPC/SYSVMSG/, for message queues support.


Revision tags: ad-audiomp2-base
# 1.1 19-Nov-2008 ad

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime


Revision tags: isaki-audio2-base
# 1.24 23-Mar-2019 pgoyette

The main compat_netbsd32 module doesn't contain any prior-version-compat
code, so we don't need these CPP_FLAGS. The appropriate CPP_FLAGS are
included in the Makefiles for the various compat_netbsd32_xx modules.


# 1.23 17-Feb-2019 rin

Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.


# 1.22 27-Jan-2019 pgoyette

Merge the [pgoyette-compat] branch


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.21 26-Nov-2018 mlelstv

compat modules now require an extra include path for libnv.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204
# 1.20 26-Jan-2017 christos

branches: 1.20.12;
Define MODULAR so we can have syscalls autoload after the module autoloads.
XXX: This is toxic, and currently caused LOCKDEBUG crashes.


Revision tags: bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004
# 1.19 17-Sep-2016 christos

branches: 1.19.2;
Add KTRACE


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.18 03-Dec-2015 pgoyette

branches: 1.18.2;
Split out the SYSV IPC stuff into its own compat_netbsd32_sysvipc
module. Adjust dependencies as needed.


# 1.17 01-Dec-2015 pgoyette

Create new compat_netbsd32_mqueue module, and descend into subdir to
build it.


# 1.16 01-Dec-2015 pgoyette

Descend into new compat_netbsd32_nfssrv directory for new module, and
remove netbsd32_nfssvc.c from the original compat_netbsd32 module.


Revision tags: nick-nhusb-base-20150921
# 1.15 31-Aug-2015 christos

add missing files


# 1.14 30-Jul-2015 christos

Add VMSWAP


Revision tags: nick-nhusb-base-20150606
# 1.13 10-May-2015 matt

mips doesn't do a.out and never has.


Revision tags: nick-nhusb-base-20150406
# 1.12 05-Dec-2014 christos

Add COMPAT_NOMID


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 nick-nhusb-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base rmind-smpnet-base tls-maxphys-base
# 1.11 10-May-2013 christos

branches: 1.11.10;
add new file


Revision tags: agc-symver-base yamt-pagecache-base8
# 1.10 22-Jan-2013 christos

We need more defines for this to actually work!


Revision tags: yamt-pagecache-base7 yamt-pagecache-base6 jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8 jmcneill-usbmp-base7
# 1.9 10-Mar-2012 joerg

branches: 1.9.2;
P1003_1B_SEMAPHORE is no longer optional.


Revision tags: jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3
# 1.8 19-Feb-2012 rmind

Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 jmcneill-usbmp-pre-base2 jmcneill-usbmp-base2 netbsd-6-base jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.7 02-Aug-2011 joerg

branches: 1.7.2; 1.7.6;
Remove a number of now unnecessary -no-integrated-as cases.


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base rmind-uvmplock-base
# 1.6 20-May-2011 joerg

LLVM's assembler parser doesn't support .code32 yet, so disable it.


Revision tags: bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.5 04-Jan-2011 pgoyette

branches: 1.5.2;
Define KERN_SA when building the module


Revision tags: matt-mips64-premerge-20101231 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10 uebayasi-xip-base1 yamt-nfs-mp-base9 uebayasi-xip-base
# 1.4 21-Dec-2009 njoly

branches: 1.4.4;
Add netbsd32_compat_50.c to netbsd32 module sources list.


Revision tags: matt-premerge-20091211 yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 jym-xensuspend-nbase yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 jym-xensuspend-base nick-hppapmap-base
# 1.3 14-Feb-2009 abs

branches: 1.3.2;
Convert more MACHINE tests to MACHINE_ARCH


Revision tags: mjf-devfs2-base haad-dm-base haad-dm-base2 haad-nbase2
# 1.2 08-Dec-2008 njoly

branches: 1.2.2; 1.2.4; 1.2.6;
s/SYSVIPC/SYSVMSG/, for message queues support.


Revision tags: ad-audiomp2-base
# 1.1 19-Nov-2008 ad

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime


# 1.20 26-Jan-2017 christos

Define MODULAR so we can have syscalls autoload after the module autoloads.
XXX: This is toxic, and currently caused LOCKDEBUG crashes.


Revision tags: bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004
# 1.19 17-Sep-2016 christos

Add KTRACE


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.18 03-Dec-2015 pgoyette

branches: 1.18.2;
Split out the SYSV IPC stuff into its own compat_netbsd32_sysvipc
module. Adjust dependencies as needed.


# 1.17 01-Dec-2015 pgoyette

Create new compat_netbsd32_mqueue module, and descend into subdir to
build it.


# 1.16 01-Dec-2015 pgoyette

Descend into new compat_netbsd32_nfssrv directory for new module, and
remove netbsd32_nfssvc.c from the original compat_netbsd32 module.


Revision tags: nick-nhusb-base-20150921
# 1.15 31-Aug-2015 christos

add missing files


# 1.14 30-Jul-2015 christos

Add VMSWAP


Revision tags: nick-nhusb-base-20150606
# 1.13 10-May-2015 matt

mips doesn't do a.out and never has.


Revision tags: nick-nhusb-base-20150406
# 1.12 05-Dec-2014 christos

Add COMPAT_NOMID


Revision tags: netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 nick-nhusb-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base rmind-smpnet-base tls-maxphys-base
# 1.11 10-May-2013 christos

branches: 1.11.10;
add new file


Revision tags: agc-symver-base yamt-pagecache-base8
# 1.10 22-Jan-2013 christos

We need more defines for this to actually work!


Revision tags: yamt-pagecache-base7 yamt-pagecache-base6 jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8 jmcneill-usbmp-base7
# 1.9 10-Mar-2012 joerg

branches: 1.9.2;
P1003_1B_SEMAPHORE is no longer optional.


Revision tags: jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3
# 1.8 19-Feb-2012 rmind

Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 jmcneill-usbmp-pre-base2 jmcneill-usbmp-base2 netbsd-6-base jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.7 02-Aug-2011 joerg

branches: 1.7.2; 1.7.6;
Remove a number of now unnecessary -no-integrated-as cases.


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base rmind-uvmplock-base
# 1.6 20-May-2011 joerg

LLVM's assembler parser doesn't support .code32 yet, so disable it.


Revision tags: bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.5 04-Jan-2011 pgoyette

branches: 1.5.2;
Define KERN_SA when building the module


Revision tags: matt-mips64-premerge-20101231 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10 uebayasi-xip-base1 yamt-nfs-mp-base9 uebayasi-xip-base
# 1.4 21-Dec-2009 njoly

branches: 1.4.4;
Add netbsd32_compat_50.c to netbsd32 module sources list.


Revision tags: matt-premerge-20091211 yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 jym-xensuspend-nbase yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 jym-xensuspend-base nick-hppapmap-base
# 1.3 14-Feb-2009 abs

branches: 1.3.2;
Convert more MACHINE tests to MACHINE_ARCH


Revision tags: mjf-devfs2-base haad-dm-base haad-dm-base2 haad-nbase2
# 1.2 08-Dec-2008 njoly

branches: 1.2.2; 1.2.4; 1.2.6;
s/SYSVIPC/SYSVMSG/, for message queues support.


Revision tags: ad-audiomp2-base
# 1.1 19-Nov-2008 ad

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime


Revision tags: nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004
# 1.19 17-Sep-2016 christos

Add KTRACE


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226
# 1.18 03-Dec-2015 pgoyette

branches: 1.18.2;
Split out the SYSV IPC stuff into its own compat_netbsd32_sysvipc
module. Adjust dependencies as needed.


# 1.17 01-Dec-2015 pgoyette

Create new compat_netbsd32_mqueue module, and descend into subdir to
build it.


# 1.16 01-Dec-2015 pgoyette

Descend into new compat_netbsd32_nfssrv directory for new module, and
remove netbsd32_nfssvc.c from the original compat_netbsd32 module.


Revision tags: nick-nhusb-base-20150921
# 1.15 31-Aug-2015 christos

add missing files


# 1.14 30-Jul-2015 christos

Add VMSWAP


Revision tags: nick-nhusb-base-20150606
# 1.13 10-May-2015 matt

mips doesn't do a.out and never has.


Revision tags: nick-nhusb-base-20150406
# 1.12 05-Dec-2014 christos

Add COMPAT_NOMID


Revision tags: netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 nick-nhusb-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 rmind-smpnet-nbase riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base rmind-smpnet-base tls-maxphys-base
# 1.11 10-May-2013 christos

branches: 1.11.10;
add new file


Revision tags: agc-symver-base yamt-pagecache-base8
# 1.10 22-Jan-2013 christos

We need more defines for this to actually work!


Revision tags: yamt-pagecache-base7 yamt-pagecache-base6 jmcneill-usbmp-base10 yamt-pagecache-base5 jmcneill-usbmp-base9 yamt-pagecache-base4 jmcneill-usbmp-base8 jmcneill-usbmp-base7
# 1.9 10-Mar-2012 joerg

branches: 1.9.2;
P1003_1B_SEMAPHORE is no longer optional.


Revision tags: jmcneill-usbmp-base6 jmcneill-usbmp-base5 jmcneill-usbmp-base4 jmcneill-usbmp-base3
# 1.8 19-Feb-2012 rmind

Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 jmcneill-usbmp-pre-base2 jmcneill-usbmp-base2 netbsd-6-base jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.7 02-Aug-2011 joerg

branches: 1.7.2; 1.7.6;
Remove a number of now unnecessary -no-integrated-as cases.


Revision tags: rmind-uvmplock-nbase cherry-xenmp-base rmind-uvmplock-base
# 1.6 20-May-2011 joerg

LLVM's assembler parser doesn't support .code32 yet, so disable it.


Revision tags: bouyer-quota2-nbase bouyer-quota2-base jruoho-x86intr-base
# 1.5 04-Jan-2011 pgoyette

branches: 1.5.2;
Define KERN_SA when building the module


Revision tags: matt-mips64-premerge-20101231 uebayasi-xip-base4 uebayasi-xip-base3 yamt-nfs-mp-base11 uebayasi-xip-base2 yamt-nfs-mp-base10 uebayasi-xip-base1 yamt-nfs-mp-base9 uebayasi-xip-base
# 1.4 21-Dec-2009 njoly

branches: 1.4.4;
Add netbsd32_compat_50.c to netbsd32 module sources list.


Revision tags: matt-premerge-20091211 yamt-nfs-mp-base8 yamt-nfs-mp-base7 jymxensuspend-base yamt-nfs-mp-base6 yamt-nfs-mp-base5 yamt-nfs-mp-base4 jym-xensuspend-nbase yamt-nfs-mp-base3 nick-hppapmap-base4 nick-hppapmap-base3 nick-hppapmap-base2 jym-xensuspend-base nick-hppapmap-base
# 1.3 14-Feb-2009 abs

branches: 1.3.2;
Convert more MACHINE tests to MACHINE_ARCH


Revision tags: mjf-devfs2-base haad-dm-base haad-dm-base2 haad-nbase2
# 1.2 08-Dec-2008 njoly

branches: 1.2.2; 1.2.4; 1.2.6;
s/SYSVIPC/SYSVMSG/, for message queues support.


Revision tags: ad-audiomp2-base
# 1.1 19-Nov-2008 ad

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime