PERFORCE change 81383 for review

soc-andrew soc-andrew at FreeBSD.org
Wed Aug 3 07:24:50 GMT 2005


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

Change 81383 by soc-andrew at soc-andrew_serv on 2005/08/03 07:23:52

	Add a kernel config without preemption to work around a double free

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/scripts/build_patch.sh#6 edit
.. //depot/projects/soc2005/bsdinstaller/scripts/build_release.sh#3 edit
.. //depot/projects/soc2005/bsdinstaller/src/sys/i386/conf/NOPREEMPTION#1 add

Differences ...

==== //depot/projects/soc2005/bsdinstaller/scripts/build_patch.sh#6 (text+ko) ====

@@ -6,7 +6,7 @@
 FILES="lib/Makefile usr.sbin/Makefile release/Makefile share/Makefile etc/mtree/BSD.usr.dist"
 
 # Dir's to create a tarball of:name for tarball
-DIRS="contrib/bsdinstaller:base lib/bsdinstaller:lib usr.sbin/bsdinstaller:usr_sbin release/bsdinstaller:release share/bsdinstaller:share"
+DIRS="contrib/bsdinstaller:base lib/bsdinstaller:lib usr.sbin/bsdinstaller:usr_sbin release/bsdinstaller:release share/bsdinstaller:share sys/i386/conf/NOPREEMPTION:sys"
 
 VENDOR="//depot/vendor/freebsd/src"
 BSDINS="//depot/projects/soc2005/bsdinstaller/src"

==== //depot/projects/soc2005/bsdinstaller/scripts/build_release.sh#3 (text+ko) ====

@@ -13,6 +13,6 @@
 
 cd ${SRC_DIR}/release
 
-sudo make release CHROOTDIR=${CHROOTDIR} CVSROOT=${CVSROOT} BUILDNAME=${BUILDNAME} LOCAL_PATCHES=${PATCH_DIR}/bsd_install.diff LOCAL_SCRIPT=${PATCH_DIR}/local_script.sh -DMAKE_ISOS -DNODOC -DNOPORTS -DBSDINSTALLER
+sudo make release CHROOTDIR=${CHROOTDIR} CVSROOT=${CVSROOT} BUILDNAME=${BUILDNAME} LOCAL_PATCHES=${PATCH_DIR}/bsd_install.diff LOCAL_SCRIPT=${PATCH_DIR}/local_script.sh -DMAKE_ISOS -DNODOC -DNOPORTS -DBSDINSTALLER KERNELS=NOPREEMPTION
 
 cd $WD


More information about the p4-projects mailing list