acpica/source/tools
Robert Moore 581de77bc9 AcpiExec: Add history/line-editing for Unix/Linux systems.
This change adds full history and limited line editing for Unix and
Linux systems. It does not use readline() because of portability issues.
Instead it uses the POSIX termio interface to put the terminal in raw
input mode so that the various special keys can be trapped (such as
up-arrow and down-arrow for history support).
2013-09-13 12:58:31 -07:00
..
acpibin Utilities: Standardize -v option for all user-space tools. 2013-07-31 08:44:50 -07:00
acpidump AcpiDump: Code cleanup, no functional change. 2013-08-22 09:47:14 -07:00
acpiexec AcpiExec: Add history/line-editing for Unix/Linux systems. 2013-09-13 12:58:31 -07:00
acpihelp Utilities: Standardize -v option for all user-space tools. 2013-07-31 08:44:50 -07:00
acpinames AcpiDump: Add RSDP/RSDT/XSDT table extraction support. 2013-08-22 09:21:36 -07:00
acpisrc Add support for host-installed SCI handlers. 2013-08-16 09:11:45 -07:00
acpixtract AcpiXtract: Handle "empty" lines containing one or more spaces. 2013-09-04 12:50:31 -07:00
examples Deploy ACPI_DEBUG_INITIALIZE across all ACPICA utilities. 2013-05-02 11:40:20 -07:00