aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix
Commit message (Collapse)AuthorAge
...
* More robust platform definition support.Garrett D'Amore2016-12-14
| | | | | | | The idea is that someday it will be possible to just concatenate the entire set of source files into a single giant source file, for systems that want to work this way. As a result, the build system now compiles every file, although some of them will not have any definitions.
* More comments, and detection of fork-reentrancy. Much effort was spentGarrett D'Amore2016-12-13
| | | | trying to come to a fork-safe solution, but ultimately we gave up.
* Added threading primitives, more complete transport API.Garrett D'Amore2016-12-12
|
* New msgqueue implementation, use CLOCK_MONOTONIC if available.Garrett D'Amore2016-12-11
| | | | Start of socket definitions.
* Condition variable implementation.Garrett D'Amore2016-12-10
|
* Initial commit. This is not going to be useful to you for anything.Garrett D'Amore2016-12-10