History log of /openbsd-src/lib/libc/db/btree/bt_split.c (Results 1 – 13 of 13)
Revision Date Author Comments
# 53b37aa9 05-Aug-2005 espie <espie@openbsd.org>

zap rcsid


# e20a56a5 23-Mar-2005 otto <otto@openbsd.org>

ansify. ok deraadt@ moritz@


# 6580fee3 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 7ae68d51 01-May-2003 avsm <avsm@openbsd.org>

-Wall cleanup, make rcsid variables const
millert@ ok


# df95a199 25-Feb-2002 millert <millert@openbsd.org>

Cosmetic changes such as correct printf format specifiers on LP64
machines and whitespace nits. Some from NetBSD.


# c72b5b24 16-Feb-2002 millert <millert@openbsd.org>

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be don

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.

show more ...


# 4da6d40e 01-Feb-2002 millert <millert@openbsd.org>

Fix a condition where the hole would be inserted in the wrong place during a
split; mycroft@netbsd.org


# 1b727fc6 15-Feb-1999 millert <millert@openbsd.org>

o Minor changes from db.1.86 (sleepycat). Does not include the new hash
routines since they cannot read a hashed .db file from the old code.
Most of these files just have their RCS/SCCS tags s

o Minor changes from db.1.86 (sleepycat). Does not include the new hash
routines since they cannot read a hashed .db file from the old code.
Most of these files just have their RCS/SCCS tags standardized.
Note that mpool.3 has not been updated to reflect the new mpool interface.
o Add a real dbm(3) manpage

show more ...


# e9cef085 28-Aug-1998 deraadt <deraadt@openbsd.org>

do not toss memory dribble into the output files (small performance loss)


# eab84c55 13-Nov-1997 deraadt <deraadt@openbsd.org>

Bug fixes from Sleepycat Software for db_btree databases; for some corner
cases in splitting pages, and for correctly updating data base metadata.


# e9b2b68c 19-Aug-1996 tholo <tholo@openbsd.org>

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# bec2d00a 07-May-1996 deraadt <deraadt@openbsd.org>

db release 1.85


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree