Go to file
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
documents Logfile: Changes for version 20130823. 2013-08-23 09:45:17 -07:00
generate iASL: Implement wildcard support for -e option (get external tables). 2013-08-30 13:05:16 -07:00
source AcpiExec: Add history/line-editing for Unix/Linux systems. 2013-09-13 12:58:31 -07:00
tests Tests/AAPITS: Insert legal header in all source modules (.c, .h) 2013-08-21 12:20:49 -07:00
.gitignore Linuxize scripts: Add an ACPICA release library. 2013-08-22 08:33:00 -07:00
Makefile Add top-level unix Makefile for acpica tools/utilities. 2012-06-29 14:23:42 -07:00