aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/db/hash
Commit message (Expand)AuthorAgeFilesLines
* MFC r190482: zero out memory before use and free.Xin LI2009-04-111-9/+6
* Fix format strings to unbreak with -DDEBUG option.Jun Kuriyama2004-09-101-1/+1
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-162-4/+5
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-1/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-0/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-0/+2
* Remove multi-line __P() usage.David E. O'Brien2002-03-222-3/+3
* Remove __P() usage.David E. O'Brien2002-03-217-53/+54
* Remove 'register' keyword.David E. O'Brien2002-03-216-72/+78
* Add new, from scratch implementation of hsearch() et al that actually works.Ruslan Ermilov2001-05-152-110/+1
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-243-5/+11
* cleanup the tsearch import.Alfred Perlstein2000-07-062-53/+4
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-272-14/+12
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-122-12/+18
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-2/+3
* Reviewed by: Bruce Evans <bde@freebsd.org>Daniel O'Callaghan1997-02-151-0/+6
* 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
* Bring in fixes to db 1.85 from NetBSD. These fixes have been documented asPaul Traina1996-07-212-16/+37
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-122-2/+2
* Fix conflicts and merge into mainlinePaul Traina1996-02-274-174/+183
* Import updated Berkeley DB into CSRG branchPaul Traina1996-02-276-75/+85
* 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-302-3/+3
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-2714-0/+4095