Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ouroboros: Correct license statements | dimitri staessens | 2016-12-24 | 1 | -3/+2 |
| | | | | | This corrects the license statements on all files. Installed headers are LGPLv2.1, the rest of the code is GPLv2. | ||||
* | ipcpd, lib: Fix timerwheel issues / time_utils | dimitri staessens | 2016-11-25 | 1 | -10/+13 |
| | | | | | | | Timerwheel would skip some additions due to a missed wakeup signal. Addition of timespecs and timevals in the time utilities would overflow tv_nsec/tv_usec if the sum is an integer number of seconds. | ||||
* | ipcpd: Add timerwheel | dimitri staessens | 2016-11-25 | 1 | -0/+361 |
The timerwheel can be used to defer work to a certain timeslot in the future. |