History log of /netbsd-src/sys/modules/compat_linux/Makefile (Results 1 – 8 of 8)
Revision Date Author Comments
# 0124a941 01-Jul-2024 christos <christos@NetBSD.org>

Add linux POSIX message queue support (Ricardo Branco)


# ad38bef4 21-Aug-2023 christos <christos@NetBSD.org>

Add inotify (thanks Ryo)


# 2c176dfd 09-Oct-2021 ryo <ryo@NetBSD.org>

Modularize compat_linux(8) 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 ...


# e075a1d0 24-Feb-2009 he <he@NetBSD.org>

Follow up the removal of linux_support.S for amd64 and i386.


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

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


# 1ab7ca8f 20-Nov-2008 ad <ad@NetBSD.org>

PR port-amd64/39964 modules/compat_linux: missing symbols on amd64


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