aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/db/btree/bt_debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/ Similar commit in main: (cherry picked from commit 1d386b48a555)
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. Notes: svn path=/head/; revision=326025
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.Xin LI2009-03-281-12/+6
| | | | | | | | | | | | | This does not include the new hash routines since they will cause problems when reading old hash files. Since mpool(3) has been changed, provide a compatibility shim for older binaries. Obtained from: OpenBSD Notes: svn path=/head/; revision=190498
* use more proper format string.Xin LI2009-03-231-9/+9
| | | | | | | Obtained from: NetBSD via OpenBSD Notes: svn path=/head/; revision=190342
* Diff reduction against OpenBSD: ANSI'fy prototypes.Xin LI2009-03-021-11/+5
| | | | | | | | | | | (This is part of a larger changeset which is intended to reduce diff only, thus some prototypes were left intact since they will be changed in the future). Verified with: md5(1) Notes: svn path=/head/; revision=189291
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* Fix format strings to unbreak with -DDEBUG option.Jun Kuriyama2004-09-101-14/+15
| | | | Notes: svn path=/head/; revision=135024
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-0/+2
| | | | | | | I believe have made all of libc .c's as consistent as possible. Notes: svn path=/head/; revision=92986
* Import updated Berkeley DB into CSRG branchPaul Traina1996-02-271-23/+21
| | | | Notes: svn path=/vendor/CSRG/dist/; revision=14272
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+331
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573