summaryrefslogtreecommitdiff
path: root/lib/libc/db
AgeCommit message (Expand)Author
1999-07-29Only squeeze a short key/value pair onto a page with other complete key/valuemycroft
1999-07-29When deleting a big key, the offset of an empty page should be bsize, notmycroft
1999-07-29Fix a condition where the hole would be inserted in the wrong place during amycroft
1999-07-29Previous bug fix was slightly wrong. In this case, the data must start on amycroft
1999-07-29Document EFBIG as a valid error.mycroft
1999-07-29Return a useful errno value in the overflow case.mycroft
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
1999-03-22Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-16Adding missing braces that gcc-2.8.1 likes.christos
1999-03-09Add missing .El lines.erh
1999-03-08Manual page for hcreate(3) and friends.kleink
1999-02-16Per XSI5, make ENTRY.data a typeless pointer.kleink
1999-02-16Per XSI5, let hcreate() take a size_t argument.kleink
1999-02-16Dispose private search.h header.kleink
1999-02-16Dispose the private search.h header and use <search.h>, which is a superset,kleink
1999-02-07need <fcntl.h> as well. i hit this, but found that [lib/6782] also noted itlukem
1998-12-09delintchristos
1998-11-06s/LALIGN/BTLALIGNchristos
1998-10-14Need "namespace.h".kleink
1998-08-18Add some braces to make egcs happy.thorpej
1998-07-26Reinitialize the mkstemp() template each time it's used.mycroft
1998-06-30Use pread(2) and pwrite(2) where appropriate.thorpej
1998-05-07Change the file mode argument to dbopen() and the db backends from int tokleink
1998-05-07Change the file mode argument to dbm_open() from int to mode_t.kleink
1998-04-07/tmp to _PATH_TMP from paths.hfair
1998-02-20Fill in missing (default) mmap(2) flags.mycroft
1997-11-14add missing .Nm entries. from spz@serpens.swb.de.mrg
1997-10-22- use CPPFLAGS instead of CFLAGSlukem
1997-10-10Bug fixes from Sleepycat Software for db_btree databases; for some corneris
1997-09-24install mpool.3 and links, per PR#4055fair
1997-08-25Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,kleink
1997-08-24Lseek(2) returns -1 on failure, so checking for "n < -1" is not appropriate.kleink
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc
1997-07-13Fix RCSID'schristos
1997-05-17NULL => 0 (Arne Juul; PR#3629)pk
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1997-01-13RCS ID Policetls
1996-11-07Rename the errno field in struct htab to err, as the former namejtc
1996-05-04fix a bug that shows up only on alphas: ndbm "datum" variables can't becgd
1996-05-03a script, along the lines of the gcc2netbsd script used to set up gcccgd
1996-05-03reapply diff from rev. 1.7. can't cast pointers to ints; what's really wantedcgd
1996-05-03merge DB 1.85 changescgd
1996-05-03merge DB 1.85 changescgd
1996-05-03merge DB 1.85 changescgd
1996-05-03add RCS idcgd
1996-05-03clean up README files and merge properly with 1.85cgd
1996-05-03Import of Berkeley DB version 1.85cgd
1995-06-13Add btree(3) cross reference.jtc