Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-07 | implement a few more opcodes from acpi 3.0 and fix output in some cases. | Federico G. Schwindt | |
dell d620 now shows the tree correctly. marco@ ok. | |||
2007-12-02 | Fixes acpidump on DL145 systems; method defined within another method | Jordan Hargrave | |
ok brad@ | |||
2007-11-26 | Decode CreateQWordFiled(). | Mark Kettenis | |
ok marco@ | |||
2007-11-25 | more existant -> existent, from Martynas Venckus; | Jason McIntyre | |
pfctl changes: ok henning ssh changes: ok deraadt | |||
2007-10-19 | missing break; spotted by robert, marco did not read the diff well enough or ↵ | Theo de Raadt | |
try it | |||
2007-10-17 | remove "unused variable" warnings | Charles Longeau | |
tested by deraadt@ on a gcc2 arch looks ok ray@ ok deraadt@ | |||
2007-10-17 | fix getopt handling; ok marco | Theo de Raadt | |
2007-10-08 | attribute packed -> __packed | Gilles Chehade | |
OK millert | |||
2007-09-22 | avoid case ranges; ok millert@ | Otto Moerbeek | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-04-03 | Don't get upset about short sized input files. | Jonathan Gray | |
ok moritz@ | |||
2007-02-23 | tweaks; | Jason McIntyre | |
2007-02-22 | Added new prefix dump option for obtaining all ACPI files | Jordan Hargrave | |
ok marco@ | |||
2007-02-22 | Added changes to dump all tables not just DSDT | Jordan Hargrave | |
-o generates files of form <prefix>.<sig>.<num> eg. -o foo generates foo.DSDT.1 foo.FACP.0 foo.MCFG.2 etc ok marco@ | |||
2007-01-05 | mmap returns MAP_FAILED on error, not -1 or NULL; from xsa@ | Otto Moerbeek | |
2006-12-19 | no more acpid.8; | Jason McIntyre | |
2006-10-31 | Remove dead code; len is always >= 1. | Todd C. Miller | |
Convert a strncpy() to strlcpy() since it is followed by strlcat(). OK marco@ mk@ | |||
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
ok marco | |||
2005-11-09 | instead of rolling our own page macros, use the ones provided by uvm | Martin Reindl | |
2005-07-21 | remove trailing newlines from err(3) calls; millert@ and matthieu@ ok. | Federico G. Schwindt | |
2005-06-12 | strcat -> strlcat | Nikolay Sturm | |
ok tdeval | |||
2005-06-07 | strlcpy cleanup; cloder ok | Theo de Raadt | |
2005-06-04 | Clean up gcc-isms. OK tholo | Chad Loder | |
2005-06-03 | various tweaks; | Jason McIntyre | |
ok tholo@ | |||
2005-06-03 | Don't use __LINE__ to prevent binary changing when nothing really | Alexander Yurchenko | |
changes. ok tholo@ | |||
2005-06-03 | i386 and amd64 only | Theo de Raadt | |
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten Lockert | |
ACPI tables into kernel memory and attach ACPI and HPET timers currently. In order to test this code, enabling the devices in GENERIC as well as the ACPI_ENABLE option is needed. This code does not do any thermal control yet, so this should be done with care depending on the platform. In the tree so more people can contribute to making this more fully featured. Ok niklas@ grange@ tedu@ |