summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/acpidb
Commit message (Collapse)AuthorAgeFilesLines
* Catch up with the kernel and set any global variables we are using, innjl2005-01-031-0/+6
| | | | | | particular, enabling interpreter workarounds for bad ASL. MFC after: 1 day
* Two uint32_t casts crept in where they shouldn't have.philip2004-11-131-2/+2
| | | | ACPI_TYPE_INTEGER can be 64 bits wide in acpi v2.
* Change some formats and add some casts to make thisphilip2004-11-132-22/+20
| | | | | | | WARNS=2 clean, and mark it as such. PR: 71672 (partly) Reviewed by: njl
* Tidy up markup.ru2004-06-061-19/+24
|
* Add suspend/resume support to the debugger.njl2004-05-251-1/+1
|
* Remove the band-aid to make these compile on amd64/ia64.njl2003-08-111-6/+1
|
* Apparently I limited my testing of the ductape and bubblegum solutionmarcel2003-08-091-0/+1
| | | | | | | to acpidb. The same problem exists in iasl. Add JIT patching there too. Add a comment to both makefiles to increase the chance that both kludges are removed when a real solution is committed.
* Perform first-aid: unbreak the build for amd64 and ia64 by patchingmarcel2003-08-091-1/+5
| | | | | | | osunixxf.c on the fly. This avoids having to pull it from the vendor branch or otherwise pollute the repository with new short-lived files. This should hold until the real fix arrives.
* Add man pages for acpidb and iaslnjl2003-08-071-0/+162
|
* Add the acpidb and iasl utilities. This is not yet hooked up to the build.njl2003-08-072-0/+539
Obtained from: acpicatools port by Iwasaki-san
OpenPOWER on IntegriCloud