History log of /csrg-svn/lib/libc/db/recno/ (Results 1 – 25 of 89)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6629401-Mar-1994 bostic

don't assign to the data structure until after the realloc
From: "Chris G. Demetriou" <cgd@postgres.Berkeley.EDU>

6629301-Mar-1994 bostic

When you put a record beyond the "end" of the database, in the fixed-
length record world, the intermediate records weren't being created
correctly, nor were they filled with the fill character.
From

When you put a record beyond the "end" of the database, in the fixed-
length record world, the intermediate records weren't being created
correctly, nor were they filled with the fill character.
From: "Chris G. Demetriou" <cgd@postgres.Berkeley.EDU>

show more ...

6622822-Feb-1994 bostic

update the comment

6621321-Feb-1994 bostic

cast alloc's to shut SunOS up

6619521-Feb-1994 bostic

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

6614017-Feb-1994 bostic

don't try and put the page if __rec_search fails!!
From: Paul Kranenburg <pk@cs.few.eur.nl>

6448514-Sep-1993 bostic

the __rec_search value shouldn't be stored in a static, can't pin
across calls in that case

6446907-Sep-1993 bostic

lint

6446407-Sep-1993 bostic

if DB_LOCK not set, pin page across calls and don't copy key/data pair

6446307-Sep-1993 bostic

if DB_LOCK not set, pin page across calls and don't copy key/data pair

6446207-Sep-1993 bostic

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

6446107-Sep-1993 bostic

if DB_LOCK not set, pin page across calls and don't copy key/data pair

6428016-Aug-1993 bostic

SunOS 4.1.3 and SVR4 require either MAP_PRIVATE or MAP_SHARED

6120704-Jun-1993 bostic

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

6120604-Jun-1993 bostic

4.4BSD snapshot (revision 8.1)

6061330-May-1993 bostic

give up on the EFBIG test

6026924-May-1993 bostic

add __rec_fd, to return a file descriptor

6026824-May-1993 bostic

add __rec_fd, to return a file descriptor

6006516-May-1993 bostic

pass psize down to the btree routines

6005616-May-1993 bostic

sync now takes a flags argument
break modify flag into two parts, recno file modify and btree modify
break BTF flags up into btree/recno (B_, R_) categories

6005516-May-1993 bostic

underlying btree is always O_RDWR, recno may be O_RDONLY
break BTF flags up into btree/recno (B_, R_) categories

6005416-May-1993 bostic

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

6005316-May-1993 bostic

break modify into two parts, recno file modify and btree modify
break BTF flags up into btree/recno (B_, R_) categories

6005216-May-1993 bostic

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

6005116-May-1993 bostic

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

1234