svn commit: r216044 - stable/8/sys/sys

Attilio Rao attilio at FreeBSD.org
Mon Nov 29 08:16:49 UTC 2010


Author: attilio
Date: Mon Nov 29 08:16:48 2010
New Revision: 216044
URL: http://svn.freebsd.org/changeset/base/216044

Log:
  MFC r215821:
  Add a missing CTL description from CVS revision 1.147.
  
  Sponsored by:	Sandvine Incorporated

Modified:
  stable/8/sys/sys/sysctl.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/sys/sysctl.h
==============================================================================
--- stable/8/sys/sys/sysctl.h	Mon Nov 29 08:12:21 2010	(r216043)
+++ stable/8/sys/sys/sysctl.h	Mon Nov 29 08:16:48 2010	(r216044)
@@ -452,6 +452,7 @@ TAILQ_HEAD(sysctl_ctx_list, sysctl_ctx_e
 	{ "logsigexit", CTLTYPE_INT }, \
 	{ "iov_max", CTLTYPE_INT }, \
 	{ "hostuuid", CTLTYPE_STRING }, \
+	{ "arc4rand", CTLTYPE_OPAQUE }, \
 }
 
 /*


More information about the svn-src-all mailing list