History log of /src/sys/dev/acpi/acpi_debug.c |
Revision | | Date | Author | Comments |
1.8 |
| 08-Jul-2020 |
thorpej | Update for proplib API changes.
|
1.7 |
| 23-Mar-2020 |
chs | in acpi_debug_init(), the string we extract from the dictionary is a normal C string, so use strlcpy() rather than memcpy() to copy it. found by KASAN.
|
1.6 |
| 05-Jan-2019 |
christos | add normal debug level
|
1.5 |
| 25-Feb-2014 |
pooka | branches: 1.5.28; 1.5.30; Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before the sysctl link sets are processed, and remove redundancy.
Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate lines of code.
|
1.4 |
| 27-Oct-2010 |
gsutre | branches: 1.4.8; 1.4.18; 1.4.22; Make acpi(4) debug aware of ACPI_DISPLAY_COMPONENT.
|
1.3 |
| 30-Jun-2010 |
jruoho | Provide a sysctl-knob for the Debug() opcode, hw.acpi.debug.object. This prints debug-messages possibly used in the AML. Only enabled for ACPI_DEBUG kernels.
|
1.2 |
| 12-Apr-2010 |
jruoho | Rework the sysctl-support.
Changes:
hw.wake -> hw.acpi.wake hw.acpi.debug_layer -> hw.acpi.debug.layer hw.acpi.debug_level -> hw.acpi.debug.level
Additions:
hw.acpi.stat.gpe # Number of dispatched GPEs hw.acpi.stat.sci # Number of SCI interrupts hw.acpi.stat.fixed # Number of fixed events hw.acpi.stat.method # Number of executed methods
ok jmcneill@
|
1.1 |
| 31-Jan-2010 |
jruoho | branches: 1.1.2; 1.1.4; 1.1.6; Add dynamic debug options for ACPI_DEBUG kernels.
ok jmcneill@, pooka@, pgoyette@
|
1.1.6.3 |
| 05-Mar-2011 |
rmind | sync with head
|
1.1.6.2 |
| 03-Jul-2010 |
rmind | sync with head
|
1.1.6.1 |
| 30-May-2010 |
rmind | sync with head
|
1.1.4.3 |
| 11-Aug-2010 |
yamt | sync with head.
|
1.1.4.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.1.4.1 |
| 31-Jan-2010 |
yamt | file acpi_debug.c was added on branch yamt-nfs-mp on 2010-03-11 15:03:22 +0000
|
1.1.2.3 |
| 06-Nov-2010 |
uebayasi | Sync with HEAD.
|
1.1.2.2 |
| 17-Aug-2010 |
uebayasi | Sync with HEAD.
|
1.1.2.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.4.22.1 |
| 18-May-2014 |
rmind | sync with head
|
1.4.18.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.4.8.1 |
| 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.5.30.2 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.5.30.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.5.28.1 |
| 18-Jan-2019 |
pgoyette | Synch with HEAD
|