| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update a comment that was outdated. | Nate Lawson | 2004-10-05 | 1 | -1/+1 |
| * | Back out the -s flag and go back to dumping the SSDTs by default. | Nate Lawson | 2004-10-05 | 4 | -22/+6 |
| * | Update the man page for the -s flag and other changes that we've missed. | Nate Lawson | 2004-10-05 | 1 | -5/+19 |
| * | Add the -s flag to make dumping SSDTs optional (disabled by default). | Nate Lawson | 2004-10-05 | 3 | -5/+16 |
| * | When one entry in the RSDT is corrupted, just skip it instead of bailing out. | Nate Lawson | 2004-08-18 | 1 | -2/+5 |
| * | Update man page for supported table types. | Nate Lawson | 2004-08-18 | 1 | -5/+2 |
| * | Remove the ACPIIO_ENABLE and ACPIIO_DISABLE ioctls as well as all | Nate Lawson | 2004-08-18 | 2 | -31/+4 |
| * | We now handle SSDT tables. Remove a reference from the BUGS section | Marcel Moolenaar | 2004-08-16 | 1 | -2/+4 |
| * | Comment out the ability to enable/disable ACPI at runtime. This appears | Nate Lawson | 2004-08-15 | 1 | -0/+4 |
| * | Add support for SSDT tables. Dumping or disassembling the DSDT will | Marcel Moolenaar | 2004-08-13 | 3 | -20/+58 |
| * | Removed trailing whitespace. | Ruslan Ermilov | 2004-07-02 | 1 | -2/+2 |
| * | Also print out the standard header for FADT since it has one. | Nate Lawson | 2004-06-30 | 1 | -7/+12 |
| * | Assorted markup, grammar, and spelling fixes. | Ruslan Ermilov | 2004-06-13 | 1 | -38/+57 |
| * | Tidy up markup. | Ruslan Ermilov | 2004-06-06 | 1 | -19/+24 |
| * | Expand contraction. | Ruslan Ermilov | 2004-06-04 | 1 | -1/+1 |
| * | Markup nit: make the list of options look better. | Ruslan Ermilov | 2004-06-04 | 1 | -1/+1 |
| * | Unify the start/size parameters for the RSDP search area. Don't bother | Nate Lawson | 2004-05-28 | 2 | -4/+6 |
| * | Use the correct location of the EBDA for searching for the RSDP. | Nate Lawson | 2004-05-25 | 2 | -19/+31 |
| * | Add suspend/resume support to the debugger. | Nate Lawson | 2004-05-25 | 1 | -1/+1 |
| * | If the revision is 0, don't trust the length in the RSDP. Instead assume | Nate Lawson | 2004-05-16 | 1 | -2/+7 |
| * | Read in the entire RSDP but only run the standard checksum over the | Nate Lawson | 2004-05-16 | 1 | -7/+12 |
| * | Instead of scanning the entire lower 1 MB of RAM, only scan locations | Nate Lawson | 2004-05-14 | 2 | -29/+53 |
| * | Minor style issues. | Dag-Erling Smørgrav | 2004-05-10 | 3 | -6/+6 |
| * | Instead of using a static, check for the FADT revision before using it. | Nate Lawson | 2004-04-18 | 1 | -12/+20 |
| * | Fix style breakage. | Takanori Watanabe | 2004-03-05 | 1 | -0/+1 |
| * | Make unprivilaged user can see battery info. | Takanori Watanabe | 2004-03-04 | 1 | -2/+5 |
| * | I don't normally use my middle name, so remove it from attributions in | Dag-Erling Smørgrav | 2004-01-25 | 1 | -2/+2 |
| * | - Use the standard .y and .l transformation rules -- this fixes | Ruslan Ermilov | 2004-01-13 | 1 | -16/+11 |
| * | Use my newly acquired magic stick and put aslcompiler.y.h into | Ruslan Ermilov | 2004-01-11 | 1 | -3/+4 |
| * | Clean up the check for invalid X_DSDT and X_FACS portions of the FADT. | Nate Lawson | 2004-01-04 | 1 | -16/+25 |
| * | Add support for /etc/rc.suspend and /etc/rc.resume for ACPI. They are | Nate Lawson | 2003-12-30 | 2 | -4/+31 |
| * | Add a newline even if IAPC_BOOT_ARCH == 0. | Nate Lawson | 2003-10-29 | 1 | -1/+2 |
| * | Only print an end '}' if the field was non-zero (i.e. there were some flags | Nate Lawson | 2003-09-21 | 1 | -2/+4 |
| * | Correct typo in comment. | Nate Lawson | 2003-09-14 | 1 | -1/+1 |
| * | For dumping the DSDT (-o option), be sure to use the X_DSDT address if | Nate Lawson | 2003-09-14 | 1 | -1/+7 |
| * | Add the -i flag to acpiconf(8) to retrieve battery information. | Nate Lawson | 2003-09-13 | 2 | -29/+69 |
| * | C2/C3 latency is in microseconds (us), not ms. | Nate Lawson | 2003-09-13 | 1 | -1/+1 |
| * | Only print various optional fields if they are non-zero. Always print the | Nate Lawson | 2003-09-13 | 1 | -24/+31 |
| * | Reduce the default width for IO port GAS printing. | Nate Lawson | 2003-09-13 | 1 | -4/+4 |
| * | Add dumping of the ECDT table. | Nate Lawson | 2003-09-10 | 2 | -0/+29 |
| * | o Workaround a bug where my T23 reports that it is ACPI 2.0x compatible | Nate Lawson | 2003-09-10 | 2 | -29/+70 |
| * | Add support for ACPI 2.x and the XSDT. | Nate Lawson | 2003-09-09 | 1 | -25/+77 |
| * | Rename FACP to FADT throughout. | Nate Lawson | 2003-09-09 | 4 | -111/+206 |
| * | Now that amldb(8) is no longer needed by acpidump, remove the last vestiges | Nate Lawson | 2003-08-28 | 26 | -7607/+0 |
| * | Modify acpidump to use iasl(8) as the backend for disassembling AML. | Nate Lawson | 2003-08-28 | 8 | -2086/+366 |
| * | Remove the band-aid to make these compile on amd64/ia64. | Nate Lawson | 2003-08-11 | 2 | -12/+2 |
| * | Apparently I limited my testing of the ductape and bubblegum solution | Marcel Moolenaar | 2003-08-09 | 2 | -1/+7 |
| * | Perform first-aid: unbreak the build for amd64 and ia64 by patching | Marcel Moolenaar | 2003-08-09 | 1 | -1/+5 |
| * | Hook acpidb(8) and iasl(8) up to the build and unhook amldb(8). It will | Nate Lawson | 2003-08-08 | 1 | -1/+1 |
| * | Add man pages for acpidb and iasl | Nate Lawson | 2003-08-07 | 2 | -0/+317 |