OpenGrok
Cross Reference: Makefile
xref
: /
src
/
sys
/
modules
/
acpiverbose
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
acpiverbose
History log of
/src/sys/modules/acpiverbose/Makefile
Revision
Date
Author
Comments
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
16-Feb-2011
jruoho
branches: 1.4.56;
Convert the ioconf files to lower case for consistency. No functional change.
1.3
11-Aug-2010
pooka
branches: 1.3.2; 1.3.4; 1.3.6; 1.3.8;
Define ioconf to create locators.h, which is now required by acpiverbose.
1.2
06-Aug-2010
jruoho
Remove the acpiwmi(4) dump from the ACPIVERBOSE module. Instead of this
complex solution, just use aprint_debug(9) in the driver.
1.1
31-May-2010
pgoyette
branches: 1.1.2;
Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.
ACPIVERBOSE also includes code to dump acpi/wmi data.
1.1.2.3
05-Mar-2011
rmind
sync with head
1.1.2.2
03-Jul-2010
rmind
sync with head
1.1.2.1
31-May-2010
rmind
file Makefile was added on branch rmind-uvmplock on 2010-07-03 01:19:58 +0000
1.3.8.1
17-Feb-2011
bouyer
Sync with HEAD
1.3.6.1
06-Jun-2011
jruoho
Sync with HEAD.
1.3.4.2
17-Aug-2010
uebayasi
Sync with HEAD.
1.3.4.1
11-Aug-2010
uebayasi
file Makefile was added on branch uebayasi-xip on 2010-08-17 06:47:40 +0000
1.3.2.3
09-Oct-2010
yamt
sync with head
1.3.2.2
11-Aug-2010
yamt
sync with head.
1.3.2.1
11-Aug-2010
yamt
file Makefile was added on branch yamt-nfs-mp on 2010-08-11 22:54:49 +0000
1.4.56.1
10-Jun-2019
christos
Sync with HEAD
Indexes created Fri Oct 31 11:10:07 GMT 2025