History log of /netbsd-src/sys/modules/compat_linux32/Makefile (Results 1 – 11 of 11)
Revision Date Author Comments
# dc1714c8 27-Nov-2021 ryo <ryo@NetBSD.org>

fix build for aarch64eb


# 2f5e5e73 25-Nov-2021 ryo <ryo@NetBSD.org>

add support COMPAT_LINUX32 for aarch64


# 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 ...


# 61499a75 26-Nov-2018 mlelstv <mlelstv@NetBSD.org>

One more - we also need the libnv for compat_linux32 module


# 9a72c11f 02-Aug-2011 joerg <joerg@NetBSD.org>

Remove a number of now unnecessary -no-integrated-as cases.


# 316b3ac0 20-May-2011 joerg <joerg@NetBSD.org>

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


# 515e5215 14-Feb-2009 abs <abs@NetBSD.org>

Convert more MACHINE tests to MACHINE_ARCH


# 84ab0cee 08-Dec-2008 njoly <njoly@NetBSD.org>

s/SYSVIPC/SYSVMSG/, for message queues support.


# dc5f4147 03-Dec-2008 ad <ad@NetBSD.org>

PR port-amd64/40091 compat_linux32 module loading = panic due to missing syms


# d9d57112 21-Nov-2008 ad <ad@NetBSD.org>

PR port-amd64/39990 modules/compat_linux32: build fix


# 92ce8c6a 19-Nov-2008 ad <ad@NetBSD.org>

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

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

show more ...