Fork us on GitHub Follow us on Facebook Follow us on Twitter

Opened 13 years ago

Last modified 5 years ago

#215 new enhancement

Need 'interrupt task' functionality

Reported by: Jakub Jermář Owned by:
Priority: major Milestone:
Component: helenos/unspecified Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also: #217

Description (last modified by Martin Decky)

On Unix systems, the running application will receive the SIGINT signal after Ctrl+C is pressed in the terminal. The application can either not handle the signal, in which case it is killed or perform some custom action upon receiving it.

We should implement similar functionality in HelenOS (without introducing signals).

Change History (8)

comment:1 Changed 13 years ago by Jakub Jermář

Type: defectenhancement

comment:2 Changed 13 years ago by Martin Decky

Description: modified (diff)

comment:3 Changed 13 years ago by Jiri Svoboda

Summary: Need a ^C functionalityNeed 'interrupt task' functionality

comment:4 Changed 12 years ago by Jakub Jermář

Milestone: 0.5.00.5.1

comment:5 Changed 11 years ago by Jakub Jermář

Milestone: 0.5.00.5.1

comment:6 Changed 11 years ago by Jiri Svoboda

See also: #217

comment:7 Changed 9 years ago by Jakub Jermář

Milestone: 0.5.10.7.1

comment:8 Changed 5 years ago by Jakub Jermář

Milestone: 0.7.1
Note: See TracTickets for help on using tickets.