summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpidump (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make acpidump match the kernel's acpi_loadtables() behavior bylteo2019-05-111-9/+11
* Add -q flag to suppress the message that ACPI information can't be found.kettenis2019-01-121-4/+11
* Unveil the special files needed for reading AML tables, and thederaadt2018-08-081-11/+18
* We can only unveil if the prefix is a directory (the input paths, and thederaadt2018-08-031-3/+19
* Use 64-bit DSDT pointer instead of the 32-bit one if it is zero.kettenis2018-06-301-2/+5
* Add support for parsing XSDT tables. Add support for arm64.kettenis2018-06-242-42/+148
* mention /var/db/acpi; diff from Jan Stary <hans at stare dot cz>;schwarze2017-06-011-2/+7
* remove unused junk definitionsderaadt2017-01-241-6/+1
* If the argument of -o specifies a directory, dump the files without using akettenis2016-09-262-13/+24
* Make a move towards ending 4 decades of kernel snooping.deraadt2016-09-251-2/+9
* with the RPATH enforcement, acpidump(1) don't work anymore...semarie2015-10-121-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* add "usage: " to usage(); from michael reedjmc2015-10-041-2/+2
* acpidump is used as root and opens /dev/mem readonly, to dig outderaadt2015-10-031-4/+12
* zap extra newline that snuck injasper2015-09-041-2/+1
* Modify acpidump to work on systems booted from efi boot. Use the ACPIyasuoka2015-09-032-3/+52
* Stop using uvm_extern.h to fetch uvm_param.h; so define local versionsderaadt2014-07-081-3/+8
* Don't suggest running the AML parser as root. :-)brynet2014-03-131-2/+2
* oops! none of us spotted that pkg_add is section 1, not 8;jmc2014-03-131-3/+3
* Correction from jmc@, sort references alphabetically.brynet2014-03-131-2/+2
* Add a reference to the ACPICA utilities, with examples.brynet2014-03-131-3/+14
* stop using sys/syslimits.h directly, and use limits.hderaadt2013-12-031-8/+7
* prototype the mess of functions insidederaadt2013-11-121-2/+22
* tweak previous; specifically, -o is no longer optional;jmc2010-08-082-6/+9
* die aml parser diemarco2010-08-0519-5960/+0
* kill kill kill the aml parser, kill kill kill it until it is deadmarco2010-08-059-2233/+476
* pull aml/aml_parse.h; otherwise it would take aml_parse_objectlistmartynas2009-08-071-2/+3
* Fix NULL dereference in aml_name.c (acpidump)mlarkin2009-06-011-2/+4
* move the list of options to the right place on the manual page;sobrado2008-10-301-24/+22
* Proper format string modifiers and missing includes to get correct prototypesmiod2008-09-103-22/+22
* Fix a bunch of goo by creating a more generic fucntion to handle it.marco2008-06-061-284/+119
* Fix alignment on some machines where crc cehck failed.marco2008-06-061-2/+4
* Don't disassemble the AML if the -o option is specified. That way at leastkettenis2008-06-042-13/+8
* implement a few more opcodes from acpi 3.0 and fix output in some cases.fgsch2007-12-071-3/+23
* Fixes acpidump on DL145 systems; method defined within another methodjordan2007-12-021-3/+7
* Decode CreateQWordFiled().kettenis2007-11-262-7/+19
* more existant -> existent, from Martynas Venckus;jmc2007-11-251-3/+3
* missing break; spotted by robert, marco did not read the diff well enough or try itderaadt2007-10-191-2/+3
* remove "unused variable" warningschl2007-10-171-5/+2
* fix getopt handling; ok marcoderaadt2007-10-172-21/+10
* attribute packed -> __packedgilles2007-10-082-12/+12
* avoid case ranges; ok millert@otto2007-09-221-5/+21
* convert to new .Dd format;jmc2007-05-311-2/+2
* Don't get upset about short sized input files.jsg2007-04-031-3/+3
* tweaks;jmc2007-02-231-10/+13
* Added new prefix dump option for obtaining all ACPI filesjordan2007-02-221-8/+16
* Added changes to dump all tables not just DSDTjordan2007-02-222-9/+17
* mmap returns MAP_FAILED on error, not -1 or NULL; from xsa@otto2007-01-051-4/+4
* no more acpid.8;jmc2006-12-191-2/+1
* Remove dead code; len is always >= 1.millert2006-10-311-12/+8