summaryrefslogtreecommitdiff
path: root/lib/libc/db
AgeCommit message (Expand)Author
2002-06-05snprintfTheo de Raadt
2002-05-31use int32_t, not int, for on-disk format structure.Jun-ichiro itojun Hagino
2002-05-01o) start new sentence on a new line;Mike Pechkin
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-09Allow O_SYNC and O_NOFOLLOW flags in dbopen()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-02-01After writing a page out to disk, run the page back through the user'sTodd C. Miller
2002-02-01Fix a condition where the hole would be inserted in the wrong place during aTodd C. Miller
2002-01-31Fill in missing (default) mmap(2) flag MAP_FILE.Todd C. Miller
2002-01-31Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2).Todd C. Miller
2001-09-16return 0, not NULL, the function returns an intArtur Grabowski
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
2001-08-04Move decision whether to make a new hash table or not to be afterTodd C. Miller
2001-06-23more .%A handling; bk@rt.fmTheo de Raadt
2001-06-23ok, tmac is now fixedTheo de Raadt
2001-06-23join .%A entries; most by bk@rt.fmTheo de Raadt
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-04-16Man page for hsearch/hcreate/hdestroy from NetBSDTodd 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-11-21prevent type overflow; dzerkel@columbus.rr.comTheo de Raadt
2000-10-25DBM_READONLY -> DBM_RDONLY; dugsong@Aaron Campbell
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell
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
2000-04-18Repairs.Aaron Campbell
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-01-22Use .Va macro when referring to the global variable errno.Aaron Campbell
1999-11-17Add missing MLINKsTodd C. Miller
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-08spurious words and misc fixesHugh Graham
1999-07-07when using `-' as a negative sign, escape it with a backslash so troff knowsAaron Campbell
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-07-02.Dd should not be given abbreviated month namesAaron Campbell
1999-06-05use .Tn instead of .Em for logical/bitwise OR + ANDAaron Campbell
1999-05-28"SEE ALSO" -> SEE ALSO, missed these files beforeAaron Campbell
1999-05-27more missing .El macros filled inAaron Campbell
1999-05-27or'ing -> OR'ingAaron Campbell
1999-05-25punctuationAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-04-18o Opening a zero-length hash file should not be an errorTodd C. Miller
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen