Kovid Goyal
|
44561e8cea
|
macOS: Fix SIGUSR1 quitting kitty instead of reloading the config file
Fixes #3952
|
2021-08-19 09:37:08 +05:30 |
|
Kovid Goyal
|
df05339d2a
|
Allow reloading config by sending the SIGUSR1 signal
|
2021-06-07 20:51:45 +05:30 |
|
Kovid Goyal
|
d55fde9eea
|
Use EINTR safe wrappers for open() and shm_open()
|
2021-01-31 07:02:11 +05:30 |
|
Kovid Goyal
|
c0ff39c59d
|
Fix extra close for loops with no signal_read_fd
|
2020-07-14 20:23:45 +05:30 |
|
Kovid Goyal
|
392f576d07
|
Instrument safe_close() to make it easy to see where an fd is closed from
|
2020-07-14 20:18:04 +05:30 |
|
Kovid Goyal
|
698569536d
|
Output which loo could not be woken up
|
2019-09-08 14:58:11 +05:30 |
|
Kovid Goyal
|
29ad6fba22
|
Linux: Use eventfd rather than a pipe for loop wakeup
|
2019-07-05 14:54:54 +05:30 |
|
Kovid Goyal
|
c848c3ee0d
|
Use an interrupt-safe close()
|
2019-07-05 14:39:07 +05:30 |
|
Kovid Goyal
|
547132131a
|
Linux: use signalfd rather than a pipe to handle signals
|
2019-07-05 14:33:22 +05:30 |
|
Kovid Goyal
|
5dc4e79c8d
|
Move code to handle loop wakeup and signals into its own module
|
2019-07-05 12:19:37 +05:30 |
|