From owner-cvs-all Sun Aug 4 11: 4: 0 2002 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 619D537B400; Sun, 4 Aug 2002 11:03:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F7B343E65; Sun, 4 Aug 2002 11:03:55 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74I3tJU084120; Sun, 4 Aug 2002 11:03:55 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74I3ss6084119; Sun, 4 Aug 2002 11:03:54 -0700 (PDT) Message-Id: <200208041803.g74I3ss6084119@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 4 Aug 2002 11:03:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dctc Makefile distinfo pkg-plist ports/net/dctc/files lp_mutex.c patch-src::dc_manage.c patch-src::main.c patch-src::mydb.c patch-src::sema.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/04 11:03:54 PDT Modified files: net/dctc Makefile distinfo pkg-plist Added files: net/dctc/files lp_mutex.c patch-src::dc_manage.c patch-src::main.c patch-src::mydb.c patch-src::sema.c Log: o Update to 0.83.2 o Fix long standing issue with upload feature: client would freeze in semwait state. It was a pthread vs semaphore issue and a database lookup issue. Check PR for complete report o All patches are related to upload feature fix PR: 41323 Revision Changes Path 1.21 +16 -4 ports/net/dctc/Makefile 1.17 +1 -1 ports/net/dctc/distinfo 1.1 +122 -0 ports/net/dctc/files/lp_mutex.c (new) 1.1 +77 -0 ports/net/dctc/files/patch-src::dc_manage.c (new) 1.1 +23 -0 ports/net/dctc/files/patch-src::main.c (new) 1.1 +28 -0 ports/net/dctc/files/patch-src::mydb.c (new) 1.1 +158 -0 ports/net/dctc/files/patch-src::sema.c (new) 1.9 +9 -2 ports/net/dctc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message