summaryrefslogtreecommitdiff
path: root/lib/libc/db
AgeCommit message (Collapse)Author
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
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
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
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
it's not supposed to be a hyphen/dash
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
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
is used instead; kwesterback@home.com
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-04-18o Opening a zero-length hash file should not be an errorTodd C. Miller
o Correct odbm support o Add man links for ndbm and odbm
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-03-10fix comma splices involving 'however'Paul Janzen
1999-02-27make function names the correct caseTheo de Raadt
1999-02-26Use .Fn for dbopen() declaration and add from Dv for NULLTodd C. Miller
1999-02-26.Ar -> .Fa and NULL is DvTodd C. Miller
1999-02-26convert to mdoc, document changes from db 1.8.6Todd 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
routines since they cannot read a hashed .db file from the old code. Most of these files just have their RCS/SCCS tags standardized. Note that mpool.3 has not been updated to reflect the new mpool interface. o Add a real dbm(3) manpage
1999-02-12It's always a good idea to test those last minute changes to make sure they ↵Todd C. Miller
compile...
1999-02-12add old dbm-compatible interface from db-1.86 with minor changes by me ↵Todd C. Miller
(needs a man page)
1999-01-11mention fcntl.h; jfw@jfwhome.funhouse.comTheo de Raadt
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
1998-08-28do not toss memory dribble into the output files (small performance loss)Theo de Raadt
1998-08-14realloc repairTheo 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-07-23build mpool(3)Theo de Raadt
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd C. Miller
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there.
1998-05-15bit nicer description, plus add missing return descDavid Leonard
1998-05-14bad theoTodd C. Miller
1998-05-13dbm.3 linkTheo de Raadt
1998-05-13pop ndbm.3 into the treeTheo de Raadt
1998-05-13use .FtTheo de Raadt
1998-05-13first cutDavid Leonard
1998-03-19some -WallTodd C. Miller
1998-03-05string.h for memset protoTheo de Raadt
1997-11-13Bug fixes from Sleepycat Software for db_btree databases; for some cornerTheo de Raadt
cases in splitting pages, and for correctly updating data base metadata.
1997-11-11oh my, i'm embarassed.flipk
1997-07-28mandoc. tag. copyright.flipk
1997-07-28convert to mandoc, add tagflipk
1997-07-28dollar OpenBSD dollar tagflipk