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