summaryrefslogtreecommitdiff
path: root/regress/sys/arch
AgeCommit message (Expand)Author
2017-03-01Print message why tests are skipped.Alexander Bluhm
2017-03-01Print SKIPPED if the architecture dependent regression tests areAlexander Bluhm
2017-01-25Do not try to execute this test on !m88k archs.Martin Pieuchot
2017-01-13Let these hppa-specific tests print "SKIPPED" on non-hppa architectures.Mark Kettenis
2016-08-14Convert %q to %llPhilip Guenther
2016-03-03Remove option USER_LDT and everything depending on it.Christian Weisgerber
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-04-18It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-18Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingMiod Vallat
2013-01-07update asm syntax to match toolchain requirementsMiod Vallat
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2006-05-08Clean the internal m88k trap type codes; while there, simplify andMiod Vallat
2005-09-25Do not consider userland trap #496 (BUG system call on mvme88k) as specialMiod Vallat
2005-04-27Allow userland to cause the data cache to be flushed for any arbitrary addressMiod Vallat
2004-12-29define REGRESS_ROOT_TARGETS for tests that require root privilegesDavid Krause
2004-08-05fix the perl to generate proper \n in the output.Artur Grabowski
2004-06-21always run userldt regress, but enable the sysctl if neededDavid Krause
2004-05-13test the spop1,,0 instructionsMichael Shalayeff
2004-05-12a test for probe instructionsMichael Shalayeff
2004-04-26Oops, unbreak m88k; spotted by aoyama@Miod Vallat
2004-04-24Look for tests in sys/arch/MACHINE_ARCH as well if necessary; and move theMiod Vallat
2004-03-02skip test if machdep.userldt sysctl is not enabledDavid Krause
2003-09-02add missing includesDavid Krause
2003-09-02Run a complete test again all trap vectors - this passes now.Miod Vallat
2003-09-01A simple regression test to catch which trap vectors, when invoked fromMiod Vallat
2003-08-19X should have R; deraadt, so now the page is in one of three states: none, X|...Jason Wright
2003-08-19Keep the permissions on the page we're messing with as strict as possibleJason Wright
2003-08-19cleaning... I'm done, I swear.Jason Wright
2003-08-19flush instruction cache nicelyJason Wright
2003-08-19replace the brain dead perl implementation with an devious C implementationJason Wright
2003-08-02add missing includesDavid Krause
2003-07-31various cleanups; david says results are sameTheo de Raadt
2003-07-13rcsidJason Wright
2003-07-13generate correct prototypesJason Wright
2003-07-13regression for the sign extended immediate variant (which helped me find ANOT...Jason Wright
2003-07-12try the supported immediate asi's, too.Jason Wright
2003-07-12flip through a few %asi values to make sure the right stuff is generatedJason Wright
2003-07-12cleaning and prototypesJason Wright
2003-07-12cleaning and prototypesJason Wright
2003-07-12simplistic regression tests for ldq/stqJason Wright
2003-07-12add reg test properlyJason Wright
2003-07-10unbreakJason Wright
2003-07-10extremely simplistic registered popc testJason Wright
2003-07-10ids and copyrightJason Wright
2003-07-10regression for emulation of POPC instruction (currently only the signJason Wright
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.Anil Madhavapeddy
2002-02-23no more need to explicitly specify regress: _SUBDIRUSE targets anymore.Artur Grabowski
2002-02-22Convert to regress.mkArtur Grabowski
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-11signal race fixesTheo de Raadt