From owner-svn-src-head@FreeBSD.ORG Fri Jun 26 17:50:52 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA5B91065679; Fri, 26 Jun 2009 17:50:52 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C7E168FC21; Fri, 26 Jun 2009 17:50:52 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n5QHoqIf093444; Fri, 26 Jun 2009 17:50:52 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n5QHoqmv093441; Fri, 26 Jun 2009 17:50:52 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <200906261750.n5QHoqmv093441@svn.freebsd.org> From: John Baldwin Date: Fri, 26 Jun 2009 17:50:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r195064 - in head: . sys/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2009 17:50:53 -0000 Author: jhb Date: Fri Jun 26 17:50:52 2009 New Revision: 195064 URL: http://svn.freebsd.org/changeset/base/195064 Log: Note that as a result of the SYSV IPC changes, COMPAT_FREEBSD[456] now require COMPAT_FREEBSD7. Also, explicitly note in NOTES that any version of COMPAT_FREEBSD effectively requires for newer binaries (i.e. COMPAT_FREEBSD, etc.). While this has been true in practice previously, it used to compile ok before the commit earlier this week. Discussed with: peter Approved by: re (kensmith) Modified: head/UPDATING head/sys/conf/NOTES Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Jun 26 17:30:33 2009 (r195063) +++ head/UPDATING Fri Jun 26 17:50:52 2009 (r195064) @@ -22,6 +22,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20090624: + The ABI of various structures related to the SYSV IPC API have + been changed. As a result, the COMPAT_FREEBSD[456] kernel + options now all require COMPAT_FREEBSD7. Bump __FreeBSD_version + to 800100. + 20090622: Layout of struct vnet has changed as routing related variables were moved to their own Vimage module. Modules need to be Modified: head/sys/conf/NOTES ============================================================================== --- head/sys/conf/NOTES Fri Jun 26 17:30:33 2009 (r195063) +++ head/sys/conf/NOTES Fri Jun 26 17:50:52 2009 (r195064) @@ -301,6 +301,9 @@ options COMPAT_43 # Old tty interface. options COMPAT_43TTY +# Note that as a general rule, COMPAT_FREEBSD depends on +# COMPAT_FREEBSD, COMPAT_FREEBSD, etc. + # Enable FreeBSD4 compatibility syscalls options COMPAT_FREEBSD4