summaryrefslogtreecommitdiff
path: root/generate/unix
Commit message (Expand)AuthorAgeFilesLines
* acpihelp: Update makefiles for new filesRobert Moore2016-12-081-0/+2
* Debugger: Convert some mechanisms to OSPM specificLv Zheng2016-11-031-0/+1
* Cleanup for all string-to-integer conversionsRobert Moore2016-08-126-0/+7
* iASL: Split help screens to a new fileRobert Moore2016-07-291-0/+1
* Merge pull request #154 from zetalog/acpica-efi2Robert Moore2016-07-269-20/+2
|\
| * Clib: Eliminate AcpiOsXXXFile()/AcpiLogError and link clibrary fxxx()/errno/p...Lv Zheng2016-07-229-9/+0
| * Clib: Add -nostdinc support for EFI layerLv Zheng2016-07-229-11/+2
* | Revert "Update for local 64-bit version of strtoul"Robert Moore2016-06-303-3/+0
* | Update for local 64-bit version of strtoulRobert Moore2016-06-303-0/+3
* | AcpiHelp: Add support for AML flags values and other grammarRobert Moore2016-06-241-0/+1
* | Revert "Efi edk2"revert-143-efi-edk2Robert Moore2016-06-159-2/+11
* | Merge pull request #143 from zetalog/efi-edk2Robert Moore2016-06-159-11/+2
|\ \
| * | Clib: Eliminate AcpiOsXXXFile()/AcpiLogError and link clibrary fxxx()/errno/p...Lv Zheng2016-06-069-11/+2
| |/
* | iASL: update makefileRobert Moore2016-06-101-1/+0
* | iASL: Split some of the ASL parse rules files.Robert Moore2016-06-101-3/+6
|/
* Update makefiles/project-files for new source fileRobert Moore2016-04-198-0/+8
* Do not use "-o" option at all.Jung-uk Kim2016-03-231-3/+5
* Work around a Berkeley Yacc (byacc) bug, simplify, and clean up.Jung-uk Kim2016-03-221-6/+6
* Add support for QNX 6.6 platform.Will Miles2016-03-084-0/+24
* iASL: Split support for ToPLD macro to a new fileRobert Moore2016-03-031-0/+1
* Intepreter: Add object extensions to Concatenate operandRobert Moore2016-02-193-0/+3
* iASL: Add support for option to create cross-reference fileRobert Moore2016-02-111-0/+1
* ACPI 6.0/iASL: Add support for the External AML opcodeRobert Moore2016-01-291-0/+1
* iASL: Update for parse tree debug outputRobert Moore2016-01-221-0/+1
* Disassembler/tools: Support for multiple ACPI tables in one fileRobert Moore2015-11-053-3/+5
* Update makefiles/project-files for new acpixtract filesRobert Moore2015-10-231-0/+1
* iASL: Split large data table compiler file into three filesRobert Moore2015-10-161-0/+2
* Split interpreter tracing functions to a new fileRobert Moore2015-10-132-0/+2
* Makefiles: Do not use -Woverride-init on some systemsRobert Moore2015-09-251-5/+5
* iASL: Additional restructuring of main parser rule files.Robert Moore2015-08-201-0/+1
* iASL: Split rules for symbolic operators to a new file.Robert Moore2015-08-201-0/+1
* Merge pull request #92 from juikim/masterRobert Moore2015-08-141-17/+18
|\
| * Set a variable before use. No functional change.Jung-uk Kim2015-08-061-1/+1
| * iASL: Support POSIX yacc again.Jung-uk Kim2015-07-201-17/+18
* | acpinames: Add new options and wildcard support.Robert Moore2015-08-051-0/+2
|/
* Makefiles: For "clean", add generic removal of *.o files.Robert Moore2015-07-161-1/+1
* Makefile/iASL: Remove obsolete dmobject.c file.Robert Moore2015-07-151-1/+0
* Debugger: Move debugger specific APIs to debugger component.Lv Zheng2015-07-071-1/+1
* Cleanup use of all non-ANSI local C library functions.Robert Moore2015-06-267-0/+8
* Update project/makefiles for method tracing feature.Robert Moore2015-06-252-2/+0
* Executer: Add interpreter tracing mode for method tracing facility.Lv Zheng2015-06-102-0/+2
* Dispatcher: Move stack traversal code to dispatcher.Lv Zheng2015-06-102-0/+2
* AcpiHelp: Add option to display all known/supported ACPI tables.Robert Moore2015-05-132-0/+2
* Additional DragonFly BSD support.Robert Moore2015-04-102-0/+8
* Rename osfreebsdtbl.c to osbsdtbl.c and reuse it on NetBSDKamil Rytarowski2015-03-081-1/+9
* Add new HOST type: _NetBSDKamil Rytarowski2015-03-081-1/+4
* Unix makefiles: Add C99 support option.Robert Moore2015-02-271-1/+1
* Unix makefiles: Separate option to disable optimizations and _FORTIFY_SOURCEDavid E. Box2014-12-221-1/+9
* iASL: Add support for Printf and Fprintf macros.Robert Moore2014-10-241-0/+1
* Disassembler: Add support for C-style operators and expressions.Robert Moore2014-10-242-8/+10