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
/
acpitz.c
Age
Commit message (
Expand
)
Author
2010-01-13
Make sure that acpitz is always the last one to replace the global
Marco Peereboom
2009-12-09
disable useles print
Marco Peereboom
2009-12-04
KNF whitespace, from Brad. ok jordan@
Stuart Henderson
2009-10-15
Implement passive cooling for acpitz; works for some overheating machines
Jordan Hargrave
2009-04-26
in ca_attach() there is no need to set .value and .flags of sensors to 0,
Constantine A. Murenin
2009-04-19
zero temperature in acpi refers to -273,2degC -- convert to uK appropriately;...
Constantine A. Murenin
2009-03-11
More aml_evalinteger fixup
Jordan Hargrave
2008-09-12
In acpitz_setfan(), try to send fan commands to ``power resources'' objects.
Miod Vallat
2008-09-11
Thermal Zone entities might not be direct object references, but named
Miod Vallat
2008-06-01
Re-enable new parser. Lots of testing by various folks. Fits all media
Marco Peereboom
2008-05-16
back out jordans new parser.
David Gwynne
2008-05-14
Adding new ACPI Parser code
Jordan Hargrave
2008-04-12
Get rid of acpi_s5 global variables; simply send SIGUSR2 instead of SUGUSR1
Mark Kettenis
2008-01-08
Don't free res twice.
Marco Peereboom
2008-01-06
Add a more robust gettempreading that debounces the value (idea from FreeBSD)
Marco Peereboom
2007-11-12
a little less excitement (every printf does not need to end in !)
Theo de Raadt
2007-11-03
less colons
Theo de Raadt
2007-11-03
repair attach messages; ok gwk canacar
Theo de Raadt
2007-03-26
Don't leak memory.
Marco Peereboom
2007-03-22
split userland & kernel struct sensor/sensordev so that the addition
Theo de Raadt
2007-02-14
Quiet a noisy debug message by using dnprintf instead of printf.
Deanna Phillips
2006-12-26
Add polling to devices that require it such as acpibat and acpitz.
Marco Peereboom
2006-12-23
adapt to new two-level sensor api; Constantine A. Murenin
Theo de Raadt
2006-12-21
more minor knf
Theo de Raadt
2006-12-19
knf + delete unused variables
Theo de Raadt
2006-12-18
Remove misleading NOTREACHED comments. Sending a signal does not
Can Erkin Acar
2006-11-29
After a long debate at the hackathon it was decided that the acpi implementation
Marco Peereboom
2006-11-02
Ooops, forgot a debug printf.
Marco Peereboom
2006-11-02
Add active cooling support mostly by me with jordan help.
Marco Peereboom
2006-10-24
Condense get functions into a single function. This is ahead of retrieving
Marco Peereboom
2006-10-24
KNF
Marco Peereboom
2006-10-19
Fixed acpitz match function
Jordan Hargrave
2006-10-12
Massive ACPI changes
Jordan Hargrave
2006-07-30
Donot pass a uninitialized pointer to aml_register_notify(), should fix PR5153
Gordon Willem Klok
2006-05-19
Minimal thermal zone driver. Monitors thermal zone temperature,
Can Erkin Acar