xref: /freebsd-14.2/lib/libc/db/README (revision d0b2dbfa)
1*f1e396bcSPaul Traina#	@(#)README	8.27 (Berkeley) 9/1/94
2*f1e396bcSPaul Traina
3*f1e396bcSPaul TrainaThis is version 1.85 of the Berkeley DB code.
4*f1e396bcSPaul Traina
5*f1e396bcSPaul TrainaFor information on compiling and installing this software, see the file
6*f1e396bcSPaul TrainaPORT/README.
7*f1e396bcSPaul Traina
8*f1e396bcSPaul TrainaNewer versions of this software will periodically be made available by
9*f1e396bcSPaul Trainaanonymous ftp from ftp.cs.berkeley.edu.  An archive in compressed format
10*f1e396bcSPaul Trainais in ucb/4bsd/db.tar.Z, or in gzip format in ucb/4bsd/db.tar.gz.  If
11*f1e396bcSPaul Trainayou'd like to receive announcements of future releases of this software,
12*f1e396bcSPaul Trainasend email to the contact address below.
13*f1e396bcSPaul Traina
14*f1e396bcSPaul TrainaEmail questions may be addressed to Keith Bostic at [email protected].
15*f1e396bcSPaul Traina
16*f1e396bcSPaul Traina============================================
17*f1e396bcSPaul TrainaDistribution contents:
18*f1e396bcSPaul Traina
19*f1e396bcSPaul TrainaMakefile.inc	Ignore this, it's the 4.4BSD subsystem Makefile.
20*f1e396bcSPaul TrainaPORT		The per OS/architecture directories to use to build
21*f1e396bcSPaul Traina		libdb.a, if you're not running 4.4BSD.  See the file
22*f1e396bcSPaul Traina		PORT/README for more information.
23*f1e396bcSPaul TrainaREADME		This file.
24*f1e396bcSPaul Trainabtree		The B+tree routines.
25*f1e396bcSPaul Trainachangelog	List of changes, per version.
26*f1e396bcSPaul Trainadb		The dbopen(3) interface routine.
27*f1e396bcSPaul Trainadocs		Various USENIX papers, and the formatted manual pages.
28*f1e396bcSPaul Trainahash		The extended linear hashing routines.
29*f1e396bcSPaul Trainaman		The unformatted manual pages.
30*f1e396bcSPaul Trainampool		The memory pool routines.
31*f1e396bcSPaul Trainarecno		The fixed/variable length record routines.
32*f1e396bcSPaul Trainatest		Test package.
33*f1e396bcSPaul Traina
34