History log of /netbsd-src/sys/modules/compat_netbsd32/Makefile (Results 1 – 25 of 38)
Revision Date Author Comments
# ee18c801 30-Aug-2023 christos <christos@NetBSD.org>

Add missing netbsd32_epoll.c


# 4eee387d 07-Nov-2020 christos <christos@NetBSD.org>

fix arm test


# 575be43d 01-Nov-2020 pgoyette <pgoyette@NetBSD.org>

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

Welcome to 7.99.75 !!!


# 9aa2a9c3 16-May-2020 christos <christos@NetBSD.org>

Add ACL support for FFS. From FreeBSD.


# ad4306e8 02-May-2020 thorpej <thorpej@NetBSD.org>

Include netbsd32_futex.c in the module.


# 65c9ca43 19-Apr-2020 maya <maya@NetBSD.org>

Turn off compat drm.
XXX issue security advisory


# 4b5fc12d 12-Mar-2020 pgoyette <pgoyette@NetBSD.org>

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.


# 8c22ab9c 05-Mar-2020 christos <christos@NetBSD.org>

disable a.out on aarch64


# 1d577fe3 20-Nov-2019 pgoyette <pgoyette@NetBSD.org>

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 mo

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 !

show more ...


# f43e1160 28-Sep-2019 christos <christos@NetBSD.org>

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


# 8e49ef1d 26-Sep-2019 christos <christos@NetBSD.org>

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


# 6b2322f6 20-Aug-2019 maxv <maxv@NetBSD.org>

Disable netbsd32_drm.c until it receives proper review.


# 863a2c51 20-Aug-2019 christos <christos@NetBSD.org>

Add netbsd32 drm support from Surya Shankar at GSoC 2019


# 2785dc40 18-Jun-2019 christos <christos@NetBSD.org>

Add QUOTA define


# bf88b357 23-Mar-2019 pgoyette <pgoyette@NetBSD.org>

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_netbsd

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.

show more ...


# 2bc4fb1f 17-Feb-2019 rin <rin@NetBSD.org>

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

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.

show more ...


# d91f98a8 27-Jan-2019 pgoyette <pgoyette@NetBSD.org>

Merge the [pgoyette-compat] branch


# 65b25e11 26-Nov-2018 mlelstv <mlelstv@NetBSD.org>

compat modules now require an extra include path for libnv.


# 8b431b6f 26-Jan-2017 christos <christos@NetBSD.org>

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


# 8962a977 17-Sep-2016 christos <christos@NetBSD.org>

Add KTRACE


# 29e8b0cb 03-Dec-2015 pgoyette <pgoyette@NetBSD.org>

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


# 816dbf35 01-Dec-2015 pgoyette <pgoyette@NetBSD.org>

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


# d8aa6e01 01-Dec-2015 pgoyette <pgoyette@NetBSD.org>

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


# bbfa563e 31-Aug-2015 christos <christos@NetBSD.org>

add missing files


# 02379201 30-Jul-2015 christos <christos@NetBSD.org>

Add VMSWAP


12