Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: Finish off the __PRETTY_FUNCTION__ to __func__ | Donald Sharp | 2020-03-06 | 1 | -2/+2 |
* | *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__ | Donatas Abraitis | 2020-03-05 | 1 | -4/+4 |
* | lib: hashing functions should take const arguments | Quentin Young | 2019-05-14 | 1 | -1/+1 |
* | *: list_delete_and_null() -> list_delete() | David Lamparter | 2018-10-02 | 1 | -1/+1 |
* | lib, pimd: Convert timer_wheel to use thread_execute_name | Donald Sharp | 2018-09-13 | 1 | -2/+19 |
* | *: Convert list_delete(struct list *) to ** to allow nulling | Donald Sharp | 2017-10-05 | 1 | -1/+1 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -87/+78 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | *: remove THREAD_ON macros, add nullity check | Quentin Young | 2017-05-09 | 1 | -9/+6 |
* | lib: Add Timer Wheel functionality | Donald Sharp | 2017-01-18 | 1 | -0/+164 |