aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/db
Commit message (Expand)AuthorAgeFilesLines
* Correct the headers needed to use dbopen(3) and friends.Mark Murray2002-10-181-1/+2
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-14/+1
* W/o __P, the internal declarations will all fit on one line.David E. O'Brien2002-03-231-6/+3
* Fix the style of the SCM ID's.David E. O'Brien2002-03-223-3/+3
* Fix the style of the SCM ID's.David E. O'Brien2002-03-2223-36/+62
* Remove multi-line __P() usage.David E. O'Brien2002-03-224-6/+6
* Remove __P() usage.David E. O'Brien2002-03-2122-169/+189
* Remove 'register' keyword.David E. O'Brien2002-03-2110-81/+93
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-016-13/+13
* Mark some functions as __printflike() and/or taking const char * argumentsKris Kennaway2001-08-201-1/+1
* mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially.Ruslan Ermilov2001-08-161-1/+1
* Don't clobber the default for CFLAGS.Bruce Evans2001-08-031-1/+2
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-1/+1
* Remove duplicate words.Dima Dorfman2001-06-241-1/+1
* Add new, from scratch implementation of hsearch() et al that actually works.Ruslan Ermilov2001-05-152-110/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* mdoc(7) cleanup.Ruslan Ermilov2001-02-121-90/+86
* Add a man page for the dbm_* functions, and update the Makefile to linkNik Clayton2001-02-112-1/+211
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+2
* Fixed C error(s) in synopsis. Many were hiding under mdoc errors.Bruce Evans2001-02-051-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-248-11/+27
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-115-681/+845
* Fix SCCS id string abuse I introduced.David E. O'Brien2001-01-021-1/+1
* Fix a tailq conversion bug that resulted in, e.g., nvi crashing uponBrian Feldman2000-12-301-1/+2
* Use TAILQ instead of CIRCLEQ.Poul-Henning Kamp2000-12-291-21/+18
* Use size_t rather than a 16-bit data type fo the length.David E. O'Brien2000-11-071-1/+5
* More secure temporary filename. This needs to be revisited to useKris Kennaway2000-11-021-1/+1
* If using a DB_RECNO, db::put should return the new key if R_IAFTER isBrian Feldman2000-08-081-1/+9
* Prevent TMPDIR overflow.Kris Kennaway2000-08-041-1/+5
* cleanup the tsearch import.Alfred Perlstein2000-07-062-53/+4
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-277-26/+24
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-127-24/+41
* $Header$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2813-13/+13
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-124-0/+4
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-163-7/+6
* Change obsolete $@ to ${.TARGET}.Warner Losh1998-09-111-1/+1
* Don't trust TMPDIR if we're setuid root. This is used only for theWarner Losh1998-09-111-2/+3
* Fix btree problems. This passes regressions tests.Guido van Rooij1998-06-252-2/+5
* Sorted lists.Bruce Evans1997-10-211-4/+3
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-161-4/+3
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>Julian Elischer1997-09-241-1/+1
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-1/+1
* Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-037-19/+29
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
* Reviewed by: Bruce Evans <bde@freebsd.org>Daniel O'Callaghan1997-02-151-0/+6
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* make u_char * -> char * conversion explicit.Jordan K. Hubbard1996-12-051-1/+1
* Back out most of the last backout. :-) Guido removed the 1.1.1.1->1.1.1.2Peter Wemm1996-10-191-10/+18