History log of /openbsd-src/lib/libc/db/btree/bt_open.c (Results 1 – 19 of 19)
Revision Date Author Comments
# b4c66e9d 28-Dec-2015 mmcc <mmcc@openbsd.org>

Remove NULL-checks before free() and a few related dead assignments.

ok and valuable input from millert@


# 8b0af76e 15-Sep-2014 guenther <guenther@openbsd.org>

Pass O_CLOEXEC to open() or mkostemp() instead of setting FD_CLOEXEC afterwards

ok miod@


# 85991ac2 25-May-2014 tedu <tedu@openbsd.org>

one calloc from Benjamin Baier, one from me.


# 69245ebd 30-Sep-2013 millert <millert@openbsd.org>

Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,
MAXNAMLEN or MAXLOGNAME where possible. OK deraadt@


# b779915b 29-Apr-2013 okan <okan@openbsd.org>

use FD_CLOEXEC instead of 1; from David Hill

ok otto


# bb14a393 17-Sep-2007 moritz <moritz@openbsd.org>

Check snprintf(3) return value for error or truncation.
Mostly path construction, where truncation could be bad.

ok and input from deraadt@ millert@ ray@


# 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 ...


# 51c9e5ab 03-Oct-2000 mickey <mickey@openbsd.org>

bt_open.c: parenthesize - and & proper (from freebsd);
hash_bigkey.c: fix NULL dereference exposed on big bsize values;
hash_buf.c: fix DEBUG1 cases to make them print, not crash;
hash.3: document re

bt_open.c: parenthesize - and & proper (from freebsd);
hash_bigkey.c: fix NULL dereference exposed on big bsize values;
hash_buf.c: fix DEBUG1 cases to make them print, not crash;
hash.3: document real default values for bsize and ffactor.

show more ...


# 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 ...


# c9e664a1 23-Jul-1997 kstailey <kstailey@openbsd.org>

tabify


# 6ee6661b 26-Aug-1996 deraadt <deraadt@openbsd.org>

use issetugid() to protect against bad getenv


# 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