From owner-cvs-all@FreeBSD.ORG Fri Oct 31 21:36:16 2003 Return-Path: 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 111C616A4CE; Fri, 31 Oct 2003 21:36:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84BAA43FDF; Fri, 31 Oct 2003 21:36:15 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA15aFXJ086527; Fri, 31 Oct 2003 21:36:15 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA15aE8v086526; Fri, 31 Oct 2003 21:36:14 -0800 (PST) (envelope-from tjr) Message-Id: <200311010536.hA15aE8v086526@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 31 Oct 2003 21:36:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys Makefile.inc utrace.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2003 05:36:16 -0000 tjr 2003/10/31 21:36:14 PST FreeBSD src repository Modified files: lib/libc/sys Makefile.inc Added files: lib/libc/sys utrace.2 Log: Add a manual page for the utrace() system call. Obtained from: NetBSD Revision Changes Path 1.106 +1 -1 src/lib/libc/sys/Makefile.inc 1.1 +86 -0 src/lib/libc/sys/utrace.2 (new)