History log of /netbsd/sys/modules/chfs/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# 71bfb4ce 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 ...


# 66996266 11-Jan-2015 hannken <hannken@NetBSD.org>

Change chfs from hashlist to vcache.


# e6a23d44 12-Apr-2012 ttoth <ttoth@NetBSD.org>

using chtype on media instead of vtype
debug.c deleted


# 3690f5c6 04-Feb-2012 christos <christos@NetBSD.org>

no -g on default install
if you want debugging, you know where to put it.


# edfa3d66 24-Nov-2011 ahoka <ahoka@NetBSD.org>

Add module glue for CHFS.