From owner-cvs-all Tue Oct 29 22: 8:33 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 63AB537B401; Tue, 29 Oct 2002 22:08:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E50643E42; Tue, 29 Oct 2002 22:08:32 -0800 (PST) (envelope-from mini@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U67ImV003075; Tue, 29 Oct 2002 22:07:18 -0800 (PST) (envelope-from mini@repoman.freebsd.org) Received: (from mini@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9U67Iqv003074; Tue, 29 Oct 2002 22:07:18 -0800 (PST) Message-Id: <200210300607.g9U67Iqv003074@repoman.freebsd.org> From: Jonathan Mini Date: Tue, 29 Oct 2002 22:07:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/arch/i386/i386 thr_enter_uts.S thr_switch.S src/lib/libpthread/sys Makefile.inc src/lib/libpthread/thread Makefile.inc thr_create.c thr_init.c thr_kern.c thr_printf.c thr_priority_queue.c thr_private.h 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 mini 2002/10/29 22:07:18 PST Modified files: lib/libpthread/sys Makefile.inc lib/libpthread/thread Makefile.inc thr_create.c thr_init.c thr_kern.c thr_priority_queue.c thr_private.h Added files: lib/libpthread/arch/i386/i386 thr_enter_uts.S thr_switch.S lib/libpthread/thread thr_printf.c Log: Use KSE to schedule threads. Revision Changes Path 1.1 +96 -0 src/lib/libpthread/arch/i386/i386/thr_enter_uts.S (new) 1.1 +89 -0 src/lib/libpthread/arch/i386/i386/thr_switch.S (new) 1.12 +1 -2 src/lib/libpthread/sys/Makefile.inc 1.35 +1 -0 src/lib/libpthread/thread/Makefile.inc 1.37 +8 -8 src/lib/libpthread/thread/thr_create.c 1.44 +16 -11 src/lib/libpthread/thread/thr_init.c 1.45 +204 -212 src/lib/libpthread/thread/thr_kern.c 1.1 +124 -0 src/lib/libpthread/thread/thr_printf.c (new) 1.11 +3 -3 src/lib/libpthread/thread/thr_priority_queue.c 1.76 +10 -23 src/lib/libpthread/thread/thr_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message