summaryrefslogtreecommitdiffstats
path: root/libs/APE/ape.c
Commit message (Collapse)AuthorAgeFilesLines
* ape: Handle host driver events to improve FreeBSD compatibility. (#222)Evan Lojewski2021-06-141-0/+31
| | | | This silences the following FreeBSD message: bge0: APE event 0x00020510 send timed out
* libs/ape: Cleanup various linting warnings. (#142)Evan Lojewski2020-10-131-0/+3
|
* coverity: Fix issues found with coverity (#78)Evan Lojewski2020-04-111-2/+6
|
* ape: Properly release the lock when APE_releaseLock is called. (#49)Evan Lojewski2020-02-291-0/+4
|
* Update formatting rules and ensure all enabled code is properly formatted.Evan Lojewski2019-06-061-7/+7
|
* Begin adding support for clang-formatEvan Lojewski2019-06-051-8/+8
|
* Update the APE code to use the APE lock bit.Evan Lojewski2019-06-011-0/+4
|
* First pass through clang-format.Evan Lojewski2019-05-051-15/+14
|
* Split APE register region into two - mapped in different places based on ↵Evan Lojewski2019-04-131-24/+24
| | | | host, mips, or ape cpu.
* Fix the APE library to release locks properly.Evan Lojewski2019-03-161-18/+18
|
* Update APE library to use new register definitions and add a ↵Evan Lojewski2019-03-161-13/+37
| | | | releaseAllLocks() api.
* Add an initial APE library to allow locking and un-locking.Evan Lojewski2019-02-261-0/+106
OpenPOWER on IntegriCloud