From owner-cvs-projects@FreeBSD.ORG Fri Feb 3 18:49:24 2006 Return-Path: X-Original-To: cvs-projects@FreeBSD.org Delivered-To: cvs-projects@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CD9916A420; Fri, 3 Feb 2006 18:49:24 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B073243D49; Fri, 3 Feb 2006 18:49:23 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k13InN96025225; Fri, 3 Feb 2006 18:49:23 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k13InN2I025224; Fri, 3 Feb 2006 18:49:23 GMT (envelope-from mux) Message-Id: <200602031849.k13InN2I025224@repoman.freebsd.org> From: Maxime Henrion Date: Fri, 3 Feb 2006 18:49:23 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: projects/csup detailer.c lister.c status.c status.h X-BeenThere: cvs-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the projects tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2006 18:49:24 -0000 mux 2006-02-03 18:49:23 UTC FreeBSD projects repository Modified files: csup detailer.c lister.c status.c status.h Log: - Change the prototype of status_get() so that it is possible to determine if there was an error happening when we call status_get() with a filename. - Now that we can, check and handle status file errors in the detailer thread. Revision Changes Path 1.37 +11 -4 projects/csup/detailer.c 1.22 +5 -4 projects/csup/lister.c 1.9 +34 -20 projects/csup/status.c 1.3 +8 -7 projects/csup/status.h