| Commit message (Expand) | Author | Age | Files | Lines |
* | Catch up with ACPI-CA 20051021 import | jkim | 2005-11-01 | 4 | -63/+108 |
* | Correct column alignment. | njl | 2005-07-28 | 1 | -1/+1 |
* | Fix nits in reporting battery information and add battery status reporting. | njl | 2005-07-28 | 1 | -35/+54 |
* | Use the current BST/BIF ioctls, not the deprecated ones. | njl | 2005-07-22 | 1 | -2/+2 |
* | Fix a small style problem and add a __packed pragma for safety. | scottl | 2005-02-17 | 1 | -1/+1 |
* | Note addition of MCFG support. | njl | 2005-02-14 | 1 | -1/+2 |
* | Add support for parsing MCFG tables. | scottl | 2005-02-14 | 2 | -0/+36 |
* | Fixed the misplaced $FreeBSD$. | ru | 2005-02-09 | 1 | -1/+1 |
* | Sort sections. | ru | 2005-01-18 | 1 | -16/+16 |
* | Catch up with the kernel and set any global variables we are using, in | njl | 2005-01-03 | 1 | -0/+6 |
* | o Report charge/discharge rate and remaining capacity in the proper | imp | 2004-11-24 | 1 | -7/+38 |
* | phk jumped the gun and posted what looks like a preliminary version of | imp | 2004-11-24 | 1 | -4/+8 |
* | Dump current status of battery as well. | phk | 2004-11-24 | 1 | -0/+8 |
* | Minor style(9) before possible larger commits. | imp | 2004-11-16 | 1 | -4/+2 |
* | Somehow I missed this last night, acpi_init() doesn't return an int. | philip | 2004-11-13 | 1 | -1/+1 |
* | With the addition of a proper prototype, this is now WARNS=6 clean. | philip | 2004-11-13 | 2 | -1/+2 |
* | Two uint32_t casts crept in where they shouldn't have. | philip | 2004-11-13 | 1 | -2/+2 |
* | Change some formats and add some casts to make this | philip | 2004-11-13 | 2 | -22/+20 |
* | Update a comment that was outdated. | njl | 2004-10-05 | 1 | -1/+1 |
* | Back out the -s flag and go back to dumping the SSDTs by default. | njl | 2004-10-05 | 4 | -22/+6 |
* | Update the man page for the -s flag and other changes that we've missed. | njl | 2004-10-05 | 1 | -5/+19 |
* | Add the -s flag to make dumping SSDTs optional (disabled by default). | njl | 2004-10-05 | 3 | -5/+16 |
* | When one entry in the RSDT is corrupted, just skip it instead of bailing out. | njl | 2004-08-18 | 1 | -2/+5 |
* | Update man page for supported table types. | njl | 2004-08-18 | 1 | -5/+2 |
* | Remove the ACPIIO_ENABLE and ACPIIO_DISABLE ioctls as well as all | njl | 2004-08-18 | 2 | -31/+4 |
* | We now handle SSDT tables. Remove a reference from the BUGS section | marcel | 2004-08-16 | 1 | -2/+4 |
* | Comment out the ability to enable/disable ACPI at runtime. This appears | njl | 2004-08-15 | 1 | -0/+4 |
* | Add support for SSDT tables. Dumping or disassembling the DSDT will | marcel | 2004-08-13 | 3 | -20/+58 |
* | Removed trailing whitespace. | ru | 2004-07-02 | 1 | -2/+2 |
* | Also print out the standard header for FADT since it has one. | njl | 2004-06-30 | 1 | -7/+12 |
* | Assorted markup, grammar, and spelling fixes. | ru | 2004-06-13 | 1 | -38/+57 |
* | Tidy up markup. | ru | 2004-06-06 | 1 | -19/+24 |
* | Expand contraction. | ru | 2004-06-04 | 1 | -1/+1 |
* | Markup nit: make the list of options look better. | ru | 2004-06-04 | 1 | -1/+1 |
* | Unify the start/size parameters for the RSDP search area. Don't bother | njl | 2004-05-28 | 2 | -4/+6 |
* | Use the correct location of the EBDA for searching for the RSDP. | njl | 2004-05-25 | 2 | -19/+31 |
* | Add suspend/resume support to the debugger. | njl | 2004-05-25 | 1 | -1/+1 |
* | If the revision is 0, don't trust the length in the RSDP. Instead assume | njl | 2004-05-16 | 1 | -2/+7 |
* | Read in the entire RSDP but only run the standard checksum over the | njl | 2004-05-16 | 1 | -7/+12 |
* | Instead of scanning the entire lower 1 MB of RAM, only scan locations | njl | 2004-05-14 | 2 | -29/+53 |
* | Minor style issues. | des | 2004-05-10 | 3 | -6/+6 |
* | Instead of using a static, check for the FADT revision before using it. | njl | 2004-04-18 | 1 | -12/+20 |
* | Fix style breakage. | takawata | 2004-03-05 | 1 | -0/+1 |
* | Make unprivilaged user can see battery info. | takawata | 2004-03-04 | 1 | -2/+5 |
* | I don't normally use my middle name, so remove it from attributions in | des | 2004-01-25 | 1 | -2/+2 |
* | - Use the standard .y and .l transformation rules -- this fixes | ru | 2004-01-13 | 1 | -16/+11 |
* | Use my newly acquired magic stick and put aslcompiler.y.h into | ru | 2004-01-11 | 1 | -3/+4 |
* | Clean up the check for invalid X_DSDT and X_FACS portions of the FADT. | njl | 2004-01-04 | 1 | -16/+25 |
* | Add support for /etc/rc.suspend and /etc/rc.resume for ACPI. They are | njl | 2003-12-30 | 2 | -4/+31 |
* | Add a newline even if IAPC_BOOT_ARCH == 0. | njl | 2003-10-29 | 1 | -1/+2 |