summaryrefslogtreecommitdiff
path: root/lib/libc/db
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.1.0_cvscvs2svn1999-02-1611-11/+11
* 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
* Backout bzero patch.Guido van Rooij1996-10-181-21/+11
* When freeing buffers in the db routines, also zeroize themGuido van Rooij1996-10-171-1/+3
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-1/+2
* Bring in fixes to db 1.85 from NetBSD. These fixes have been documented asPaul Traina1996-07-213-18/+39
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-123-6/+6
* Close PR#218. Don't reference non-existant dbm(3) and ndbm(3) manualJordan K. Hubbard1996-03-031-4/+4
* Fix conflicts and merge into mainlinePaul Traina1996-02-2716-25286/+724
* Import updated Berkeley DB into CSRG branchPaul Traina1996-02-2735-1081/+26814
* move stat behind open to cover corner casePaul Traina1996-02-251-2/+8
* If a .db file is 0 length, initialize it as if it did not exist.Paul Traina1996-02-231-1/+2
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-223-10/+10
* Remove trailing whitespace.Rodney W. Grimes1995-05-3015-30/+30
* Added the mpool.3 manpage to the installed manpages. It is referred from theAndreas Schulz1994-12-111-0/+1
* First crack at making libc work with the new make macros. It compiles onGarrett Wollman1994-08-051-1/+1
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-2771-0/+40026