summaryrefslogtreecommitdiff
path: root/lib/libc/db/hash/hash_bigkey.c
AgeCommit message (Expand)Author
2015-11-18Introduce a HASH_BSIZE macro to return the blocksize; in the 64K case thischristos
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2009-02-12fix sign-compare issueslukem
2008-09-10In preparation for providing a db fallback in libnbcompat, removejoerg
2008-08-26Convert db from UCB types to POSIX types. Prefer uint8_t for u_char asjoerg
2007-02-03cleanup:christos
2005-04-27Don't attempt to delete a NULL key. Can happen if we were the only keychristos
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-20PR/5996: ITOH Yasufumi: lib/libc/db/hash/* writes memory garbage to db filechristos
2003-01-20The Double-Semi-Colon Police.simonb
1999-07-29When deleting a big key, the offset of an empty page should be bsize, notmycroft
1999-07-29Previous bug fix was slightly wrong. In this case, the data must start on amycroft
1999-07-28Make the packing more dense in a couple of cases.mycroft
1999-07-28If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause anmycroft
1999-07-10don't compare non-pointer values against NULL.christos
1998-12-09delintchristos
1998-08-18Add some braces to make egcs happy.thorpej
1997-07-13Fix RCSID'schristos
1996-05-03merge DB 1.85 changescgd
1995-02-27add unintrusive Idscgd
1994-08-18clean up importcgd
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-01Add RCS identifiers.mycroft
1993-06-14update db code to v1.6 from vangogh, and put it in "db" rather than "DB"cgd