aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/db/btree/bt_split.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-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: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-1/+0
* db(3): Fix aliasing warnings from modern GCC.Pedro F. Giffuni2016-02-241-6/+12
* Fix clang warnings.Ben Laurie2011-06-181-3/+4
* Update SCCS IDs for Berkeley DB 1.86 merge.Xin LI2009-06-241-1/+1
* style: operators should appear at the line end if we have to wrap.Xin LI2009-06-241-2/+2
* Several signed/unsigned warning fixes.Xin LI2009-03-281-1/+1
* When allocating memory, zero out them if we don't intend to overwrite themXin LI2009-03-281-4/+1
* Style changes (including additional casts to shut up warnings). ThisXin LI2009-03-041-1/+1
* Diff reduction against OpenBSD: ANSI'fy prototypes.Xin LI2009-03-021-36/+12
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Fix a condition where the hole would be inserted in the wrongJun Kuriyama2004-09-131-4/+2
* I found "portsdb -u" dumps core with recent INDEX file, and this isJun Kuriyama2004-09-101-0/+2
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-161-2/+2
* W/o __P, the internal declarations will all fit on one line.David E. O'Brien2002-03-231-6/+3
* Remove __P() usage.David E. O'Brien2002-03-211-7/+9
* Fix btree problems. This passes regressions tests.Guido van Rooij1998-06-251-2/+3
* Import updated Berkeley DB into CSRG branchPaul Traina1996-02-271-25/+27
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+825