History log of /src/sys/modules/dk_subr |
Revision | Date | Author | Comments |
1.2 | 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.1 | 28-Dec-2013 |
pgoyette | branches: 1.1.4; 1.1.6; 1.1.10; 1.1.36; Make dksubr.c into a module, and make the cgd and dm modules depend on it.
Now that cgd is completely modularized, descend into modules/cgd to actually create the module.
|
1.1.36.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.1.10.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.10.1 | 28-Dec-2013 |
tls | file Makefile was added on branch tls-maxphys on 2014-08-20 00:04:32 +0000
|
1.1.6.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.1 | 28-Dec-2013 |
yamt | file Makefile was added on branch yamt-pagecache on 2014-05-22 11:41:06 +0000
|
1.1.4.2 | 18-May-2014 |
rmind | sync with head
|
1.1.4.1 | 28-Dec-2013 |
rmind | file Makefile was added on branch rmind-smpnet on 2014-05-18 17:46:10 +0000
|