From owner-cvs-all Sun Dec 2 13:54:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2652F37B417; Sun, 2 Dec 2001 13:54:11 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB2LsBc49049; Sun, 2 Dec 2001 13:54:11 -0800 (PST) (envelope-from lioux) Message-Id: <200112022154.fB2LsBc49049@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 2 Dec 2001 13:54:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dctc Makefile distinfo ports/net/dctc/files config.h patch-src:Makefile patch-src:db.c patch-src:dc_com.c patch-src:dc_com.h patch-src:dc_manage.c patch-src:keyboard.c patch-src:main.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 2001/12/02 13:54:11 PST Modified files: net/dctc Makefile distinfo net/dctc/files patch-src:Makefile patch-src:db.c patch-src:dc_com.c patch-src:dc_com.h patch-src:dc_manage.c patch-src:keyboard.c patch-src:main.c patch-src:sema.c Added files: net/dctc/files config.h Log: o Update to 0.61 o Greatly simplify the patches removing sigprocmask protection around send/receive since there is already a global signal handler Revision Changes Path 1.3 +3 -2 ports/net/dctc/Makefile 1.3 +1 -1 ports/net/dctc/distinfo 1.1 +30 -0 ports/net/dctc/files/config.h (new) 1.3 +3 -3 ports/net/dctc/files/patch-src:Makefile 1.2 +4 -62 ports/net/dctc/files/patch-src:db.c 1.2 +9 -50 ports/net/dctc/files/patch-src:dc_com.c 1.2 +2 -2 ports/net/dctc/files/patch-src:dc_com.h 1.3 +4 -257 ports/net/dctc/files/patch-src:dc_manage.c 1.2 +6 -4 ports/net/dctc/files/patch-src:keyboard.c 1.2 +4 -14 ports/net/dctc/files/patch-src:main.c 1.2 +7 -17 ports/net/dctc/files/patch-src:sema.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message