• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

btree/26-Jul-2015-4,6702,603

db/26-Jul-2015-10251

docs/26-Jul-2015-

hash/26-Jul-2015-3,9032,560

man/10-Jan-2016-1,7461,734

mpool/26-Jul-2015-1,3001,009

recno/26-Jul-2015-1,638914

test/26-Jul-2015-3,2372,600

Makefile.incD26-Jul-2015461 148

READMED26-Jul-20151.3 KiB3527

Symbol.mapD26-Jul-2015450 3733

changelogD26-Jul-20153.4 KiB10484

README

1#	@(#)README	8.27 (Berkeley) 9/1/94
2# $FreeBSD: stable/9/lib/libc/db/README 190482 2009-03-28 04:00:46Z delphij $
3
4This is version 1.85 of the Berkeley DB code.
5
6For information on compiling and installing this software, see the file
7PORT/README.
8
9Newer versions of this software will periodically be made available by
10anonymous ftp from ftp.cs.berkeley.edu.  An archive in compressed format
11is in ucb/4bsd/db.tar.Z, or in gzip format in ucb/4bsd/db.tar.gz.  If
12you'd like to receive announcements of future releases of this software,
13send email to the contact address below.
14
15Email questions may be addressed to Keith Bostic at bostic@cs.berkeley.edu.
16
17============================================
18Distribution contents:
19
20Makefile.inc	Ignore this, it's the 4.4BSD subsystem Makefile.
21PORT		The per OS/architecture directories to use to build
22		libdb.a, if you're not running 4.4BSD.  See the file
23		PORT/README for more information.
24README		This file.
25btree		The B+tree routines.
26changelog	List of changes, per version.
27db		The dbopen(3) interface routine.
28docs		Various USENIX papers, and the formatted manual pages.
29hash		The extended linear hashing routines.
30man		The unformatted manual pages.
31mpool		The memory pool routines.
32recno		The fixed/variable length record routines.
33test		Test package.
34
35