summaryrefslogtreecommitdiff
path: root/usr.sbin/acpidump
AgeCommit message (Expand)Author
2017-06-01mention /var/db/acpi; diff from Jan Stary <hans at stare dot cz>;Ingo Schwarze
2017-01-24remove unused junk definitionsTheo de Raadt
2016-09-26If the argument of -o specifies a directory, dump the files without using aMark Kettenis
2016-09-25Make a move towards ending 4 decades of kernel snooping.Theo de Raadt
2015-10-12with the RPATH enforcement, acpidump(1) don't work anymore...Sebastien Marie
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-04add "usage: " to usage(); from michael reedJason McIntyre
2015-10-03acpidump is used as root and opens /dev/mem readonly, to dig outTheo de Raadt
2015-09-04zap extra newline that snuck inJasper Lievisse Adriaanse
2015-09-03Modify acpidump to work on systems booted from efi boot. Use the ACPIYASUOKA Masahiko
2014-07-08Stop using uvm_extern.h to fetch uvm_param.h; so define local versionsTheo de Raadt
2014-03-13Don't suggest running the AML parser as root. :-)Bryan Steele
2014-03-13oops! none of us spotted that pkg_add is section 1, not 8;Jason McIntyre
2014-03-13Correction from jmc@, sort references alphabetically.Bryan Steele
2014-03-13Add a reference to the ACPICA utilities, with examples.Bryan Steele
2013-12-03stop using sys/syslimits.h directly, and use limits.hTheo de Raadt
2013-11-12prototype the mess of functions insideTheo de Raadt
2010-08-08tweak previous; specifically, -o is no longer optional;Jason McIntyre
2010-08-05die aml parser dieMarco Peereboom
2010-08-05kill kill kill the aml parser, kill kill kill it until it is deadMarco Peereboom
2009-08-07pull aml/aml_parse.h; otherwise it would take aml_parse_objectlistMartynas Venckus
2009-06-01Fix NULL dereference in aml_name.c (acpidump)Mike Larkin
2008-10-30move the list of options to the right place on the manual page;Igor Sobrado
2008-09-10Proper format string modifiers and missing includes to get correct prototypesMiod Vallat
2008-06-06Fix a bunch of goo by creating a more generic fucntion to handle it.Marco Peereboom
2008-06-06Fix alignment on some machines where crc cehck failed.Marco Peereboom
2008-06-04Don't disassemble the AML if the -o option is specified. That way at leastMark Kettenis
2007-12-07implement a few more opcodes from acpi 3.0 and fix output in some cases.Federico G. Schwindt
2007-12-02Fixes acpidump on DL145 systems; method defined within another methodJordan Hargrave
2007-11-26Decode CreateQWordFiled().Mark Kettenis
2007-11-25more existant -> existent, from Martynas Venckus;Jason McIntyre
2007-10-19missing break; spotted by robert, marco did not read the diff well enough or ...Theo de Raadt
2007-10-17remove "unused variable" warningsCharles Longeau
2007-10-17fix getopt handling; ok marcoTheo de Raadt
2007-10-08attribute packed -> __packedGilles Chehade
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
2007-02-23tweaks;Jason McIntyre
2007-02-22Added new prefix dump option for obtaining all ACPI filesJordan Hargrave
2007-02-22Added changes to dump all tables not just DSDTJordan Hargrave
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
2006-02-06typos from alexey dobriyan;Jason McIntyre
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
2005-06-07strlcpy cleanup; cloder okTheo de Raadt
2005-06-04Clean up gcc-isms. OK tholoChad Loder