summaryrefslogtreecommitdiff
path: root/lib/libc/db/hash
AgeCommit message (Expand)Author
2004-05-03Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize.Todd C. Miller
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-06-25pull in headersTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-01-Wall cleanup, make rcsid variables constAnil Madhavapeddy
2002-06-05snprintfTheo de Raadt
2002-05-31use int32_t, not int, for on-disk format structure.Jun-ichiro itojun Hagino
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-24We have search.h in /usr/include so we don't need this private one.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-01Only squeeze a short key/value pair onto a page with other complete key/valueTodd C. Miller
2002-02-01Return a useful errno value in the overflow case. Also, print aTodd C. Miller
2002-02-01If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause anTodd 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-04grammer/spellingTodd T. Fries
2001-01-03Make it an error to open a zero-length file for read-only access.Todd C. Miller
2000-10-03bt_open.c: parenthesize - and & proper (from freebsd);Michael Shalayeff
2000-08-01Traditional NDBM supports dbm_open(foo, O_WRONLY) but dbopen() doesTodd C. Miller
1999-04-18o Opening a zero-length hash file should not be an errorTodd C. Miller
1999-02-16real dbm_rdonlyTodd C. Miller
1999-02-16kludge to get rid of dbm_rdonly not being definedimp
1999-02-15 o Minor changes from db.1.86 (sleepycat). Does not include the new hashTodd C. Miller
1999-02-12It's always a good idea to test those last minute changes to make sure they c...Todd C. Miller
1999-02-12add old dbm-compatible interface from db-1.86 with minor changes by me (needs...Todd C. Miller
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-08-28do not toss memory dribble into the output files (small performance loss)Theo de Raadt
1998-07-27bad Theo, changed a variable name ;-)Todd C. Miller
1998-07-27include sys/param.h to pull in MAXPATHLENTodd C. Miller
1998-07-27clone mkstemp() setup in ../btreeTheo de Raadt
1998-03-19some -WallTodd C. Miller
1998-03-05string.h for memset protoTheo de Raadt
1997-07-23tabifykstailey
1997-02-16need errno.hTheo de Raadt
1997-02-15buf oflow, danny@freebsd.orgTheo de Raadt
1996-10-14zero out the pageJason Downs
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