Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2006 20:38:11 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 103133 for review
Message-ID:  <200608032038.k73KcBpC068484@repoman.freebsd.org>

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

Change 103133 by jb@jb_freebsd2 on 2006/08/03 20:37:58

	Add the kse source again, but this time it builds with syscall
	stubs unless KSE is defined as a kernel option.
	
	This allows the kse syscalls to be retained, but they will return
	EOPNOTSUPP if the KSE kernel option isn't specified.

Affected files ...

.. //depot/projects/dtrace/src/sys/conf/files#25 edit
.. //depot/projects/dtrace/src/sys/kern/kern_kse.c#3 add

Differences ...

==== //depot/projects/dtrace/src/sys/conf/files#25 (text+ko) ====

@@ -1331,6 +1331,7 @@
 kern/kern_idle.c		standard
 kern/kern_intr.c		standard
 kern/kern_jail.c		standard
+kern/kern_kse.c			standard
 kern/kern_kthread.c		standard
 kern/kern_ktr.c			optional ktr
 kern/kern_ktrace.c		standard



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