Commit Graph

11 Commits

Author SHA1 Message Date
dbecaa2fc8 Add ptrace functions of job-control and signal
Note that a forked process automatically becomes ptraced state in this
commit.
2014-10-15 14:28:55 +09:00
39f36120c1 support sigqueue 2014-09-23 23:17:53 +09:00
3751fa1766 add some functions related to migration into kernel/process.h
... and also add include guard to arch/x86/kernel/include/signal.h
2014-07-13 17:05:09 +09:00
770eae0186 support sigaltstack 2014-06-25 13:45:33 +09:00
26d68d391d signal part 4 (sigsuspend etc) 2014-01-24 10:14:49 +09:00
8411f353fe signal part 3 (EFAULT) 2014-01-13 10:52:29 +09:00
a8c249ddaf signal (part 1) 2014-01-07 11:57:57 +09:00
e5890aa949 typo fix 2013-11-14 16:27:11 +09:00
3f60324d4e add copyright 2013-11-14 15:55:00 +09:00
221f2c0517 support SIGSEGV(page fault) and SIGILL(general protection error) 2013-07-26 11:53:00 +09:00
3749696d3e simple signal handler and kill(2) support. 2013-07-18 08:53:28 +09:00