aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import ACPICA 20090625vendor/acpica/20090625Jung-uk Kim2009-06-2548-1002/+2135
* Import ACPICA 20090521 (with three patches from ACPICA GIT).vendor/acpica/20090521Jung-uk Kim2009-06-01252-9074/+34815
* Move subdirectoies of interpreter one level up as it is done in the vendorJung-uk Kim2009-06-0143-0/+0
* Temporarily revert system includes fixups to make future import easier.vendor/acpica/20070320resyncJung-uk Kim2009-06-01169-571/+571
* Restore directory structures from actual vendor distribution.Jung-uk Kim2009-06-01164-0/+0
* flatten acpica vendor areaAndriy Gapon2009-05-19201-0/+0
* Fix GPE livelock that occurs on HP/Compaq laptops, mostly in the thermalNate Lawson2008-01-121-3/+19
* Fix global lock recursion bug.Jung-uk Kim2007-09-242-10/+15
* Unbreak world build.Ruslan Ermilov2007-04-111-0/+2
* Put some overly verbose prints under bootverbose. This is on the vendorNate Lawson2007-04-111-0/+3
* Fix tinderbox build breakage.Jung-uk Kim2007-03-222-3/+6
* Remove files that are no longer needed or removed by vendor.Jung-uk Kim2007-03-225-3071/+0
* Add fixes for FreeBSD build that were submitted upstream.Jung-uk Kim2007-03-225-6/+22
* Vendor import of Intel ACPI-CA 20070320Jung-uk Kim2007-03-22201-13627/+24503
* - Fix more resource parsing problems. The previous commit was imcomplete.Jung-uk Kim2005-11-042-8/+5
* Account for the minimum resource size when parsing the end tag resourceNate Lawson2005-11-041-5/+3
* Fix few compilation problems on vendor branch.Jung-uk Kim2005-11-013-1/+6
* Vendor import of Intel ACPI-CA 20051021vendor/acpica/20051021Jung-uk Kim2005-11-01196-16596/+24058
* Remove old ACPICA files from the INTEL vendor branch. They were removedJohn Baldwin2005-10-27141-84217/+0
* Vendor import of Intel ACPI-CA 20041119 with system includes fixups.vendor/acpica/20041119sysincDavid E. O'Brien2005-10-24130-449/+449
* Clean up a small memory leak introduced with the previous commit toNate Lawson2005-01-141-0/+7
* Fix handling of the implicit return case for methods called from anNate Lawson2005-01-121-1/+2
* Oops, remove unnecessary cast in original, out-commented code.Mark Santcroos2004-12-021-1/+1
* Local change: Supporting code not yet available, use previous behaviorMark Santcroos2004-12-021-1/+9
* Vendor import of Intel ACPI-CA 20041119Mark Santcroos2004-12-0198-1854/+3896
* Add a padding member to the header overlaid on data allocated in theNate Lawson2004-08-181-1/+2
* Vendor import of Intel ACPI-CA 20040527Mark Santcroos2004-07-0214-149/+271
* Remove a warning of a constant that is too large. Change submitted toNate Lawson2004-05-251-1/+1
* Vendor import of Intel ACPI-CA 20040514.Nate Lawson2004-05-2558-1192/+2201
* Only avoid disabling bus mastering on the sleep path. This should fixNate Lawson2004-04-141-13/+13
* Import ACPI-CA 20040402 distribution.Nate Lawson2004-04-1437-259/+870
* Import of Intel ACPI-CA 20040311.Nate Lawson2004-03-1822-126/+392
* Remove these on the vendor branch as we no longer import them (and someNate Lawson2004-03-035-2897/+0
* Fix an off-by-one in the compiler path. Originally from iwasaki-san'sNate Lawson2004-02-281-1/+1
* Vendor import of ACPICA 20040220Nate Lawson2004-02-28186-1070/+1968
* When creating a package element via "Store(0xXXX, Index(ArgX, 0xXXX))",Nate Lawson2004-01-141-1/+1
* Fix for "UtAllocate: Attempt to allocate zero bytes" warnings on DellNate Lawson2004-01-041-1/+6
* Fix an off-by-one in the compiler path. Originally from iwasaki-san'sNate Lawson2003-12-091-1/+1
* Eliminate a warning. Patch has been sent to the vendor.Nate Lawson2003-12-091-1/+0
* Add the APIC_HEADER definition back in and use the correct definitionNate Lawson2003-12-091-1/+9
* Import ACPI-CA 20031203Nate Lawson2003-12-09100-1199/+1951
* Remove files on the vendor branch that we no longer use. Some are no longerNate Lawson2003-12-091-869/+0
* Update code for checking the reference count and performing the finalNate Lawson2003-11-212-25/+45
* Add the byte offset to the base address for IndexField objects. ThisNate Lawson2003-11-211-9/+19
* Fix a bug in iasl(8) that caused it to core dump while parsing a DSDTNate Lawson2003-11-051-1/+1
* Fix an overflow in the resource list code for Address16, 32, 64, andNate Lawson2003-09-192-11/+42
* Fix a few more s/UINT32/ACPI_SIZE issues. iasl and acpidb now build onNate Lawson2003-08-121-2/+2
* Fix AcpiOsMapMemory to match the function definition. Don't use UINT32Nate Lawson2003-08-111-2/+2
* Fix a bug that would result in a very long sleep. Change has beenNate Lawson2003-08-071-1/+1
* Import the userland interface from acpica 0619Nate Lawson2003-08-071-0/+1085