From owner-cvs-all@FreeBSD.ORG Thu Jan 19 01:15:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA26916A41F; Thu, 19 Jan 2006 01:15:18 +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 AB44C43D46; Thu, 19 Jan 2006 01:15:18 +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 k0J1FIaZ015347; Thu, 19 Jan 2006 01:15:18 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0J1FIXY015346; Thu, 19 Jan 2006 01:15:18 GMT (envelope-from mux) Message-Id: <200601190115.k0J1FIXY015346@repoman.freebsd.org> From: Maxime Henrion Date: Thu, 19 Jan 2006 01:15:17 +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 config.c config.h main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 01:15:19 -0000 mux 2006-01-19 01:15:17 UTC FreeBSD projects repository Modified files: csup config.c config.h main.c Log: More merges prior to enabling status file support: - Revert to using uint16_t instead of the less portable in_port_t. - Use xmalloc(), xstrdup() and xasprintf() where appropriate. - Add support for the -s option to trust the status file completely, not yet effective since the status file code is not fully committed. - Implement coll_statuspath() which returns the full pathname to the status file for this collection. - Don't rely on the C99 semantics of free(). - Update copyright lines. Revision Changes Path 1.33 +71 -73 projects/csup/config.c 1.23 +14 -9 projects/csup/config.h 1.21 +13 -5 projects/csup/main.c