Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jan 1999 06:59:51 -0800 (PST)
From:      Doug Rabson <dfr@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/sys module.h src/sys/kern kern_module.c kern_syscalls.c
Message-ID:  <199901091459.GAA18640@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dfr         1999/01/09 06:59:50 PST

  Modified files:
    sys/sys              module.h 
    sys/kern             kern_module.c kern_syscalls.c 
  Log:
  Implement a mechanism for a module to report a small amount of module
  specific data back to the user via kldstat(2).  Use that mechanism in
  the syscall handler to report the syscall number used.
  
  Revision  Changes    Path
  1.6       +14 -1     src/sys/sys/module.h
  1.13      +27 -2     src/sys/kern/kern_module.c
  1.2       +4 -1      src/sys/kern/kern_syscalls.c

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?199901091459.GAA18640>