From owner-cvs-all Wed Nov 11 04:45:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA12988 for cvs-all-outgoing; Wed, 11 Nov 1998 04:45:15 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA12982; Wed, 11 Nov 1998 04:45:12 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA12202; Wed, 11 Nov 1998 04:45:15 -0800 (PST) Date: Wed, 11 Nov 1998 04:45:15 -0800 (PST) Message-Id: <199811111245.EAA12202@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern syscalls.master Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/11/11 04:45:14 PST Modified files: sys/kern syscalls.master Log: A kldsym(2) syscall prototype for extracting information from the in-kernel linker. This is intended to replace kvm_mkdb etc. The first version only does name->value lookups, but it's open ended. value->name lookups would probably be a good thing to do too. It's been suggested to try and connect the symbol tables to sysctl (which is probably a more flexible way of doing it if it's done right), but that is far more complex and difficult than I was ready to have a shot at. Revision Changes Path 1.55 +2 -1 src/sys/kern/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message