head	1.2;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.1.1.6.1
	RELENG_4_11:1.1.1.1.6.1.0.18
	RELENG_4_11_BP:1.1.1.1.6.1
	RELENG_4_10_0_RELEASE:1.1.1.1.6.1
	RELENG_4_10:1.1.1.1.6.1.0.16
	RELENG_4_10_BP:1.1.1.1.6.1
	RELENG_4_9_0_RELEASE:1.1.1.1.6.1
	RELENG_4_9:1.1.1.1.6.1.0.14
	RELENG_4_9_BP:1.1.1.1.6.1
	RELENG_4_8_0_RELEASE:1.1.1.1.6.1
	RELENG_4_8:1.1.1.1.6.1.0.12
	RELENG_4_8_BP:1.1.1.1.6.1
	RELENG_4_7_0_RELEASE:1.1.1.1.6.1
	RELENG_4_7:1.1.1.1.6.1.0.10
	RELENG_4_7_BP:1.1.1.1.6.1
	RELENG_4_6_2_RELEASE:1.1.1.1.6.1
	RELENG_4_6_1_RELEASE:1.1.1.1.6.1
	RELENG_4_6_0_RELEASE:1.1.1.1.6.1
	RELENG_4_6:1.1.1.1.6.1.0.8
	RELENG_4_6_BP:1.1.1.1.6.1
	RELENG_4_5_0_RELEASE:1.1.1.1.6.1
	RELENG_4_5:1.1.1.1.6.1.0.6
	RELENG_4_5_BP:1.1.1.1.6.1
	RELENG_4_4_0_RELEASE:1.1.1.1.6.1
	RELENG_4_4:1.1.1.1.6.1.0.4
	RELENG_4_4_BP:1.1.1.1.6.1
	RELENG_4_3_0_RELEASE:1.1.1.1.6.1
	RELENG_4_3:1.1.1.1.6.1.0.2
	RELENG_4_3_BP:1.1.1.1.6.1
	RELENG_4_2_0_RELEASE:1.1.1.1.6.1
	RELENG_4_1_1_RELEASE:1.1.1.1
	PRE_SMPNG:1.1.1.1
	RELENG_4_1_0_RELEASE:1.1.1.1
	RELENG_3_5_0_RELEASE:1.1.1.1
	RELENG_4_0_0_RELEASE:1.1.1.1
	RELENG_4:1.1.1.1.0.6
	RELENG_4_BP:1.1.1.1
	RELENG_3_4_0_RELEASE:1.1.1.1
	RELENG_3_3_0_RELEASE:1.1.1.1
	RELENG_3_2_PAO:1.1.1.1.0.4
	RELENG_3_2_PAO_BP:1.1.1.1
	RELENG_3_2_0_RELEASE:1.1.1.1
	RELENG_3_1_0_RELEASE:1.1.1.1
	RELENG_3:1.1.1.1.0.2
	RELENG_3_BP:1.1.1.1
	v3_4_2:1.1.1.1
	GLOBAL:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2000.10.15.07.01.43;	author obrien;	state dead;
branches;
next	1.1;

1.1
date	99.01.18.06.58.50;	author simokawa;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.01.18.06.58.50;	author simokawa;	state Exp;
branches
	1.1.1.1.6.1;
next	;

1.1.1.1.6.1
date	2000.10.16.08.53.27;	author obrien;	state dead;
branches;
next	;


desc
@@


1.2
log
@Remove GLOBAL -- it has moved to Ports.

Approved by:	unanimous response on arch@@freebsd.org (June time frame)
@
text
@Patch for btree(3)
------------------

Btree(3) core dumps on certain data sets.

if (your system == FreeBSD 2.2.6R or former)
	needs this patch.
else if (your system == Debian GNU/Linux 1.3.1)
	needs this patch.
else
	I don't know.

Please apply patch files in this directory.

1. patch your btree(3) source code

	% ls
	patch.1.2       patch.1.3       patch.1.4
	% set dir=`pwd`			<- set current directory
	% cd /usr/src/lib/libc/db	<- your db source code directory
	% cd btree			<- btree library
	% patch < $dir/patch.1.2	<- it must be in this order.
	  .
	  .
	% patch < $dir/patch.1.3
	  .
	  .
	% patch < $dir/patch.1.4
	  .
	  .

2. remake and install your db(3) library.
3. remake GLOBAL.
4. remake tag files because tag files are already corrupted.

I derived these patches from 'http://www.sleepycat.com/update/'.
Information is found on 'http://www.sleepycat.com/update/patch.185.html'.
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import Global v3_4_2 sources.

Ok'd by: peter
Discussed with: msmith
@
text
@@


1.1.1.1.6.1
log
@MFC: Remove GLOBAL -- it has moved to Ports.
@
text
@@

