History log of /csrg-svn/lib/libc/db/btree/bt_open.c (Results 1 – 25 of 36)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 66214 21-Feb-1994 bostic

cast alloc's to shut SunOS up

# 66192 21-Feb-1994 bostic

first pass at making DB use basic integral types (the Alpha port)

# 64489 16-Sep-1993 bostic

clear the DB structure (bt_pinned wasn't initialized)

# 64455 07-Sep-1993 bostic

add DB_ flags to __bt_open
if DB_LOCK not set, pin page across calls and don't copy key/data pair

# 61196 04-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 60260 24-May-1993 bostic

add in __bt_fd, to return a file descriptor

# 60230 22-May-1993 bostic

support 64K pages

# 60040 16-May-1993 bostic

break BTF flags up into btree/recno (B_, R_) categories

# 59790 07-May-1993 bostic

type mismatch

# 59632 01-May-1993 bostic

recognize different byte orders automatically; m_lorder no longer used

# 58017 16-Feb-1993 bostic

bcmp/bcopy/bzero -> memcmp/memmove/memset

# 57989 14-Feb-1993 bostic

index -> indx_t

# 57932 11-Feb-1993 bostic

move db.h to the end of the includes, make compat.h work better

# 56894 18-Nov-1992 bostic

use __USE_OPEN_FLAGS macro from db.h

# 56732 13-Nov-1992 bostic

use SET/ISSET, lint

# 56421 04-Oct-1992 bostic

don't permit O_WRONLY

# 56163 02-Sep-1992 bostic

initialize cachesize if openinfo not specified

# 56094 31-Aug-1992 bostic

typo, F_SETFL -> F_SETFD

# 55316 17-Jul-1992 bostic

lint

# 53605 15-May-1992 bostic

add O_EXLOCK and O_SHLOCK to open flags

# 51967 16-Dec-1991 bostic

don't bother with the macros, performance isn't an issue here

# 51875 09-Dec-1991 bostic

programmer head space error

# 51800 22-Nov-1991 bostic

initialize bt_flags field, bozo

# 51421 27-Oct-1991 bostic

initialize page size so recognize when the user doesn't!

# 51358 10-Oct-1991 bostic

typo on meta bit checking

12