From owner-freebsd-current Thu Aug 24 17:27:58 2000 Delivered-To: freebsd-current@freebsd.org Received: from smtp.bsdhome.com (unknown [24.25.2.13]) by hub.freebsd.org (Postfix) with ESMTP id 4F34F37B423 for ; Thu, 24 Aug 2000 17:27:56 -0700 (PDT) Received: from vger.bsdhome.com (vger [192.168.220.2]) by smtp.bsdhome.com (8.9.3/8.9.3) with ESMTP id UAA18164 for ; Thu, 24 Aug 2000 20:27:55 -0400 (EDT) (envelope-from bsd@bsdhome.com) Received: from localhost (bsd@localhost) by vger.bsdhome.com (8.9.3/8.9.3) with ESMTP id UAA20728 for ; Thu, 24 Aug 2000 20:27:55 -0400 (EDT) (envelope-from bsd@vger.bsdhome.com) Date: Thu, 24 Aug 2000 20:27:54 -0400 (EDT) From: Brian Dean To: freebsd-current@freebsd.org Subject: Review requested for i386 debug register helper functions Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, If you have the time, I would very much appreciate any reviews on a couple of helper functions that I've put together for manipulating the i386 debug registers: http://people.freebsd.org/~bsd/i386watch/ I've had these in my toolkit for a long time and present them here, slightly modified. They are intended to keep folks from re-inventing the wheel. I've had at least two people ask for these to be committed. My main concern is their location in the tree. I've got them under src/lib/libc/i386/sys, and manual section 2. They are not quite system calls, but this seemed to be the best fit location for these. I'm open to other suggestions as well. Thanks, Brian -- Brian Dean bsd@FreeBSD.org bsd@bsdhome.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message