From owner-cvs-all Fri Nov 15 22:41:53 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 6FE6237B401; Fri, 15 Nov 2002 22:41:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C68043E88; Fri, 15 Nov 2002 22:41:52 -0800 (PST) (envelope-from deischen@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 gAG6dBmV095753; Fri, 15 Nov 2002 22:39:11 -0800 (PST) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG6dBrm095752; Fri, 15 Nov 2002 22:39:11 -0800 (PST) Message-Id: <200211160639.gAG6dBrm095752@repoman.freebsd.org> From: Daniel Eischen Date: Fri, 15 Nov 2002 22:39:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/alpha/gen Makefile.inc makecontext.c src/lib/libc/i386/gen Makefile.inc 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 deischen 2002/11/15 22:39:11 PST Modified files: lib/libc/alpha/gen Makefile.inc makecontext.c lib/libc/i386/gen Makefile.inc Log: Disconnect the userland get/set/swapcontext() functions from libc. I want to keep these in some version for the thread library/ies, but don't know whether to have them repo-copied to libc_r or renamed and kept in libc. Change the name of an alpha macro that was changed with the system call commit. Revision Changes Path 1.10 +1 -1 src/lib/libc/alpha/gen/Makefile.inc 1.2 +1 -1 src/lib/libc/alpha/gen/makecontext.c 1.18 +2 -2 src/lib/libc/i386/gen/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message