summaryrefslogtreecommitdiff
path: root/usr.sbin/acpidump
AgeCommit message (Collapse)Author
2006-02-06typos from alexey dobriyan;Jason McIntyre
ok marco
2005-11-09instead of rolling our own page macros, use the ones provided by uvmMartin Reindl
2005-07-21remove trailing newlines from err(3) calls; millert@ and matthieu@ ok.Federico G. Schwindt
2005-06-12strcat -> strlcatNikolay Sturm
ok tdeval
2005-06-07strlcpy cleanup; cloder okTheo de Raadt
2005-06-04Clean up gcc-isms. OK tholoChad Loder
2005-06-03various tweaks;Jason McIntyre
ok tholo@
2005-06-03Don't use __LINE__ to prevent binary changing when nothing reallyAlexander Yurchenko
changes. ok tholo@
2005-06-03i386 and amd64 onlyTheo de Raadt
2005-06-02Start on a basic ACPI framework -- does not do much more than read out theThorsten 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@