From owner-cvs-src@FreeBSD.ORG Wed May 14 19:18:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07EEA37B401; Wed, 14 May 2003 19:18:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA8C243F75; Wed, 14 May 2003 19:18:04 -0700 (PDT) (envelope-from marcel@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 h4F2I40U082427; Wed, 14 May 2003 19:18:04 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4F2I4BW082426; Wed, 14 May 2003 19:18:04 -0700 (PDT) Message-Id: <200305150218.h4F2I4BW082426@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 14 May 2003 19:18:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: LIBUWX Subject: cvs commit: . - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2003 02:18:05 -0000 marcel 2003/05/14 19:18:04 PDT FreeBSD src repository . - Imported sources Update of /home/ncvs/. In directory repoman.freebsd.org:/tmp/cvs-serv81958 Log Message: This is beta4 of libuwx; an ia64 stack unwinder. This code is made available by Hewlett-Packard under the MIT license. The unwinder is small, clean and fast and needed little adaptation for use in the kernel. This import has embedded in it the changes needed to make it build in a kernel environment. To optimize the common case, the kernel will minimize the number of registers saved by not saving the preserved registers. In case access to preserved registers is needed (signal handling, ptrace) the kernel will unwind to the context of the syscall or exception. For this we need an unwinder. Approved by: re (blanket) Status: Vendor Tag: LIBUWX Release Tags: BETA4 C ./src/Makefile N ./src/uwx.h N ./src/uwx_bstream.c N ./src/uwx_bstream.h N ./src/uwx_context.c N ./src/uwx_context.h N ./src/uwx_env.c N ./src/uwx_env.h N ./src/uwx_scoreboard.c N ./src/uwx_scoreboard.h N ./src/uwx_self.c N ./src/uwx_self.h N ./src/uwx_self_context.s N ./src/uwx_step.c N ./src/uwx_str.c N ./src/uwx_str.h N ./src/uwx_swap.c N ./src/uwx_swap.h N ./src/uwx_trace.c N ./src/uwx_trace.h N ./src/uwx_ttrace.c N ./src/uwx_ttrace.h N ./src/uwx_uinfo.c N ./src/uwx_uinfo.h N ./src/uwx_utable.c N ./src/uwx_utable.h cvs: ERROR: cannot mkdir /home/ncvs/./test -- not added: Permission denied 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLIBUWX:yesterday -jLIBUWX .