summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi
Commit message (Collapse)AuthorAgeFilesLines
* META MODE: Don't create .meta files when symlinking sources into the obj ↵bdrewery2015-11-251-3/+3
| | | | | | | | | | | directory. Tracking these leads to situations where meta mode will consider the file to be out of date if /bin/sh or /bin/ln are newer than the source file. There's no reason for meta mode to do this as make is already handling the rebuild dependency fine. Sponsored by: EMC / Isilon Storage Division
* Remove unsupported S5 (power off) state since r170976.jkim2015-09-221-5/+3
| | | | | Reported by: Iam Smith (smithi at nimnet dot asn dot au) MFC after: 3 days
* Merge ACPICA 20150818.jkim2015-08-261-1/+1
|
* Merge ACPICA 20150717.jkim2015-07-222-14/+14
|
* Add META_MODE support.sjg2015-06-134-0/+162
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-084-8/+0
| |
| * Merge sync of headsjg2015-05-276-77/+90
| |\ | |/ |/|
| * Updated/new dependenciessjg2014-11-191-0/+4
| |
| * Merge from head@274682sjg2014-11-196-41/+69
| |\
| * \ Merge head from 7/28sjg2014-08-193-14/+18
| |\ \
| * | | Updated dependenciessjg2014-05-164-4/+0
| | | |
| * | | Updated dependenciessjg2014-05-104-0/+8
| | | |
| * | | Merge headsjg2014-04-281-0/+1
| |\ \ \
| * \ \ \ Merge from headsjg2013-09-055-46/+51
| |\ \ \ \
| * | | | | New/updated dependenciessjg2013-04-141-0/+6
| | | | | |
| * | | | | sync from headsjg2013-04-122-20/+22
| |\ \ \ \ \
| * | | | | | Updated dependenciessjg2013-03-114-0/+4
| | | | | | |
| * | | | | | Updated dependenciessjg2013-02-164-8/+6
| | | | | | |
| * | | | | | Sync with HEAD.obrien2013-02-084-45/+299
| |\ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Sync from headsjg2012-11-044-18/+58
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-224-0/+145
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | | | | | | Merge ACPICA 20150515.jkim2015-05-182-3/+3
| | | | | | | | | |
* | | | | | | | | | Print 64-bit addresses cleary with leading zeros to avoid confusions.jkim2015-04-091-21/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 1 week
* | | | | | | | | | Do not crash when RSDT/XSDT contains an empty entry.jkim2015-04-091-26/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by: Slawa Olhovchenkov <slw@zxy.spb.ru> MFC after: 3 days
* | | | | | | | | | Tidy up battery status information. Remove a trailing white space.jkim2015-04-061-10/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 193671
* | | | | | | | | | Merge ACPICA 20141107 and 20150204.jkim2015-02-183-15/+22
| | | | | | | | | |
* | | | | | | | | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | Reduce overlinking
* | | | | | | | | Merge ACPICA 20140926.jkim2014-10-026-41/+69
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-203-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de>
* | | | | | | | acpiconf(8): tell users not to use -keadler2014-06-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add language from jhb Requested by: jhb, jkim
* | | | | | | | acpiconf(8): check the calendareadler2014-06-091-1/+1
| | | | | | | |
* | | | | | | | acpiconf(8): bump .Ddeadler2014-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by: gjb
* | | | | | | | acpiconf(8): document 'k' optioneadler2014-06-091-0/+3
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing documentation for the 'k' option based on reading the source code.
* | | | | | | Teach acpidump(8) to display the 'Flags' field in the HPET Description Table.neel2013-11-221-0/+1
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Reviewed by: jhb@
* | | | | | 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.
OpenPOWER on IntegriCloud