Date: Fri, 19 Dec 2008 23:10:55 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r186344 - in head: . sys/sys usr.sbin Message-ID: <200812192310.mBJNAt4r085177@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sam Date: Fri Dec 19 23:10:55 2008 New Revision: 186344 URL: http://svn.freebsd.org/changeset/base/186344 Log: add makefs to the base system; FreeBSD_version bumped just in case Reviewed by: imp Modified: head/UPDATING head/sys/sys/param.h head/usr.sbin/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Dec 19 23:00:23 2008 (r186343) +++ head/UPDATING Fri Dec 19 23:10:55 2008 (r186344) @@ -21,6 +21,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. developers choose to disable these features on build machines to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) + +20081219: + With __FreeBSD_version 800060 incorporates the makefs tool is + part of the base system (it was a port). + 20081216: The afdata and ifnet locks have been changed from mutexes to rwlocks, network modules will need to be re-compiled. Modified: head/sys/sys/param.h ============================================================================== --- head/sys/sys/param.h Fri Dec 19 23:00:23 2008 (r186343) +++ head/sys/sys/param.h Fri Dec 19 23:10:55 2008 (r186344) @@ -57,7 +57,7 @@ * is created, otherwise 1. */ #undef __FreeBSD_version -#define __FreeBSD_version 800059 /* Master, propagated to newvers */ +#define __FreeBSD_version 800060 /* Master, propagated to newvers */ #ifndef LOCORE #include <sys/types.h> Modified: head/usr.sbin/Makefile ============================================================================== --- head/usr.sbin/Makefile Fri Dec 19 23:00:23 2008 (r186343) +++ head/usr.sbin/Makefile Fri Dec 19 23:10:55 2008 (r186344) @@ -86,6 +86,7 @@ SUBDIR= ${_ac} \ ${_lptcontrol} \ ${_mailstats} \ mailwrapper \ + makefs \ ${_makemap} \ manctl \ memcontrol \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812192310.mBJNAt4r085177>