History log of /openbsd/lib/libc/db/hash/hash_page.c (Results 1 – 23 of 23)
Revision Date Author Comments
# 7497710b 18-Dec-2016 krw <krw@openbsd.org>

Another whitespace nit that wandered into my sights.


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

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

ok miod@


# 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


# 344d848d 11-May-2008 millert <millert@openbsd.org>

Fix a crash when iterating over a hash and removing its elements.
From Patrick Keshishian. OK pvalchev@


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


# 6c51c909 03-Jan-2005 millert <millert@openbsd.org>

deregister


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


# 5b241092 01-Feb-2002 millert <millert@openbsd.org>

Only squeeze a short key/value pair onto a page with other complete key/value
pairs, not onto a page containing the end of a big pair; mycroft@netbsd.org


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

Return a useful errno value in the overflow case. Also, print a
message to stderr in one more case. mycroft@netbsd.org


# 493ae8e6 31-Jan-2002 millert <millert@openbsd.org>

Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2).
Based on changes from NetBSD (thorpej).


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


# 97341f18 27-Jul-1998 millert <millert@openbsd.org>

bad Theo, changed a variable name ;-)


# 1bb8d23e 27-Jul-1998 millert <millert@openbsd.org>

include sys/param.h to pull in MAXPATHLEN


# e13683cd 27-Jul-1998 deraadt <deraadt@openbsd.org>

clone mkstemp() setup in ../btree


# 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