aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/db/hash/hash_buf.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-101-2/+2
* Use intptr_t note ptrdiff_t when storing flags in the bottom bits ofBrooks Davis2016-01-291-1/+1
* Avoid NULL deference which causes DEBUG1 to crash, not to print usefulXin LI2009-03-281-1/+1
* - Avoid overwriting the cursor page when the cursor page becomes theXin LI2009-03-281-1/+21
* When allocating memory, zero out them if we don't intend to overwrite themXin LI2009-03-281-9/+6
* Diff reduction against OpenBSD: ANSI'fy prototypes.Xin LI2009-03-021-22/+11
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Remove 'register' keyword.David E. O'Brien2002-03-211-8/+8
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-1/+2
* 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
* Import updated Berkeley DB into CSRG branchPaul Traina1996-02-271-10/+18
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+347