summaryrefslogtreecommitdiff
path: root/usr.sbin/acpidump
AgeCommit message (Collapse)Author
2010-08-08tweak previous; specifically, -o is no longer optional;Jason McIntyre
ok marco
2010-08-05die aml parser dieMarco Peereboom
ok deraadt
2010-08-05kill kill kill the aml parser, kill kill kill it until it is deadMarco Peereboom
ok deraadt
2009-08-07pull aml/aml_parse.h; otherwise it would take aml_parse_objectlistMartynas Venckus
as an int; and not a pointer; which would be wrong on 64-bit archs oki marco@
2009-06-01Fix NULL dereference in aml_name.c (acpidump)Mike Larkin
ok jordan@
2008-10-30move the list of options to the right place on the manual page;Igor Sobrado
while here, remove an obsolete url. diff tweaked by jmc@; sent upstream to FreeBSD people. ok jmc@
2008-09-10Proper format string modifiers and missing includes to get correct prototypesMiod Vallat
on 64-bit systems.
2008-06-06Fix a bunch of goo by creating a more generic fucntion to handle it.Marco Peereboom
code from jordan
2008-06-06Fix alignment on some machines where crc cehck failed.Marco Peereboom
code from jordan
2008-06-04Don't disassemble the AML if the -o option is specified. That way at leastMark Kettenis
we get the complete files if the disassembler crashes on a machine. ok marco@, krw@, deraadt@
2007-12-07implement 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-02Fixes acpidump on DL145 systems; method defined within another methodJordan Hargrave
ok brad@
2007-11-26Decode CreateQWordFiled().Mark Kettenis
ok marco@
2007-11-25more existant -> existent, from Martynas Venckus;Jason McIntyre
pfctl changes: ok henning ssh changes: ok deraadt
2007-10-19missing break; spotted by robert, marco did not read the diff well enough or ↵Theo de Raadt
try it
2007-10-17remove "unused variable" warningsCharles Longeau
tested by deraadt@ on a gcc2 arch looks ok ray@ ok deraadt@
2007-10-17fix getopt handling; ok marcoTheo de Raadt
2007-10-08attribute packed -> __packedGilles Chehade
OK millert
2007-09-22avoid case ranges; ok millert@Otto Moerbeek
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-03Don't get upset about short sized input files.Jonathan Gray
ok moritz@
2007-02-23tweaks;Jason McIntyre
2007-02-22Added new prefix dump option for obtaining all ACPI filesJordan Hargrave
ok marco@
2007-02-22Added changes to dump all tables not just DSDTJordan 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-05mmap returns MAP_FAILED on error, not -1 or NULL; from xsa@Otto Moerbeek
2006-12-19no more acpid.8;Jason McIntyre
2006-10-31Remove 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-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@