Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib, ipcp: Compile on Apple junk | dimitri staessens | 2016-08-30 | 1 | -0/+2 |
| | | | | | | Disables robust mutexes and clock attributes for condition variables for compatibility with OSX (SUSv2). Implements clock_gettime and adds some defines for OSX compatibility in time_utils. | ||||
* | ipcpd, normal: Safe handling of CDAP requests | dimitri staessens | 2016-08-25 | 1 | -0/+156 |
Destruction of the object in the reply stage was unsafe. |