| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r281331 | Jung-uk Kim | 2015-04-13 | 1 | -26/+10 |
| * | MFC: r281171 | Jung-uk Kim | 2015-04-11 | 1 | -10/+24 |
| * | MFC: r251186 | Jung-uk Kim | 2013-06-03 | 1 | -1/+1 |
| * | MFC: r235948 | Jung-uk Kim | 2012-06-18 | 1 | -3/+3 |
| * | MFC imports of ACPICA revisions 20100428 through 20101013 | Andriy Gapon | 2010-11-19 | 4 | -25/+36 |
| * | MFC: r204773 | Jung-uk Kim | 2010-04-26 | 2 | -8/+8 |
| * | MFC r197104,197105,197106,197107,197688,198237,199337,199338,200553,200554, | Andriy Gapon | 2010-02-06 | 3 | -13/+14 |
| * | MFC 196555: | John Baldwin | 2009-10-29 | 4 | -740/+523 |
| * | Parse the System Resource Affinity Table ('SRAT') used to describe affinity | John Baldwin | 2009-07-29 | 2 | -8/+148 |
| * | Import ACPICA 20090521. | Jung-uk Kim | 2009-06-05 | 6 | -23/+64 |
| * | Update to reflect reality: | Rui Paulo | 2008-05-20 | 1 | -3/+8 |
| * | These are the things that the tinderbox has problems with because it | John Birrell | 2007-11-20 | 1 | -0/+1 |
| * | Use an explicit pointer cast since NULL isn't guaranteed to be defined | John Birrell | 2007-11-18 | 1 | -1/+1 |
| * | Use a NULL instead of a zero to avoid a compiler warning about a missing sent... | John Birrell | 2007-11-18 | 1 | -1/+1 |
| * | Fix acpidump(8) on ia64. Revision 1.13 introduced an uninitialized | Marcel Moolenaar | 2007-07-28 | 1 | -0/+2 |
| * | Update the suspend/resume user API while maintaining backwards compat. | Nate Lawson | 2007-06-21 | 1 | -28/+22 |
| * | Correct HPET header handling. | Takanori Watanabe | 2007-03-27 | 2 | -3/+3 |
| * | Catch up with ACPI-CA 20070320 import. | Jung-uk Kim | 2007-03-22 | 4 | -40/+39 |
| * | Document exact command preferred for sending ASL as part of bug reports. | Nate Lawson | 2007-03-14 | 2 | -0/+8 |
| * | Catch up with ACPI-CA 20051021 import | Jung-uk Kim | 2005-11-01 | 4 | -63/+108 |
| * | Correct column alignment. | Nate Lawson | 2005-07-28 | 1 | -1/+1 |
| * | Fix nits in reporting battery information and add battery status reporting. | Nate Lawson | 2005-07-28 | 1 | -35/+54 |
| * | Use the current BST/BIF ioctls, not the deprecated ones. | Nate Lawson | 2005-07-22 | 1 | -2/+2 |
| * | Fix a small style problem and add a __packed pragma for safety. | Scott Long | 2005-02-17 | 1 | -1/+1 |
| * | Note addition of MCFG support. | Nate Lawson | 2005-02-14 | 1 | -1/+2 |
| * | Add support for parsing MCFG tables. | Scott Long | 2005-02-14 | 2 | -0/+36 |
| * | Fixed the misplaced $FreeBSD$. | Ruslan Ermilov | 2005-02-09 | 1 | -1/+1 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -16/+16 |
| * | Catch up with the kernel and set any global variables we are using, in | Nate Lawson | 2005-01-03 | 1 | -0/+6 |
| * | o Report charge/discharge rate and remaining capacity in the proper | Warner Losh | 2004-11-24 | 1 | -7/+38 |
| * | phk jumped the gun and posted what looks like a preliminary version of | Warner Losh | 2004-11-24 | 1 | -4/+8 |
| * | Dump current status of battery as well. | Poul-Henning Kamp | 2004-11-24 | 1 | -0/+8 |
| * | Minor style(9) before possible larger commits. | Warner Losh | 2004-11-16 | 1 | -4/+2 |
| * | Somehow I missed this last night, acpi_init() doesn't return an int. | Philip Paeps | 2004-11-13 | 1 | -1/+1 |
| * | With the addition of a proper prototype, this is now WARNS=6 clean. | Philip Paeps | 2004-11-13 | 2 | -1/+2 |
| * | Two uint32_t casts crept in where they shouldn't have. | Philip Paeps | 2004-11-13 | 1 | -2/+2 |
| * | Change some formats and add some casts to make this | Philip Paeps | 2004-11-13 | 2 | -22/+20 |
| * | 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 |