Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pthread: Implement pthread cleanup | Jari Vetoniemi | 2018-07-30 |
| | |||
* | pthread: Implement implicit sem init | Jari Vetoniemi | 2018-07-30 |
| | | | | | This should be undefined behaviour, but some android apps rely on default initialized semaphores. (Hearthstone) | ||
* | pthread: sizeof variable instead of type | Jari Vetoniemi | 2018-07-30 |
| | | | | Prevents copy-paste bugs. | ||
* | pthread: Implement monotonic/relative wait funcs | Jari Vetoniemi | 2018-05-29 |
| | |||
* | pthread: Fix typo and add type safety | Jari Vetoniemi | 2018-03-01 |
| | |||
* | pthread: Fix getattr_np | Jari Vetoniemi | 2018-02-27 |
| | |||
* | pthread: More standard confirming implementation | Jari Vetoniemi | 2018-02-27 |
| | | | | Also allows to use valgrind without suppressions on good programs! | ||
* | libpthread: Implement functions | Jari Vetoniemi | 2018-02-27 |
| | |||
* | pthread: Implement more pthread functions | Jari Vetoniemi | 2018-02-25 |
| | |||
* | refactoring, fixing and implementing | Jari Vetoniemi | 2018-02-19 |
| | | | | messy commits yay | ||
* | pthread: implement bionic_pthread_cond_wait | Jari Vetoniemi | 2018-02-19 |
| | |||
* | Implement more pthread | Jari Vetoniemi | 2018-02-18 |
| | |||
* | Initial commit | Jari Vetoniemi | 2018-02-16 |
Stuff in src/linker will get rewritten from scratch eventually, it's all horrible. But for now focus is getting on shit work. |