pgoyette
8f2064710d
When exiting, provide a reason.
2015-04-23 04:49:37 +00:00
christos
7933a8d7d6
need signal.h for kill()
...
this is why it was wrong for rump_syscalls.h to include this.
2011-06-26 12:14:59 +00:00
pgoyette
c829d16824
Due to timing discrepancies desribed in PR kern/43997, tickle the
...
watchdog just a little bit sooner. This maintains the spirit of the
test while avoiding the actual bug. This can be reverted once (if)
the PR is fixed.
2010-10-24 13:16:12 +00:00
pgoyette
7127b715c2
Add a third test-case to verify that disarming of the watchdog works.
2010-10-24 13:11:41 +00:00
pooka
c825a763b1
Make tcount volatile since a signal handler plays with it.
2010-08-30 08:30:17 +00:00
pooka
edcef5fc34
Add test cases to check that sysmon/swwdog will panic and reboot
...
the kernel if left untickled.
Thanks to jmmv for the tip that doing this is possible in atf via
means of fork/wait.
2010-08-06 16:13:26 +00:00