Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern New syscalls: sys_pmc_get_info and sys_pmc_control.



details:   https://anonhg.NetBSD.org/src/rev/01de86cef878
branches:  trunk
changeset: 534951:01de86cef878
user:      briggs <briggs%NetBSD.org@localhost>
date:      Wed Aug 07 04:52:53 2002 +0000

description:
New syscalls: sys_pmc_get_info and sys_pmc_control.

diffstat:

 sys/kern/syscalls.master |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r b677d510342e -r 01de86cef878 sys/kern/syscalls.master
--- a/sys/kern/syscalls.master  Wed Aug 07 04:51:12 2002 +0000
+++ b/sys/kern/syscalls.master  Wed Aug 07 04:52:53 2002 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.112 2002/07/04 23:32:14 thorpej Exp $
+       $NetBSD: syscalls.master,v 1.113 2002/08/07 04:52:53 briggs Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -653,3 +653,5 @@
                            const struct sigaction *nsa, \
                            struct sigaction *osa, \
                            void *tramp, int vers); }
+341    STD             { int sys_pmc_get_info(int ctr, int op, void *args); }
+342    STD             { int sys_pmc_control(int ctr, int op, void *args); }



Home | Main Index | Thread Index | Old Index