svn commit: r253089 - in head: . sys/sys
Andrey V. Elsukov
ae at FreeBSD.org
Tue Jul 9 10:20:28 UTC 2013
Author: ae
Date: Tue Jul 9 10:20:27 2013
New Revision: 253089
URL: http://svnweb.freebsd.org/changeset/base/253089
Log:
Bump __FreeBSD_version to reflect changes in statistics structures.
Modified:
head/UPDATING
head/sys/sys/param.h
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Tue Jul 9 10:08:13 2013 (r253088)
+++ head/UPDATING Tue Jul 9 10:20:27 2013 (r253089)
@@ -31,6 +31,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20130709:
+ Most of network statistics structures were changed to be able
+ keep 64-bits counters. Thus all tools, that work with networking
+ statistics, must be rebuilded (netstat(1), bsnmpd(1), etc.)
+
20130629:
Fix targets that run multiple make's to use && rather than ;
so that subsequent steps depend on success of previous.
Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h Tue Jul 9 10:08:13 2013 (r253088)
+++ head/sys/sys/param.h Tue Jul 9 10:20:27 2013 (r253089)
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1000036 /* Master, propagated to newvers */
+#define __FreeBSD_version 1000037 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
More information about the svn-src-head
mailing list