| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [SHARED] signal.h -> fdsignal.h | Simon Rettberg | 2016-02-10 | 1 | -13/+0![]() |
| | | |||||
| * | dfskljgdslkfsdklgj | Simon Rettberg | 2016-02-05 | 1 | -3/+3 |
| | | |||||
| * | [SHARED] Fix linux detection on clang | Simon Rettberg | 2016-02-05 | 1 | -4/+4 |
| | | |||||
| * | [SHARED] Implement pipe() based signalling | Simon Rettberg | 2016-02-05 | 1 | -71/+10![]() |
| | | |||||
| * | First steps in make signals more abstract from the underlying mechanism; ↵ | Simon Rettberg | 2016-02-05 | 1 | -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 fuse | Simon Rettberg | 2015-11-21 | 1 | -0/+52 |

