summaryrefslogtreecommitdiff
path: root/usr.sbin/acpidump/acpidump.c
AgeCommit message (Expand)Author
2022-09-11When looking up a symble using kvm_nlist(3), we need to prepend anMark Kettenis
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2019-05-11Make acpidump match the kernel's acpi_loadtables() behavior byLawrence Teo
2019-01-12Add -q flag to suppress the message that ACPI information can't be found.Mark Kettenis
2018-08-08Unveil the special files needed for reading AML tables, and theTheo de Raadt
2018-08-03We can only unveil if the prefix is a directory (the input paths, and theTheo de Raadt
2018-06-30Use 64-bit DSDT pointer instead of the 32-bit one if it is zero.Mark Kettenis
2018-06-24Add support for parsing XSDT tables. Add support for arm64.Mark Kettenis
2016-09-26If the argument of -o specifies a directory, dump the files without using aMark Kettenis
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
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-05kill kill kill the aml parser, kill kill kill it until it is deadMarco Peereboom
2008-09-10Proper format string modifiers and missing includes to get correct prototypesMiod Vallat
2007-10-19missing break; spotted by robert, marco did not read the diff well enough or ...Theo de Raadt
2007-10-17fix getopt handling; ok marcoTheo de Raadt
2005-07-21remove trailing newlines from err(3) calls; millert@ and matthieu@ ok.Federico G. Schwindt
2005-06-02Start on a basic ACPI framework -- does not do much more than read out theThorsten Lockert