summaryrefslogtreecommitdiff
path: root/lib/libc/db/hash/hash.c
AgeCommit message (Expand)Author
2002-03-25Fix temporary buffer memory leak with big hash keys and data;Todd C. Miller
2002-02-25Cosmetic changes such as correct printf format specifiers on LP64Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-31Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2).Todd C. Miller
2001-08-04Move decision whether to make a new hash table or not to be afterTodd C. Miller
2001-01-03Make it an error to open a zero-length file for read-only access.Todd C. Miller
1999-04-18o Opening a zero-length hash file should not be an errorTodd C. Miller
1999-02-15 o Minor changes from db.1.86 (sleepycat). Does not include the new hashTodd C. Miller
1998-03-19some -WallTodd C. Miller
1997-07-23tabifykstailey
1996-09-15Remove dead codeThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
1996-05-07db release 1.85Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt