Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2008 23:35:08 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134503 for review
Message-ID:  <200801302335.m0UNZ8KL021896@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134503

Change 134503 by jb@jb_freebsd1 on 2008/01/30 23:34:12

	On releng7 we need to add the syscall names with the kernel option.

Affected files ...

.. //depot/projects/dtrace7/src/sys/conf/files#5 edit

Differences ...

==== //depot/projects/dtrace7/src/sys/conf/files#5 (text+ko) ====

@@ -1499,6 +1499,7 @@
 kern/subr_rtc.c			optional genclock
 kern/subr_sbuf.c		standard
 kern/subr_scanf.c		standard
+kern/kern_sdt.c			optional kdtrace_hooks
 kern/subr_sleepqueue.c		standard
 kern/subr_smp.c			standard
 kern/subr_stack.c		optional ddb
@@ -1511,7 +1512,7 @@
 kern/sys_pipe.c			standard
 kern/sys_process.c		standard
 kern/sys_socket.c		standard
-kern/syscalls.c			optional witness | invariants
+kern/syscalls.c			optional witness | invariants | kdtrace_hooks
 kern/sysv_ipc.c			standard
 kern/sysv_msg.c			optional sysvmsg
 kern/sysv_sem.c			optional sysvsem



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