summaryrefslogtreecommitdiff
path: root/usr.sbin/acpitools
AgeCommit message (Collapse)Author
2009-12-27Put "MAN= acpidump.8" back outside the i386/amd64 block so its in theabs
MI manpages, and non i386/amd64 setlists are correct again
2009-12-22Import acpidump from FreeBSD per request from jmcneill@cegger
Changes made in the port: - adapt path to iasl from /usr/sbin/iasl to /usr/bin/iasl - fix realpath() usage to accomplish NetBSD's behaviour - use EXIT_FAILURE/EXIT_SUCCESS everywhere - fix crash on corrupt DSDT file and print proper error message - implemented additional ACPI table parsers for BERT, BOOT, CPEP, DBGP, EINJ, ERST, HEST, MSCT, SBST, SLIT, SPCR, TCPA, WAET, WDAT and WDRT
2009-12-22msg.txtcegger
2009-12-22Import acpidump from FreeBSD per request from jmcneill@cegger
Changes made in the port: - adapt path to iasl from /usr/sbin/iasl to /usr/bin/iasl - fix realpath() usage to accomplish NetBSD's behaviour - use EXIT_FAILURE/EXIT_SUCCESS everywhere - fix crash on corrupt DSDT file and print proper error message - implemented additional ACPI table parsers for BERT, BOOT, CPEP, DBGP, EINJ, ERST, HEST, MSCT, SBST, SLIT, SPCR, TCPA, WAET, WDAT and WDRT
2009-11-02Escape literal backslashes.joerg
2009-10-08fix acpidump segfaultcegger
2009-04-22Enable WARNS=4 by default, except for:lukem
cpuctl dumplfs hprop ipf iprop-log kadmin kcm kdc kdigest kimpersonate kstash ktutil makefs ndbootd ntp pppd quot racoon racoonctl rtadvd sntp sup tcpdchk tcpdmatch tcpdump traceroute traceroute6 user veriexecgen wsmoused zic (Mostly third-party applications)
2009-02-14Convert more MACHINE tests to MACHINE_ARCHabs
2009-01-18fix -Wsign-compare issueslukem
2008-08-29Include aml/aml_region.h after aml/aml_common.h to avoid redefinition errors.gmcgarry
2008-02-26Convert a simple tbl(1) table (which wasn't being formatted)lukem
into a .Bl -tag.
2008-02-13-if an RSDT entry points to a table with invalid checksum, printdrochner
a warning and continue, rather than aborting -- some BIOSes disable tables this way (in my case the TCPA table if the TPM is disabled) -no terminating newline in err(3) calls
2008-02-13Fix quoting of string literals, printing of names and add most ACPI 3.0joerg
opcodes. This is good enough to create output that can be compiled with acpi-iasl to the same binary as it would create from its down ASL dump on my laptop, when I manually fix the use of reserved identifiers in the DSDT.
2008-02-03make it compile for the !defined(DEBUG) case.dogcow
2008-02-03comment out some asserts for now.christos
2008-01-15Workaround potential crash in acpidump, from Yorick Hardy.jmcneill
2007-01-14New sentence, new line.wiz
Sort sections. Fix a typo. Comment out xref to acpiconf(8), which we don't have. Use HTML macros.
2007-01-14Sort sections, sort SEE ALSO. Use Rs/Re for citation.wiz
Remove URL that points to a 404. Use HTML macros. Comment out xrefs to mem(4) and acpiconf(8) since we do not have them.
2007-01-14Now compiles on amd64, mostly due to %llx -> %PRIx64, but also changing somedogcow
internal structures around. (yay for assuming that pointers can be held in an int. bah.) Not sure if it actually _works_ on amd64, but as the output on my i386 doesn't change pre/post-patching, that seems good enough for now.
2007-01-14only build on i386 and amd64.christos
2007-01-14Add acpitoolschristos