summaryrefslogtreecommitdiff
path: root/epoll.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-05Add TODO regarding EPOLLRDHUPHEADmainSamuel Lidén Borell1-0/+1
2019-05-05Check for simultaneous read, write and close eventsSamuel Lidén Borell1-10/+12
2019-05-03Fix async-signal-safety in signal handler for SIGHUPSamuel Lidén Borell1-4/+21
2019-05-01More evdev device info. Minor evdev fixesSamuel Lidén Borell1-1/+1
2019-05-01Open framebuffer device and query for informationSamuel Lidén Borell1-1/+17
2019-05-01Fix compiler and scan-build warnings. Add TODOSamuel Lidén Borell1-4/+4
2019-04-28Fix error handling for writesSamuel Lidén Borell1-1/+4
2019-04-28Add SIGHUP handler. Handle EINTR from read() and epoll_wait()Samuel Lidén Borell1-4/+45
2019-04-28Don't delete existing socket fileSamuel Lidén Borell1-1/+0
2019-04-28Add signal handler for cleaning up socketSamuel Lidén Borell1-3/+32
2019-04-28Break out epoll code to a separate file. Add argument parsingSamuel Lidén Borell1-0/+406