index
:
minix3
master
Git Repository for an attempted revival of the Minix 3 Operating System
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
signal.h
Age
Commit message (
Expand
)
Author
2016-01-13
NetBSD re-synchronization of the source tree
Lionel Sambuc
2014-07-28
Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)
Lionel Sambuc
2014-03-03
reduced diff in include/signal.h
Lionel Sambuc
2014-03-02
use netbsd <sys/signal.h> and sigset_t
Ben Gras
2012-02-14
Full switch to clang/ELF. Drop ack. Simplify.
Ben Gras
2011-01-28
<ansi.h> -> <minix/ansi.h>
Ben Gras
2010-04-26
Changed pagefault delivery to VM
Tomas Hruby
2010-03-31
Move kernel signal SIGKNDELAY to system signal SIGSNDELAY and fix broken ptrace.
Cristiano Giuffrida
2010-03-22
Print stacktrace when a system service fails or when a core dump has to be ge...
Cristiano Giuffrida
2010-03-17
Add a define for NSIG.
Kees van Reeuwijk
2010-03-17
New RS and new signal handling for system processes.
Cristiano Giuffrida
2010-03-12
- Add support for the ucontext system calls (getcontext, setcontext,
Thomas Veerman
2009-12-02
FPU context switching support by Evgeniy Ivanov.
Ben Gras
2009-11-09
Removal of the executable flag from files that cannot be executed
Tomas Hruby
2009-11-06
Changes to the include files in order to make cross-compilation possible.
Tomas Hruby
2009-10-01
PM delay call infrastructure improvements
David van Moolenbroek
2009-09-30
Merge of David's ptrace branch. Summary:
David van Moolenbroek
2009-08-15
Support for setitimer(ITIMER_VIRTUAL/ITIMER_PROF). New test (41) for setitimer.
David van Moolenbroek
2006-09-27
_NSIG is supposed to be highest signal number plus one, not highest
Ben Gras
2006-06-07
Added killpg to signal.h, rearranged getloadavg, putenv, and setenv in
Philip Homburg
2006-03-15
Reverting some of changes that break backward compatibility.
Philip Homburg
2006-03-10
Jorrit's ... "progress?"
Jorrit Herder
2006-02-17
Reintroduced SIGEMT.
Philip Homburg
2006-02-17
SIGBUS needs its own number. Removed SIGEMT. Made SIGIOT conditional on
Philip Homburg
2005-10-03
Add SIGWINCH signal and functionality in tty and support in PM.
Ben Gras
2005-08-22
Al's double-blank-line removal request
Ben Gras
2005-07-19
Added new signal types for kernel events:
Jorrit Herder
2005-04-21
Initial revision
Ben Gras