index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
/
dsdt.c
Age
Commit message (
Expand
)
Author
2007-12-02
Added AMLOP_BREAKOPINT function handler for X40 systems
Jordan Hargrave
2007-11-17
Print the type that's wrong.
Mark Kettenis
2007-11-17
Buffers are not necessarily NUL-terminated, so use memcpy instead of strlcpy
Mark Kettenis
2007-11-15
don't waste our time telling the aml that we are OpenBSD; it will never
Theo de Raadt
2007-11-14
shrink floppy build by knocking out some unused bits of code; seen by canacar
Theo de Raadt
2007-11-14
Fix handling of local AML variables for type conversion:
Can Erkin Acar
2007-11-10
do not check malloc return value against NULL, as M_WAITOK is used
Charles Longeau
2007-11-08
Pass correct pointers to memcpy when concatanating strings/buffers
Can Erkin Acar
2007-11-08
convert the value to a string instead of using aml_val2str()
Can Erkin Acar
2007-11-05
Use the acpi_{acquire,release}_global_lock() to implement the global
Tobias Weingartner
2007-11-03
ACPI allows the OS to identify itself in a couple of ways and may behave
Chris Kuethe
2007-11-03
Add missing else so that Concatanation of two buffers work.
Can Erkin Acar
2007-11-03
Fix setting values to buffers by obeying the conversion rules.
Can Erkin Acar
2007-11-03
Remove those words...
Chris Kuethe
2007-11-03
ACPI allows the OS to identify itself in a couple of ways and may behave
Chris Kuethe
2007-11-03
Changed aml_parselength to use incremental length calc
Jordan Hargrave
2007-10-08
More simple memset(,0,) -> M_ZERO changes. In this batch move to
Kenneth R Westerback
2007-09-13
Implement ACPI 6.5.1 spec tree walk for _STA and _INI.
Tobias Weingartner
2007-09-08
Case ranges e.g. case 'A' ... 'Z': are a gcc-ism not valid C. Fix these, and
Gordon Willem Klok
2007-04-11
Added changes for C-State
Jordan Hargrave
2007-03-23
Fix set to already set local
Jordan Hargrave
2007-02-27
please, check it compiles before you commit
Theo de Raadt
2007-02-27
Added fix for condref, free storing into value
Jordan Hargrave
2007-02-22
New resource mapper interface and structures
Jordan Hargrave
2007-02-21
Fixed deref for storing to local after CondRef op
Jordan Hargrave
2007-02-20
Move AML_OBJDEBUG into ACPI_DEBUG.
Marco Peereboom
2007-02-18
Added dynamic perfect hash for opcodes
Jordan Hargrave
2007-02-13
Fixed stupid bit mangling on index fields
Jordan Hargrave
2007-02-06
Added support for calling _OSI method
Jordan Hargrave
2007-01-23
Fixes for static integer setting
Jordan Hargrave
2007-01-18
Added fix for static integer
Jordan Hargrave
2007-01-16
Fix invalid _CRS length. Some aml implementations lie about how long a
Marco Peereboom
2006-12-26
Add polling to devices that require it such as acpibat and acpitz.
Marco Peereboom
2006-12-23
Correctly compute timeout value in acpi_sleep.
Can Erkin Acar
2006-12-20
nearly complete knf
Theo de Raadt
2006-12-20
first steps of knf (trying not to step on jordan's feet too much); ok marco
Theo de Raadt
2006-12-20
skip the perfect hash for now since it wastes a lot of kernel memory,
Theo de Raadt
2006-12-18
our panic() can take stdarg arguments
Theo de Raadt
2006-12-12
- include <sys/proc.h> for tsleep();
Tom Cosgrove
2006-11-29
After a long debate at the hackathon it was decided that the acpi implementation
Marco Peereboom
2006-11-27
Post-process PCI config space opregions
Jordan Hargrave
2006-11-27
Added support for parsing _CRS resources
Jordan Hargrave
2006-11-25
Add mutex.
Marco Peereboom
2006-11-11
Add acpi_sleep and acpi_stall functions.
Marco Peereboom
2006-10-31
add missing prototype for aml_evalinteger()
Thordur I. Bjornsson
2006-10-30
Fix nameref -> objref for forward definition evaluator
Jordan Hargrave
2006-10-25
Don't convert buffer/field output to integer
Jordan Hargrave
2006-10-25
added deref/index for integer types
Jordan Hargrave
2006-10-24
Added stack trace to aml_die+acpidebug
Jordan Hargrave
2006-10-23
Reduced memory allocations for temporary values
Jordan Hargrave
[next]