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