Home | History | Annotate | Download | only in chfs
History log of /src/sys/modules/chfs/Makefile
RevisionDateAuthorComments
 1.5  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.4  11-Jan-2015  hannken branches: 1.4.18;
Change chfs from hashlist to vcache.
 1.3  12-Apr-2012  ttoth branches: 1.3.2; 1.3.4; 1.3.18;
using chtype on media instead of vtype
debug.c deleted
 1.2  04-Feb-2012  christos no -g on default install
if you want debugging, you know where to put it.
 1.1  24-Nov-2011  ahoka branches: 1.1.2;
Add module glue for CHFS.
 1.1.2.2  29-Apr-2012  mrg sync to latest -current.
 1.1.2.1  18-Feb-2012  mrg merge to -current.
 1.3.18.1  06-Apr-2015  skrll Sync with HEAD
 1.3.4.1  03-Dec-2017  jdolecek update from HEAD
 1.3.2.2  17-Apr-2012  yamt sync with head
 1.3.2.1  12-Apr-2012  yamt file Makefile was added on branch yamt-pagecache on 2012-04-17 00:08:35 +0000
 1.4.18.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed