summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/acpidump
Commit message (Expand)AuthorAgeFilesLines
* MFC r302788, r303026, r305471andrew2017-04-242-3/+74
* MFC r314987-r314989, r314993-r314994, r315046-r315049, r315102araujo2017-04-171-4/+3
* Fix acpidump CID 1011278 (Buffer not null terminated) and other issuestruckman2016-05-241-18/+43
* Add META_MODE support.sjg2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-271-47/+35
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-192-2/+3
| |\
| * \ Merge head from 7/28sjg2014-08-191-10/+10
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge headsjg2014-04-281-0/+1
| |\ \ \
| * \ \ \ Merge from headsjg2013-09-052-9/+9
| |\ \ \ \
| * | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | Sync with HEAD.obrien2013-02-082-13/+263
| |\ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Sync from headsjg2012-11-042-9/+48
| |\ \ \ \ \ \ \
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Print 64-bit addresses cleary with leading zeros to avoid confusions.jkim2015-04-091-21/+25
* | | | | | | | Do not crash when RSDT/XSDT contains an empty entry.jkim2015-04-091-26/+10
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge ACPICA 20140926.jkim2014-10-022-2/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-10/+10
| |_|_|_|/ |/| | | |
* | | | | Teach acpidump(8) to display the 'Flags' field in the HPET Description Table.neel2013-11-221-0/+1
| |_|_|/ |/| | |
* | | | Consistently cast ACPICA 64-bit integer types when we print them.jkim2013-06-261-8/+8
* | | | Fix a long standing logic bug introduced in r167814. The code was added tojkim2013-05-311-1/+1
| |_|/ |/| |
* | | Teach acpidump to dump the DMA Remapping Reporting table (aka DMAR).neel2012-12-212-13/+263
| |/ |/|
* | More -Wmissing-variable-declarations fixes.ed2012-10-192-8/+9
* | Display the matrix of inter-domain distances in the SLIT table. This isjhb2012-10-041-0/+30
* | Add range and table revision checking to avoid abend.takawata2012-07-091-1/+9
|/
* Catch up with realpath(3) changes (r235266) and unbreak acpidump(8).jkim2012-05-251-3/+3
* use uintmax_t instead of uint64_t.takawata2010-08-131-1/+1
* Fix build on amd64 and ia64.takawata2010-08-131-4/+3
* Fix breakage on 64bit architecture by using inttypes.h macro.takawata2010-08-121-1/+2
* Fix tindebox breakage about format warning.takawata2010-08-121-1/+1
* Add TCG ACPI spec table (TCPA) support.takawata2010-08-112-0/+274
* Merge ACPICA 20100702.jkim2010-07-061-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-1/+0
* - Use the headers from ACPI-CA to define various constants and structuresjhb2009-08-254-740/+523
* Parse the System Resource Affinity Table ('SRAT') used to describe affinityjhb2009-07-292-8/+148
* Import ACPICA 20090521.jkim2009-06-051-7/+25
* Use an explicit pointer cast since NULL isn't guaranteed to be definedjb2007-11-181-1/+1
* Use a NULL instead of a zero to avoid a compiler warning about a missing sent...jb2007-11-181-1/+1
* Fix acpidump(8) on ia64. Revision 1.13 introduced an uninitializedmarcel2007-07-281-0/+2
* Correct HPET header handling.takawata2007-03-272-3/+3
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-10/+14
* Document exact command preferred for sending ASL as part of bug reports.njl2007-03-142-0/+8
* Fix a small style problem and add a __packed pragma for safety.scottl2005-02-171-1/+1
* Note addition of MCFG support.njl2005-02-141-1/+2
* Add support for parsing MCFG tables.scottl2005-02-142-0/+36
* Sort sections.ru2005-01-181-16/+16
* Update a comment that was outdated.njl2004-10-051-1/+1
OpenPOWER on IntegriCloud