summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/hash/hash_buf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify the loop used for bp overflow detection to match what I'mmillert2008-10-011-8/+5
| | | | using on the list server.
* Fix for sequential retrieval failure when using large key/data pairs.millert2008-10-011-1/+16
| | | | | Closes PR 2764. Has been running on the list server for years. OK deraadt@
* zap rcsidespie2005-08-051-9/+1
|
* ansify. ok deraadt@ moritz@otto2005-03-231-24/+13
|
* deregistermillert2005-01-031-8/+8
|
* Avoid overwriting the cursor page when the cursor page becomes theotto2004-10-011-3/+11
| | | | | LRU page. From pacman at manson dot clss dot net. ok deraadt@ millert@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* -Wall cleanup, make rcsid variables constavsm2003-05-011-2/+2
| | | | millert@ ok
* Cosmetic changes such as correct printf format specifiers on LP64millert2002-02-251-4/+4
| | | | machines and whitespace nits. Some from NetBSD.
* 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.millert2002-02-161-3/+3
|
* bt_open.c: parenthesize - and & proper (from freebsd);mickey2000-10-031-5/+5
| | | | | | 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.
* o Minor changes from db.1.86 (sleepycat). Does not include the new hashmillert1999-02-151-1/+7
| | | | | | | 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
* do not toss memory dribble into the output files (small performance loss)deraadt1998-08-281-5/+1
|
* string.h for memset protoderaadt1998-03-051-1/+2
|
* zero out the pagedownsj1996-10-141-2/+4
|
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* db release 1.85deraadt1996-05-071-3/+9
|
* initial import of NetBSD treederaadt1995-10-181-0/+355