History log of /src/sys/modules/i915drm |
Revision | Date | Author | Comments |
1.7 | 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.6 | 28-Aug-2011 |
jmcneill | branches: 1.6.54; set default WARNS for modules to 3 -- the only one that needs < 3 now is pf
|
1.5 | 22-Jun-2009 |
mrg | add a couple of missing files. pointed out by tron.
|
1.4 | 22-Jun-2009 |
tron | Fix modules build after update of drm(4).
|
1.3 | 08-Jul-2008 |
jmmv | branches: 1.3.2; 1.3.6; 1.3.10; 1.3.14; 1.3.16; Fix build of the i915drm and radeondrm modules after the #include changes from <dev/drm/drm{,P}.h> to "drm{,P}.h" by mrg@.
|
1.2 | 19-May-2008 |
tnn | branches: 1.2.2; 1.2.4; 1.2.6; 1.2.8; Fix build.
|
1.1 | 18-May-2008 |
jmcneill | Add Makefiles for building drmbase and i915drm as kmods.
|
1.2.8.1 | 19-Oct-2008 |
haad | Sync with HEAD.
|
1.2.6.1 | 18-Jul-2008 |
simonb | Sync with head.
|
1.2.4.2 | 04-Jun-2008 |
yamt | sync with head
|
1.2.4.1 | 19-May-2008 |
yamt | file Makefile was added on branch yamt-pf42 on 2008-06-04 02:05:47 +0000
|
1.2.2.3 | 28-Sep-2008 |
mjf | Sync with HEAD.
|
1.2.2.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.2.2.1 | 19-May-2008 |
mjf | file Makefile was added on branch mjf-devfs2 on 2008-06-02 13:24:21 +0000
|
1.3.16.1 | 21-Apr-2010 |
matt | sync to netbsd-5
|
1.3.14.3 | 18-Jul-2009 |
yamt | sync with head.
|
1.3.14.2 | 04-May-2009 |
yamt | sync with head.
|
1.3.14.1 | 08-Jul-2008 |
yamt | file Makefile was added on branch yamt-nfs-mp on 2009-05-04 08:14:10 +0000
|
1.3.10.1 | 23-Jul-2009 |
jym | Sync with HEAD.
|
1.3.6.2 | 23-Jun-2009 |
snj | Pull up following revision(s) (requested by mrg in ticket #829): sys/modules/i915drm/Makefile: revision 1.5 sys/modules/radeondrm/Makefile: revision 1.7 add a couple of missing files. pointed out by tron.
|
1.3.6.1 | 23-Jun-2009 |
snj | Pull up following revision(s) (requested by mrg in ticket #829): sys/modules/drm/Makefile: revision 1.3 sys/modules/i915drm/Makefile: revision 1.4 sys/modules/radeondrm/Makefile: revision 1.6 Fix modules build after update of drm(4).
|
1.3.2.2 | 24-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2
|
1.3.2.1 | 08-Jul-2008 |
wrstuden | file Makefile was added on branch wrstuden-revivesa on 2008-09-24 05:28:33 +0000
|
1.6.54.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.1 | 28-Aug-2011 |
jmcneill | set default WARNS for modules to 3 -- the only one that needs < 3 now is pf
|