Home | History | Annotate | Download | only in nfs
History log of /src/sys/modules/nfs/Makefile
RevisionDateAuthorComments
 1.3  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.2  02-Mar-2010  pooka branches: 1.2.62;
Reflect removal of fs_nfs.h and -DNFS
 1.1  19-Nov-2008  ad branches: 1.1.4; 1.1.6; 1.1.10; 1.1.12;
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
 1.1.12.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.1.10.3  11-Mar-2010  yamt sync with head
 1.1.10.2  04-May-2009  yamt sync with head.
 1.1.10.1  19-Nov-2008  yamt file Makefile was added on branch yamt-nfs-mp on 2009-05-04 08:14:11 +0000
 1.1.6.2  19-Jan-2009  skrll Sync with HEAD.
 1.1.6.1  19-Nov-2008  skrll file Makefile was added on branch nick-hppapmap on 2009-01-19 13:20:09 +0000
 1.1.4.2  17-Jan-2009  mjf Sync with HEAD.
 1.1.4.1  19-Nov-2008  mjf file Makefile was added on branch mjf-devfs2 on 2009-01-17 13:29:30 +0000
 1.2.62.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed