History log of /seL4-camkes-master/tools/rumprun/lib/librumprun_base/signals.c
Revision Date Author Comments
# a1a2e0af 22-Sep-2015 Sebastian Wicki <gandro@gmx.net>

Don't issue a warning when ignoring signals

Since we are ignoring signals anyways. This also disables the warning
if `act` is NULL, since we return a valid structure in `oact`.


# baf603ba 21-Sep-2015 Antti Kantee <pooka@iki.fi>

sigaction: make osa_handler SIG_IGN instead of SIG_DFL.

Latter was accidental. Former is more honest.


# 61c37c71 04-Aug-2015 Antti Kantee <pooka@iki.fi>

Add initial ARM support.

A "hello world" works. This means that pthreads, TLS, scheduling
etc. work. There is no I/O support currently (except console).
Adding I/O support requires some fixes to NetBSD (most likely limited
to minor adjustments).

There are two paths to go from here: either add I/O device support,
or fix some structural problems in rumprun which make it assume x86.


# 0c80c572 18-May-2015 Martin Lucina <martin@lucina.net>

Add stub sigpending()


# 28fcd34e 23-Apr-2015 Antti Kantee <pooka@iki.fi>

Add compat strong aliases for sigaction/sigprocmask.

These aliases are normally provided by assembly syscall wrappers,
so we do not get them automatically.

Required mostly for configure scripts, as noted by @liuw in
issue #9.


# 48a8c144 21-Apr-2015 Antti Kantee <pooka@iki.fi>

Open-code signal stubs a bit.

Can later stuff some better emulation in there, if need be.