Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC: r283092, r283966 | jkim | 2015-06-16 | 2 | -3/+3 |
| | | | | | | Merge ACPICA 20150515. Relnotes: yes | ||||
* | MFC: r281335 | jkim | 2015-04-13 | 1 | -21/+25 |
| | | | | Print 64-bit addresses clearly with leading zeros to avoid confusions. | ||||
* | MFC: r281331 | jkim | 2015-04-13 | 1 | -26/+10 |
| | | | | Do not crash when RSDT/XSDT contains an empty entry. | ||||
* | MFC: r281171 | jkim | 2015-04-11 | 1 | -10/+24 |
| | | | | | | Tidy up battery status information. Remove a trailing white space. PR: 193671 | ||||
* | MFC r272444 (by jkim): | dim | 2015-04-04 | 6 | -46/+81 |
| | | | | | | | | | | | Merge ACPICA 20140926. MFC r278970 (by jkim): Merge ACPICA 20141107 and 20150204. Approved by: jkim Relnotes: yes | ||||
* | Consistently cast ACPICA 64-bit integer types when we print them. | jkim | 2013-06-26 | 2 | -10/+10 |
| | |||||
* | Fix a long standing logic bug introduced in r167814. The code was added to | jkim | 2013-05-31 | 1 | -1/+1 |
| | | | | | | | get RSDP from loader(8) hint via kenv(2) but the bug nullified the new code and we always fell back to the previous method, i. e., sysctlbyname(3). MFC after: 3 days | ||||
* | Merge ACPICA 20130517. | jkim | 2013-05-20 | 2 | -24/+24 |
| | |||||
* | Fix declarations to slightly increase WARNS level. | jkim | 2013-04-23 | 2 | -6/+9 |
| | |||||
* | Clean up generated files added in r233250. | jkim | 2013-04-23 | 1 | -1/+2 |
| | |||||
* | Merge ACPICA 20130418. | jkim | 2013-04-19 | 1 | -4/+5 |
| | |||||
* | Merge ACPICA 20130328. | jkim | 2013-04-04 | 2 | -16/+18 |
| | |||||
* | Merge ACPICA 20130214. | jkim | 2013-02-15 | 2 | -14/+14 |
| | |||||
* | Merge ACPICA 20130117. | jkim | 2013-01-17 | 2 | -28/+31 |
| | |||||
* | Teach acpidump to dump the DMA Remapping Reporting table (aka DMAR). | neel | 2012-12-21 | 2 | -13/+263 |
| | | | | | | | The DMAR table is documented in chapter 8 of the Intel VT-d specification. Reviewed by: jhb Obtained from: NetApp | ||||
* | Merge ACPICA 20121114. | jkim | 2012-11-20 | 2 | -4/+5 |
| | |||||
* | More -Wmissing-variable-declarations fixes. | ed | 2012-10-19 | 2 | -8/+9 |
| | | | | | | | | | | | | | | | | In addition to adding `static' where possible: - bin/date: Move `retval' into extern.h to make it visible to date.c. - bin/ed: Move globally used variables into ed.h. - sbin/camcontrol: Move `verbose' into camcontrol.h and fix shadow warnings. - usr.bin/calendar: Remove unneeded variables. - usr.bin/chat: Make `line' local instead of global. - usr.bin/elfdump: Comment out unneeded function. - usr.bin/rlogin: Use _Noreturn instead of __dead2. - usr.bin/tset: Pull `Ospeed' into extern.h. - usr.sbin/mfiutil: Put global variables in mfiutil.h. - usr.sbin/pkg: Remove unused `os_corres'. - usr.sbin/quotaon, usr.sbin/repquota: Remove unused `qfname'. | ||||
* | Display the matrix of inter-domain distances in the SLIT table. This is | jhb | 2012-10-04 | 1 | -0/+30 |
| | | | | | | used to complement the SRAT table on NUMA machines. MFC after: 1 week | ||||
* | Merge ACPICA 20120816. | jkim | 2012-08-16 | 1 | -1/+1 |
| | |||||
* | Merge ACPICA 20120711. | jkim | 2012-07-11 | 2 | -6/+7 |
| | |||||
* | Add range and table revision checking to avoid abend. | takawata | 2012-07-09 | 1 | -1/+9 |
| | | | | | | PR:bin/169707 Submitted by:Dan Lukes <dan@obluda.cz> MFC after:3 days. | ||||
* | Merge ACPICA 20120620. | jkim | 2012-06-22 | 1 | -2/+2 |
| | |||||
* | Catch up with realpath(3) changes (r235266) and unbreak acpidump(8). | jkim | 2012-05-25 | 1 | -3/+3 |
| | |||||
* | Merge ACPICA 20120420. | jkim | 2012-04-23 | 1 | -2/+3 |
| | |||||
* | Merge ACPICA 20120320. | jkim | 2012-03-20 | 1 | -1/+12 |
| | |||||
* | Make parallel build more safer. | jkim | 2012-03-07 | 1 | -8/+10 |
| | | | | Reviewed by: tijl | ||||
* | Fix a stupid typo. | jkim | 2012-02-16 | 1 | -1/+1 |
| | |||||
* | Merge ACPICA 20120215. | jkim | 2012-02-16 | 3 | -43/+43 |
| | |||||
* | Remove unused ACPICA sources from userland makefiles. | jkim | 2012-01-13 | 2 | -10/+9 |
| | |||||
* | Merge ACPICA 20120111. | jkim | 2012-01-11 | 2 | -8/+9 |
| | |||||
* | Reencode files to UTF-8. Drop CP1252 em-dash. | uqs | 2011-12-30 | 1 | -1/+1 |
| | |||||
* | Merge ACPICA 20111123. | jkim | 2011-11-28 | 4 | -26/+31 |
| | |||||
* | Plug fd leaks | kevlo | 2011-11-23 | 1 | -0/+1 |
| | |||||
* | Purge _USE_BERKELEY_YACC definition from Makefile. This ugly hack is no | jkim | 2011-04-15 | 1 | -1/+0 |
| | | | | long necessary for us since r220680. | ||||
* | Merge ACPICA 20110413. | jkim | 2011-04-15 | 2 | -14/+26 |
| | |||||
* | Merge ACPICA 20110211. | jkim | 2011-02-12 | 2 | -24/+27 |
| | |||||
* | Merge ACPICA 20110112. Switch to BSD/GPLv2 dual license[1]. | jkim | 2011-01-13 | 1 | -2/+2 |
| | | | | Discussed with: core [1] | ||||
* | Merge ACPICA 20101209. | jkim | 2010-12-15 | 1 | -1/+1 |
| | |||||
* | Merge ACPICA 20100915. | jkim | 2010-09-16 | 2 | -3/+4 |
| | |||||
* | When ACPI reports current battery consumption rate in mAmps, print it also | mav | 2010-08-24 | 1 | -16/+21 |
| | | | | | in mWatts. Values in mAmps are not always suitable, because they depend on battery voltage, which depends on battery type and charge level. | ||||
* | use uintmax_t instead of uint64_t. | takawata | 2010-08-13 | 1 | -1/+1 |
| | | | | Pointed out by: des. | ||||
* | Fix build on amd64 and ia64. | takawata | 2010-08-13 | 1 | -4/+3 |
| | |||||
* | Fix breakage on 64bit architecture by using inttypes.h macro. | takawata | 2010-08-12 | 1 | -1/+2 |
| | |||||
* | Fix tindebox breakage about format warning. | takawata | 2010-08-12 | 1 | -1/+1 |
| | |||||
* | Add TCG ACPI spec table (TCPA) support. | takawata | 2010-08-11 | 2 | -0/+274 |
| | | | | Submitted by: Hans-Joerg_Hoexer@genua.de | ||||
* | Merge ACPICA 20100806. | jkim | 2010-08-06 | 2 | -3/+4 |
| | |||||
* | Merge ACPICA 20100702. | jkim | 2010-07-06 | 2 | -2/+3 |
| | |||||
* | Merge ACPICA 20100428. | jkim | 2010-04-28 | 2 | -4/+7 |
| | |||||
* | Merge ACPICA 20100304. | jkim | 2010-03-05 | 2 | -8/+8 |
| | |||||
* | Merge ACPICA 20100121. | jkim | 2010-01-21 | 1 | -7/+7 |
| |