summaryrefslogtreecommitdiff
path: root/regress/sys/kern
AgeCommit message (Expand)Author
2004-01-07Remove previous makefile hack (disabling optimization) and addmartin
2004-01-06Avoid optimizations that move common code out of the RAS.martin
2004-01-02On archictectures not supporting RAS make this regression testsmartin
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-26use ${HOST_SH} instead of /bin/shlukem
2003-10-21NULL/integer mixupitojun
2003-10-21Don't use NULL inappropriately.agc
2003-09-30Maybe I'm just slow, but having diffs in the wrong direction confuses me...mycroft
2003-09-30Catch up with MAXINTERP changing.mycroft
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-26netbsd.org->NetBSD.orgsalo
2003-06-26in "make clean", remove the "results" directorydrochner
2003-04-15Add a regression test to check that forced unmounts work correctly.erh
2003-03-19need to initialise the address family before bind(2) ...lukem
2003-02-10Do The Right Thing with signal handlers.pk
2003-02-08uh, NULL terminate argv and envp arrays to be passed to execve().cgd
2003-01-30Add a ucontext test from Nathan's testsuite.thorpej
2002-12-06Remove extra args to a printf call.thorpej
2002-12-06Fix printf formats.thorpej
2002-12-06Need <string.h> for prototypes.thorpej
2002-11-30add NetBSD RCS Id and TNF copyrightjdolecek
2002-11-30add test program for 3way select/poll collision on descriptor, problemjdolecek
2002-11-01don't assume intptr_t is 'long', and cast the value appropriatelyjdolecek
2002-11-01don't assume intptr_t is 'long', and cast the value appropriatelyjdolecek
2002-10-29Include <string.h> for memset() prototype.martin
2002-10-29Include <string.h> for memset() prototype.martin
2002-10-29descend to kqueue too, nowjdolecek
2002-10-12add test program for the deadlock caused by missing knote_fdclose() calljdolecek
2002-10-12make the program only await three kevents, so that it won't linger aroundjdolecek
2002-10-12fix the -n handling codejdolecek
2002-10-03add kqueue subdir, commented out for nowjdolecek
2002-10-03Basic set of kqueue tests for various filters. Most of files basedjdolecek
2002-09-19Fix checksum errormartti
2002-09-19Resync with official IPFmartti
2002-09-19Fix test invokationmartti
2002-09-19Upgraded IPFilter to 3.4.29martti
2002-09-19Import IPFilter 3.4.29martti
2002-09-18some makefile de-lintinglukem
2002-09-18use NETBSDSRCDIR as appropriatelukem
2002-09-16Everyone now has CPU locks, so test them.gmcgarry
2002-08-29Descend into ras.gmcgarry
2002-08-29Add RCSIDs and copyright.gmcgarry
2002-08-28include <bsd.own.mk> to get MACHINE_CPU and fix conditionaldrochner
2002-08-28Regression tests for RAS. Tests the basic functionality includinggmcgarry
2002-08-28A simple regression test for cpu locks.gmcgarry
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-05-13Added ipf regression testsmartti
2002-05-13Import IPFilter 3.4.27martti
2002-04-09add simple regression test for the recently fixed writev(2) bugjdolecek
2002-03-05No need to reference .OBJDIR here.thorpej