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