summaryrefslogtreecommitdiffstats
path: root/src/shared/signal.c
Commit message (Collapse)AuthorAgeFilesLines
* [SHARED] signal.h -> fdsignal.hSimon Rettberg2016-02-101-13/+0Star
|
* dfskljgdslkfsdklgjSimon Rettberg2016-02-051-3/+3
|
* [SHARED] Fix linux detection on clangSimon Rettberg2016-02-051-4/+4
|
* [SHARED] Implement pipe() based signallingSimon Rettberg2016-02-051-71/+10Star
|
* First steps in make signals more abstract from the underlying mechanism; ↵Simon Rettberg2016-02-051-10/+32
| | | | | | | | | | replace epoll with poll. We now don't assume that a signal equals a single fd (eventfd on Linux). The next step would be to create a version of signal.c that uses a pipe internally, so it can be used on other platforms, like *BSD. This is also the reason epoll was replaced with poll in uplink.c
* [FUSE] Start refactoring so we can handle multithread fuseSimon Rettberg2015-11-211-0/+52