History log of /netbsd-src/regress/sys/kern/ras/ras2/ras2.c (Results 1 – 11 of 11)
Revision Date Author Comments
# c79ddfbf 02-Nov-2012 chs <chs@NetBSD.org>

our current gcc puts the loop after the RAS_END() label on several
platforms, adjust the code so that gcc does the right thing again.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 9551b193 12-Jan-2008 dsl <dsl@NetBSD.org>

The interval timers (setitimer()) are not inherited by fork (I've checked
the SuS) so start the timer in the correct process otherwise this test
will never timeout.


# 5d0a5ce9 06-Jan-2008 martin <martin@NetBSD.org>

Use WEXITSTATUS() on wait() results. From David Laight.


# 0be44b35 24-Dec-2005 perry <perry@NetBSD.org>

Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.


# 1cda93b4 03-Mar-2004 thorpej <thorpej@NetBSD.org>

Use the new RAS_*() macros.


# 8625845c 18-Jan-2004 martin <martin@NetBSD.org>

Nuke all userland uses of __HAVE_RAS in favor of runtime detection.


# 9bff0c1a 07-Jan-2004 martin <martin@NetBSD.org>

Remove previous makefile hack (disabling optimization) and add
__insn_barrier()s instead.


# 0d9a131a 02-Jan-2004 martin <martin@NetBSD.org>

On archictectures not supporting RAS make this regression tests
print a message to that effect and let them pass.


# fdfb13e7 29-Aug-2002 gmcgarry <gmcgarry@NetBSD.org>

Add RCSIDs and copyright.


# 3ee9d48c 28-Aug-2002 gmcgarry <gmcgarry@NetBSD.org>

Regression tests for RAS. Tests the basic functionality including
forking and execing.