From owner-cvs-src@FreeBSD.ORG Fri Feb 20 08:54:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 841E716A4CE; Fri, 20 Feb 2004 08:54:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E05D43D1F; Fri, 20 Feb 2004 08:54:02 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1KGs2Ge077961; Fri, 20 Feb 2004 08:54:02 -0800 (PST) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1KGs1hm077960; Fri, 20 Feb 2004 08:54:01 -0800 (PST) (envelope-from green) Message-Id: <200402201654.i1KGs1hm077960@repoman.freebsd.org> From: Brian Feldman Date: Fri, 20 Feb 2004 08:54:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression READMEsrc/tools/regression/gaithrstress Makefile gaithrstress.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 16:54:02 -0000 green 2004/02/20 08:54:01 PST FreeBSD src repository Modified files: tools/regression README Added files: tools/regression/gaithrstress Makefile gaithrstress.c Log: Add my getaddrinfo(3) stress-tester as gaithrstress. The most obvious regressions would be to see the program or your kernel crashing. If you want to give it something to really test out, try a much more reentrant version of the resolver. Any Mozilla-based browser would show you a clear difference. Revision Changes Path 1.11 +1 -0 src/tools/regression/README 1.1 +7 -0 src/tools/regression/gaithrstress/Makefile (new) 1.1 +245 -0 src/tools/regression/gaithrstress/gaithrstress.c (new)