Opened 15 years ago
Last modified 7 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 )
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 by , 15 years ago
Type: | defect → enhancement |
---|
comment:2 by , 15 years ago
Description: | modified (diff) |
---|
comment:3 by , 15 years ago
Summary: | Need a ^C functionality → Need 'interrupt task' functionality |
---|
comment:4 by , 14 years ago
Milestone: | 0.5.0 → 0.5.1 |
---|
comment:5 by , 13 years ago
Milestone: | 0.5.0 → 0.5.1 |
---|
comment:6 by , 12 years ago
See also: | → #217 |
---|
comment:7 by , 10 years ago
Milestone: | 0.5.1 → 0.7.1 |
---|
comment:8 by , 7 years ago
Milestone: | 0.7.1 |
---|
Note:
See TracTickets
for help on using tickets.