summaryrefslogtreecommitdiffstats
path: root/lib/libc/db
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7): Use the new feature of the .In macro.ru2003-09-085-7/+7
* Fix a sizeof error in __bt_put: when writing they key and data sizestmm2003-05-301-3/+5
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-166-10/+14
* The .Fn functioncharnier2003-02-061-12/+13
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* mdoc(7) police: "The .Fa argument.".ru2002-12-195-22/+46
* mdoc(7) police: "The .Fn function".ru2002-12-183-6/+50
* libc_r wasn't so tied to libc for 22 months.ru2002-11-187-14/+12
* Correct the headers needed to use dbopen(3) and friends.markm2002-10-181-1/+2
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-14/+1
* W/o __P, the internal declarations will all fit on one line.obrien2002-03-231-6/+3
* Fix the style of the SCM ID's.obrien2002-03-223-3/+3
* Fix the style of the SCM ID's.obrien2002-03-2223-36/+62
* Remove multi-line __P() usage.obrien2002-03-224-6/+6
* Remove __P() usage.obrien2002-03-2122-169/+189
* Remove 'register' keyword.obrien2002-03-2110-81/+93
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-016-13/+13
* Mark some functions as __printflike() and/or taking const char * argumentskris2001-08-201-1/+1
* mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially.ru2001-08-161-1/+1
* Don't clobber the default for CFLAGS.bde2001-08-031-1/+2
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
* Remove duplicate words.dd2001-06-241-1/+1
* Add new, from scratch implementation of hsearch() et al that actually works.ru2001-05-152-110/+1
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* mdoc(7) cleanup.ru2001-02-121-90/+86
* Add a man page for the dbm_* functions, and update the Makefile to linknik2001-02-112-1/+211
* Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+2
* Fixed C error(s) in synopsis. Many were hiding under mdoc errors.bde2001-02-051-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-248-11/+27
* man(7) -> mdoc(7).ru2001-01-115-681/+845
* Fix SCCS id string abuse I introduced.obrien2001-01-021-1/+1
* Fix a tailq conversion bug that resulted in, e.g., nvi crashing upongreen2000-12-301-1/+2
* Use TAILQ instead of CIRCLEQ.phk2000-12-291-21/+18
* Use size_t rather than a 16-bit data type fo the length.obrien2000-11-071-1/+5
* More secure temporary filename. This needs to be revisited to usekris2000-11-021-1/+1
* If using a DB_RECNO, db::put should return the new key if R_IAFTER isgreen2000-08-081-1/+9
* Prevent TMPDIR overflow.kris2000-08-041-1/+5
* cleanup the tsearch import.alfred2000-07-062-53/+4
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-277-26/+24
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-127-24/+41
* $Header$ -> $FreeBSD$peter1999-08-282-2/+2
* $Id$ -> $FreeBSD$peter1999-08-2813-13/+13
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-124-0/+4
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-163-7/+6
* Change obsolete $@ to ${.TARGET}.imp1998-09-111-1/+1
* Don't trust TMPDIR if we're setuid root. This is used only for theimp1998-09-111-2/+3
* Fix btree problems. This passes regressions tests.guido1998-06-252-2/+5
* Sorted lists.bde1997-10-211-4/+3
* Removed the subdirectory paths from the definitions of MAN[1-9]. Theybde1997-10-161-4/+3
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>julian1997-09-241-1/+1
OpenPOWER on IntegriCloud