PERFORCE change 103133 for review

John Birrell jb at FreeBSD.org
Thu Aug 3 20:38:12 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=103133

Change 103133 by jb at 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


More information about the p4-projects mailing list