From owner-cvs-all Sat Jan 9 06:59:56 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA06488 for cvs-all-outgoing; Sat, 9 Jan 1999 06:59:56 -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 GAA06483; Sat, 9 Jan 1999 06:59:55 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA18640; Sat, 9 Jan 1999 06:59:51 -0800 (PST) Date: Sat, 9 Jan 1999 06:59:51 -0800 (PST) Message-Id: <199901091459.GAA18640@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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