Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Catch up with the kernel and set any global variables we are using, in | njl | 2005-01-03 | 1 | -0/+6 |
| | | | | | | particular, enabling interpreter workarounds for bad ASL. MFC after: 1 day | ||||
* | Two uint32_t casts crept in where they shouldn't have. | philip | 2004-11-13 | 1 | -2/+2 |
| | | | | ACPI_TYPE_INTEGER can be 64 bits wide in acpi v2. | ||||
* | Change some formats and add some casts to make this | philip | 2004-11-13 | 2 | -22/+20 |
| | | | | | | | WARNS=2 clean, and mark it as such. PR: 71672 (partly) Reviewed by: njl | ||||
* | Tidy up markup. | ru | 2004-06-06 | 1 | -19/+24 |
| | |||||
* | Add suspend/resume support to the debugger. | njl | 2004-05-25 | 1 | -1/+1 |
| | |||||
* | Remove the band-aid to make these compile on amd64/ia64. | njl | 2003-08-11 | 1 | -6/+1 |
| | |||||
* | Apparently I limited my testing of the ductape and bubblegum solution | marcel | 2003-08-09 | 1 | -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 patching | marcel | 2003-08-09 | 1 | -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 iasl | njl | 2003-08-07 | 1 | -0/+162 |
| | |||||
* | Add the acpidb and iasl utilities. This is not yet hooked up to the build. | njl | 2003-08-07 | 2 | -0/+539 |
Obtained from: acpicatools port by Iwasaki-san |