summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi
Commit message (Collapse)AuthorAgeFilesLines
* Consistently cast ACPICA 64-bit integer types when we print them.jkim2013-06-262-10/+10
|
* Fix a long standing logic bug introduced in r167814. The code was added tojkim2013-05-311-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.jkim2013-05-202-24/+24
|
* Fix declarations to slightly increase WARNS level.jkim2013-04-232-6/+9
|
* Clean up generated files added in r233250.jkim2013-04-231-1/+2
|
* Merge ACPICA 20130418.jkim2013-04-191-4/+5
|
* Merge ACPICA 20130328.jkim2013-04-042-16/+18
|
* Merge ACPICA 20130214.jkim2013-02-152-14/+14
|
* Merge ACPICA 20130117.jkim2013-01-172-28/+31
|
* Teach acpidump to dump the DMA Remapping Reporting table (aka DMAR).neel2012-12-212-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.jkim2012-11-202-4/+5
|
* More -Wmissing-variable-declarations fixes.ed2012-10-192-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 isjhb2012-10-041-0/+30
| | | | | | used to complement the SRAT table on NUMA machines. MFC after: 1 week
* Merge ACPICA 20120816.jkim2012-08-161-1/+1
|
* Merge ACPICA 20120711.jkim2012-07-112-6/+7
|
* Add range and table revision checking to avoid abend.takawata2012-07-091-1/+9
| | | | | | PR:bin/169707 Submitted by:Dan Lukes <dan@obluda.cz> MFC after:3 days.
* Merge ACPICA 20120620.jkim2012-06-221-2/+2
|
* Catch up with realpath(3) changes (r235266) and unbreak acpidump(8).jkim2012-05-251-3/+3
|
* Merge ACPICA 20120420.jkim2012-04-231-2/+3
|
* Merge ACPICA 20120320.jkim2012-03-201-1/+12
|
* Make parallel build more safer.jkim2012-03-071-8/+10
| | | | Reviewed by: tijl
* Fix a stupid typo.jkim2012-02-161-1/+1
|
* Merge ACPICA 20120215.jkim2012-02-163-43/+43
|
* Remove unused ACPICA sources from userland makefiles.jkim2012-01-132-10/+9
|
* Merge ACPICA 20120111.jkim2012-01-112-8/+9
|
* Reencode files to UTF-8. Drop CP1252 em-dash.uqs2011-12-301-1/+1
|
* Merge ACPICA 20111123.jkim2011-11-284-26/+31
|
* Plug fd leakskevlo2011-11-231-0/+1
|
* Purge _USE_BERKELEY_YACC definition from Makefile. This ugly hack is nojkim2011-04-151-1/+0
| | | | long necessary for us since r220680.
* Merge ACPICA 20110413.jkim2011-04-152-14/+26
|
* Merge ACPICA 20110211.jkim2011-02-122-24/+27
|
* Merge ACPICA 20110112. Switch to BSD/GPLv2 dual license[1].jkim2011-01-131-2/+2
| | | | Discussed with: core [1]
* Merge ACPICA 20101209.jkim2010-12-151-1/+1
|
* Merge ACPICA 20100915.jkim2010-09-162-3/+4
|
* When ACPI reports current battery consumption rate in mAmps, print it alsomav2010-08-241-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.takawata2010-08-131-1/+1
| | | | Pointed out by: des.
* Fix build on amd64 and ia64.takawata2010-08-131-4/+3
|
* Fix breakage on 64bit architecture by using inttypes.h macro.takawata2010-08-121-1/+2
|
* Fix tindebox breakage about format warning.takawata2010-08-121-1/+1
|
* Add TCG ACPI spec table (TCPA) support.takawata2010-08-112-0/+274
| | | | Submitted by: Hans-Joerg_Hoexer@genua.de
* Merge ACPICA 20100806.jkim2010-08-062-3/+4
|
* Merge ACPICA 20100702.jkim2010-07-062-2/+3
|
* Merge ACPICA 20100428.jkim2010-04-282-4/+7
|
* Merge ACPICA 20100304.jkim2010-03-052-8/+8
|
* Merge ACPICA 20100121.jkim2010-01-211-7/+7
|
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-023-2/+2
|
* Merge ACPICA 20091112.jkim2009-11-161-2/+2
|
* Merge ACPICA 20091013.jkim2009-10-191-1/+2
|
* Catch up with ACPICA 20090903.jkim2009-09-111-5/+5
|
* - Use the headers from ACPI-CA to define various constants and structuresjhb2009-08-254-740/+523
| | | | | | | | | | | | for table layouts, etc. rather than homerolling our own structures and constants in acpidump.h. - Verify the extended checksum on the RSDP. - Handle new ACPI 3.0 fields in MADT including X2APIC entries and UIDs for local SAPICs. - Add handling for new ACPI 3.0 flags in the FADT. Reviewed by: jkim MFC after: 1 month
OpenPOWER on IntegriCloud