summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/hash/hash_page.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash when iterating over a hash and removing its elements.millert2008-05-111-1/+9
* Check snprintf(3) return value for error or truncation.moritz2007-09-171-3/+8
* zap rcsidespie2005-08-051-9/+1
* ansify. ok deraadt@ moritz@otto2005-03-231-63/+32
* deregistermillert2005-01-031-32/+27
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* -Wall cleanup, make rcsid variables constavsm2003-05-011-2/+2
* Cosmetic changes such as correct printf format specifiers on LP64millert2002-02-251-11/+9
* 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-9/+9
* Only squeeze a short key/value pair onto a page with other complete key/valuemillert2002-02-011-5/+11
* Return a useful errno value in the overflow case. Also, print amillert2002-02-011-3/+9
* Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2).millert2002-01-311-6/+4
* o Minor changes from db.1.86 (sleepycat). Does not include the new hashmillert1999-02-151-1/+7
* bad Theo, changed a variable name ;-)millert1998-07-271-3/+3
* include sys/param.h to pull in MAXPATHLENmillert1998-07-271-1/+2
* clone mkstemp() setup in ../btreederaadt1998-07-271-2/+8
* Fix RCS idstholo1996-08-191-7/+1
* db release 1.85deraadt1996-05-071-11/+11
* initial import of NetBSD treederaadt1995-10-181-0/+950