summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpidump/acpidump.c (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-241-40/+145
* If the argument of -o specifies a directory, dump the files without using akettenis2016-09-261-5/+12
* 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-031-2/+49
* Stop using uvm_extern.h to fetch uvm_param.h; so define local versionsderaadt2014-07-081-3/+8
* 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-081-2/+2
* kill kill kill the aml parser, kill kill kill it until it is deadmarco2010-08-051-26/+467
* Proper format string modifiers and missing includes to get correct prototypesmiod2008-09-101-3/+3
* missing break; spotted by robert, marco did not read the diff well enough or try itderaadt2007-10-191-2/+3
* fix getopt handling; ok marcoderaadt2007-10-171-15/+8
* remove trailing newlines from err(3) calls; millert@ and matthieu@ ok.fgsch2005-07-211-4/+4
* Start on a basic ACPI framework -- does not do much more than read out thetholo2005-06-021-0/+105