Commit graph

9 commits

Author SHA1 Message Date
73d691c0b4 parsing: refactor group_or_simple_parse into group_cmd_parse.c 2025-04-16 13:08:50 +02:00
ceee5f99d4
signal: SIGQUIT prints ^\ to the terminal, and does not redisplay the prompt 2025-04-15 15:10:40 +02:00
10e8738336
signal: handle redisplaying the prompt correctly 2025-04-15 15:10:40 +02:00
3a309062d8
refactor(signal): remove unneded function
excve already resets signal handling to the default
2025-04-15 15:09:39 +02:00
67b2347df9
signal: keep waiting for process to exit on SIGQUIT
the SA_RESTART flag causes syscalls such as waitpid to be resumed after a signal
is handled, which is what we want.
2025-04-15 15:08:06 +02:00
Jérôme Guélen
d26d883a91 Signal: Added comments for better documentation. 2025-02-24 13:04:36 +01:00
Jérôme Guélen
776ce85255 Signal: basic signal handling. Correction. 2025-02-24 13:04:36 +01:00
Jérôme Guélen
83d88681a2 Signal: A basic version for the capture of signals. 2025-02-24 13:04:36 +01:00
Jérôme Guélen
837abc8361 sig: Starting to deal with signals 2025-02-24 13:04:36 +01:00