Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 1998 04:45:15 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern syscalls.master
Message-ID:  <199811111245.EAA12202@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811111245.EAA12202>