mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-20 01:40:26 +00:00
a5a0310d8e
1997-09-30 18:03 Ulrich Drepper <drepper@cygnus.com> * Makerules: Undo last change. * csu/Makefile: Define before-compile at the right place. * aclocal.m4: Remove a.out file created by assembler test. * set-init.c: Find set-hooks.h using <...>. Update to db 2.3.10. * db2/Makefile: Update. * db2/db.h: Likewise. * db2/db_185.h: Likewise. * db2/db_int.h: Likewise. * db2/btree/bt_close.c: Likewise. * db2/btree/bt_conv.c: Likewise. * db2/btree/bt_cursor.c: Likewise. * db2/btree/bt_put.c: Likewise. * db2/btree/bt_rec.c: Likewise. * db2/btree/bt_recno.c: Likewise. * db2/btree/btree.src: Likewise. * db2/btree/btree_auto.c: Likewise. * db2/clib/getlong.c: Likewise. * db2/db/db.c: Likewise. * db2/db/db_auto.c: Likewise. * db2/db/db_conv.c: Likewise. * db2/db/db_pr.c: Likewise. * db2/db/db_ret.c: Likewise. * db2/db/db_thread.c: Likewise. * db2/hash/hash.c: Likewise. * db2/hash/hash_auto.c: Likewise. * db2/hash/hash_conv.c: Likewise. * db2/hash/hash_dup.c: Likewise. * db2/hash/hash_func.c: Likewise. * db2/hash/hash_page.c: Likewise. * db2/hash/hash_rec.c: Likewise. * db2/include/btree.h: Likewise. * db2/include/btree_ext.h: Likewise. * db2/include/db.h.src: Likewise. * db2/include/db_185.h.src: Likewise. * db2/include/db_cxx.h: Likewise. * db2/include/db_ext.h: Likewise. * db2/include/db_int.h.src: Likewise. * db2/include/db_page.h: Likewise. * db2/include/db_shash.h: Likewise. * db2/include/lock.h: Likewise. * db2/include/log.h: Likewise. * db2/include/log_ext.h: Likewise. * db2/include/mp.h: Likewise. * db2/include/shqueue.h: Likewise. * db2/include/txn.h: Likewise. * db2/lock/lock.c: Likewise. * db2/lock/lock_deadlock.c: Likewise. * db2/log/log.c: Likewise. * db2/log/log_archive.c: Likewise. * db2/log/log_auto.c: Likewise. * db2/log/log_get.c: Likewise. * db2/log/log_put.c: Likewise. * db2/log/log_register.c: Likewise. * db2/mp/mp_bh.c: Likewise. * db2/mp/mp_fget.c: Likewise. * db2/mp/mp_fopen.c: Likewise. * db2/mp/mp_fput.c: Likewise. * db2/mp/mp_fset.c: Likewise. * db2/mp/mp_open.c: Likewise. * db2/mutex/mutex.c: Likewise. * db2/os/db_os_dir.c: Likewise. * db2/progs/db_checkpoint/db_checkpoint.c: Likewise. * db2/progs/db_deadlock/db_deadlock.c: Likewise. * db2/progs/db_dump185/db_dump185.c: Likewise. * db2/progs/db_load/db_load.c: Likewise. * db2/progs/db_recover/db_recover.c: Likewise. * db2/txn/txn.c: Likewise. * db2/txn/txn_auto.c: Likewise. * elf/link.h: Define struct libname_list outside struct link_map to not confuse C++ compilers. * include/features.h: Recognize _XOPEN_SOURCE == 500 and set __USE_UNIX98. * manual/creature.texi: Explain this. * libc.map: Add new functions. * libio/Makefile (routines): Add fseeko and ftello. * libio/ftello.c: New file. * libio/fseeko.c: New file. * libio/stdio.h: Add prototypes for new functions. * manual/stdio.texi: Document fseeko and ftello. * posix/Makefile (routines): Add pread and pwrite. * sysdeps/posix/pread.c: New file. * sysdeps/posix/pwrite.c: New file. * sysdeps/stub/pread.c: New file. * sysdeps/stub/pwrite.c: New file. * posix/unistd.h: Add prototypes for pread and pwrite. Pretty print header. Define gid_t, uid_t, off_t, pid_t if __USE_UNIX98. Declare ctermid and cuserid if __USE_UNIX98. (swab): Change to take void * arguments. * string/swab.c: Change parameter to void *. * posix/sys/types: Define gid_t, uid_t, off_t, pid_t only if not already happened. * manual/llio.texi: Document pread and pwrite. * string/strings.h: Don't simply include string.h. Define BSD functions according to Unix98. * stdlib/tst-strtol.c: Include <string.h> not <strings.h>. * sunrpc/clnt_simp.c: Likewise. * malloc/Makefile (aux): Add set-freeres. * malloc/mtrace.c: Define function release_libc_mem which calls the __libc_subfreeres handler. (mtrace): Register release_libc_mem. * malloc/set-freeres.c: New file. * intl/dcgettext.c: Define free_mem function and add to __libc_subfreeres list. * intl/finddomain.c: Likewise. * intl/gettextP.h (struct loaded_domain): Add new fields use_mmap and mmap_size. Add prototype for _nl_unloaded_domain. * intl/loadmsgcat.c: Define new function _nl_unload_domain. (_nl_load_domain): Store informaiton about mmap use and file size. * intl/localealias.c (read_alias_file): Optimize locale alias file reading by avoid frequen mallocs. Define free_mem function and add to __libc_subfreeres list. * locale/localeinfo.h: Make a difference between MAX_USAGE_COUNT and undeletable. Add prototype for _nl_unload_locale. * locale/C-collate: Mark data as undeletable by using UNDELETABLE. * locale/C-ctype: Likewise. * locale/C-messages: Likewise. * locale/C-monetary: Likewise. * locale/C-numeric: Likewise. * locale/C-time: Likewise. * locale/findlocale.c (_nl_find_locale, _nl_remove_locale): Handle MAX_USAGE_COUNT and UNDELETABLE. (free_mem): New function. Add it to __libc_subfreeres list. * locale/loadlocale.c: Define _nl_unload_locale function. * misc/hsearch.c: Register hdestroy in __libc_subfreeres list. * stdlib/fmtmsg.c (addseverity): Handle illegal severity arguments correctly Define free_mem function and add to __libc_subfreeres list. * locale/programs/localedef.c (options): short form os verbose is v. Reported by Andreas Jaeger. * misc/sys/select.h: Define pselect only is __USE_POSIX since this header is used in some others as well for historical reasons. * resolv/resolv.h: Include <netinet/in.h> to make self-contained. * string/bits/string2.h: Add missing braces and optimize strcmp a bit more. * sysdeps/i386/i486/bits/string.h: Likewise. * sunrpc/rpc/auth_des.h: Include rpc/auth.h to be self-contained. Pretty print. * sysdeps/mach/hurd/cthreads.c: Add copyright text. * sysdeps/unix/sysv/linux/syscalls.list: Correct prctl entry. * sysdeps/unix/sysv/linux/sys/mman.h: Get definition of size_t. * time/time.h: Pretty print. 1997-09-29 Paul Eggert <eggert@twinsun.com> * time/strftime.c: Synchronize with GNU Emacs strftime.c. (HAVE_MEMCPY): Define if emacs is defined and HAVE_BCOPY isn't. (gmtime_r, localtime_r): Undef before defining. (iso_week_days): Use __inline__, not inline. 1997-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/m68k/fpu/bits/mathinline.h: Rename exp2{,l,f} to __ieee754_exp2{,l,f}. * sysdeps/m68k/fpu/s_exp2.c: Likewise. * sysdeps/m68k/fpu/s_exp2l.c: Likewise. * sysdeps/m68k/fpu/s_exp2f.c: Likewise. 1997-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * elf/soinit.c (__EH_FRAME_BEGIN__): Don't make the .eh_frame section read-only, it contains relocations. * elf/sofini.c (__FRAME_END__): Likewise. 1997-09-29 03:08 Ulrich Drepper <drepper@cygnus.com> * sysdeps/i386/i486/bits/string.h [__PIC__] (__strspn_cg, __strcspn_cg, __strpbrk_cg, __strstr_cg): Optimize even more. No spill register needed. Patch by NIIBE Yutaka <gniibe@mri.co.jp>. 1997-09-28 08:27 Thorsten Kukuk <kukuk@vt.uni-paderborn.de> * nis/nis_call.c (__do_niscall2): Fix return code, add missing break in switch case. * nis/nis_mkdir.c: Fix return codes to match Solaris version. * nis/nis_rmdir.c: Likewise. * nis/rpcsvc/yp_prot.h: Rename struct keydat to struct keydat_t for C++. 1997-09-28 04:32 Ulrich Drepper <drepper@cygnus.com> * configure.in: Fix typo. Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>. 1997-09-25 20:14 Philip Blundell <Philip.Blundell@pobox.com> * sysdeps/unix/sysv/linux/scsi/sg.h: New file. * sysdeps/unix/sysv/linux/Makefile: Install <scsi/sg.h>.
777 lines
16 KiB
C
777 lines
16 KiB
C
/*-
|
|
* See the file LICENSE for redistribution information.
|
|
*
|
|
* Copyright (c) 1996, 1997
|
|
* Sleepycat Software. All rights reserved.
|
|
*/
|
|
|
|
#include "config.h"
|
|
|
|
#ifndef lint
|
|
static const char sccsid[] = "@(#)db_pr.c 10.17 (Sleepycat) 9/15/97";
|
|
#endif /* not lint */
|
|
|
|
#ifndef NO_SYSTEM_INCLUDES
|
|
#include <sys/types.h>
|
|
|
|
#include <ctype.h>
|
|
#include <errno.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
#endif
|
|
|
|
#include "db_int.h"
|
|
#include "db_page.h"
|
|
#include "btree.h"
|
|
#include "hash.h"
|
|
#include "db_am.h"
|
|
|
|
static void __db_proff __P((void *));
|
|
static void __db_psize __P((DB_MPOOLFILE *));
|
|
|
|
/*
|
|
* __db_loadme --
|
|
* Force loading of this file.
|
|
*
|
|
* PUBLIC: void __db_loadme __P((void));
|
|
*/
|
|
void
|
|
__db_loadme()
|
|
{
|
|
getpid();
|
|
}
|
|
|
|
static FILE *set_fp;
|
|
|
|
/*
|
|
* 64K is the maximum page size, so by default we check for offsets
|
|
* larger than that, and, where possible, we refine the test.
|
|
*/
|
|
#define PSIZE_BOUNDARY (64 * 1024 + 1)
|
|
static size_t set_psize = PSIZE_BOUNDARY;
|
|
|
|
/*
|
|
* __db_prinit --
|
|
* Initialize tree printing routines.
|
|
*
|
|
* PUBLIC: FILE *__db_prinit __P((FILE *));
|
|
*/
|
|
FILE *
|
|
__db_prinit(fp)
|
|
FILE *fp;
|
|
{
|
|
if (set_fp == NULL)
|
|
set_fp = fp == NULL ? stdout : fp;
|
|
return (set_fp);
|
|
}
|
|
|
|
/*
|
|
* __db_dump --
|
|
* Dump the tree to a file.
|
|
*
|
|
* PUBLIC: int __db_dump __P((DB *, char *, int));
|
|
*/
|
|
int
|
|
__db_dump(dbp, name, all)
|
|
DB *dbp;
|
|
char *name;
|
|
int all;
|
|
{
|
|
FILE *fp, *save_fp;
|
|
|
|
save_fp = NULL; /* XXX: Shut the compiler up. */
|
|
|
|
if (set_psize == PSIZE_BOUNDARY)
|
|
__db_psize(dbp->mpf);
|
|
|
|
if (name != NULL) {
|
|
if ((fp = fopen(name, "w")) == NULL)
|
|
return (errno);
|
|
save_fp = set_fp;
|
|
set_fp = fp;
|
|
} else
|
|
fp = __db_prinit(NULL);
|
|
|
|
(void)__db_prdb(dbp);
|
|
if (dbp->type == DB_HASH)
|
|
(void)__db_prhash(dbp);
|
|
else
|
|
(void)__db_prbtree(dbp);
|
|
fprintf(fp, "%s\n", DB_LINE);
|
|
__db_prtree(dbp->mpf, all);
|
|
|
|
if (name != NULL) {
|
|
(void)fclose(fp);
|
|
set_fp = save_fp;
|
|
}
|
|
return (0);
|
|
}
|
|
|
|
/*
|
|
* __db_prdb --
|
|
* Print out the DB structure information.
|
|
*
|
|
* PUBLIC: int __db_prdb __P((DB *));
|
|
*/
|
|
int
|
|
__db_prdb(dbp)
|
|
DB *dbp;
|
|
{
|
|
static const FN fn[] = {
|
|
{ DB_AM_DUP, "duplicates" },
|
|
{ DB_AM_INMEM, "in-memory" },
|
|
{ DB_AM_LOCKING, "locking" },
|
|
{ DB_AM_LOGGING, "logging" },
|
|
{ DB_AM_MLOCAL, "local mpool" },
|
|
{ DB_AM_PGDEF, "default page size" },
|
|
{ DB_AM_RDONLY, "read-only" },
|
|
{ DB_AM_RECOVER, "recover" },
|
|
{ DB_AM_SWAP, "needswap" },
|
|
{ DB_AM_THREAD, "thread" },
|
|
{ DB_BT_RECNUM, "btree:records" },
|
|
{ DB_HS_DIRTYMETA, "hash:dirty-meta" },
|
|
{ DB_RE_DELIMITER, "recno:delimiter" },
|
|
{ DB_RE_FIXEDLEN, "recno:fixed-length" },
|
|
{ DB_RE_PAD, "recno:pad" },
|
|
{ DB_RE_RENUMBER, "recno:renumber" },
|
|
{ DB_RE_SNAPSHOT, "recno:snapshot" },
|
|
{ 0 },
|
|
};
|
|
FILE *fp;
|
|
const char *t;
|
|
|
|
fp = __db_prinit(NULL);
|
|
|
|
switch (dbp->type) {
|
|
case DB_BTREE:
|
|
t = "btree";
|
|
break;
|
|
case DB_HASH:
|
|
t = "hash";
|
|
break;
|
|
case DB_RECNO:
|
|
t = "recno";
|
|
break;
|
|
default:
|
|
t = "UNKNOWN";
|
|
break;
|
|
}
|
|
|
|
fprintf(fp, "%s ", t);
|
|
__db_prflags(dbp->flags, fn);
|
|
fprintf(fp, "\n");
|
|
|
|
return (0);
|
|
}
|
|
|
|
/*
|
|
* __db_prbtree --
|
|
* Print out the btree internal information.
|
|
*
|
|
* PUBLIC: int __db_prbtree __P((DB *));
|
|
*/
|
|
int
|
|
__db_prbtree(dbp)
|
|
DB *dbp;
|
|
{
|
|
static const FN mfn[] = {
|
|
{ BTM_DUP, "duplicates" },
|
|
{ BTM_RECNO, "recno" },
|
|
{ 0 },
|
|
};
|
|
BTMETA *mp;
|
|
BTREE *t;
|
|
DB_LOCK lock;
|
|
EPG *epg;
|
|
FILE *fp;
|
|
RECNO *rp;
|
|
db_pgno_t i;
|
|
int ret;
|
|
|
|
t = dbp->internal;
|
|
fp = __db_prinit(NULL);
|
|
|
|
(void)fprintf(fp, "%s\nOn-page metadata:\n", DB_LINE);
|
|
i = PGNO_METADATA;
|
|
if ((ret = __bam_lget(dbp, 0, PGNO_METADATA, DB_LOCK_READ, &lock)) != 0)
|
|
return (ret);
|
|
|
|
if ((ret = __bam_pget(dbp, (PAGE **)&mp, &i, 0)) != 0)
|
|
return (ret);
|
|
|
|
(void)fprintf(fp, "magic %#lx\n", (u_long)mp->magic);
|
|
(void)fprintf(fp, "version %lu\n", (u_long)mp->version);
|
|
(void)fprintf(fp, "pagesize %lu\n", (u_long)mp->pagesize);
|
|
(void)fprintf(fp, "maxkey: %lu minkey: %lu\n",
|
|
(u_long)mp->maxkey, (u_long)mp->minkey);
|
|
(void)fprintf(fp, "free %lu\n", (u_long)mp->free);
|
|
(void)fprintf(fp, "flags %lu", (u_long)mp->flags);
|
|
__db_prflags(mp->flags, mfn);
|
|
(void)fprintf(fp, "\n");
|
|
(void)memp_fput(dbp->mpf, mp, 0);
|
|
(void)__bam_lput(dbp, lock);
|
|
|
|
(void)fprintf(fp, "%s\nDB_INFO:\n", DB_LINE);
|
|
(void)fprintf(fp, "bt_maxkey: %lu bt_minkey: %lu\n",
|
|
(u_long)t->bt_maxkey, (u_long)t->bt_minkey);
|
|
(void)fprintf(fp, "bt_compare: %#lx bt_prefix: %#lx\n",
|
|
(u_long)t->bt_compare, (u_long)t->bt_prefix);
|
|
if ((rp = t->bt_recno) != NULL) {
|
|
(void)fprintf(fp,
|
|
"re_delim: %#lx re_pad: %#lx re_len: %lu re_source: %s\n",
|
|
(u_long)rp->re_delim, (u_long)rp->re_pad,
|
|
(u_long)rp->re_len,
|
|
rp->re_source == NULL ? "" : rp->re_source);
|
|
(void)fprintf(fp,
|
|
"cmap: %#lx smap: %#lx emap: %#lx msize: %lu\n",
|
|
(u_long)rp->re_cmap, (u_long)rp->re_smap,
|
|
(u_long)rp->re_emap, (u_long)rp->re_msize);
|
|
}
|
|
(void)fprintf(fp, "stack:");
|
|
for (epg = t->bt_stack; epg < t->bt_sp; ++epg)
|
|
(void)fprintf(fp, " %lu", (u_long)epg->page->pgno);
|
|
(void)fprintf(fp, "\n");
|
|
(void)fprintf(fp, "ovflsize: %lu\n", (u_long)t->bt_ovflsize);
|
|
(void)fflush(fp);
|
|
return (0);
|
|
}
|
|
|
|
/*
|
|
* __db_prhash --
|
|
* Print out the hash internal information.
|
|
*
|
|
* PUBLIC: int __db_prhash __P((DB *));
|
|
*/
|
|
int
|
|
__db_prhash(dbp)
|
|
DB *dbp;
|
|
{
|
|
FILE *fp;
|
|
HTAB *t;
|
|
int i, put_page, ret;
|
|
db_pgno_t pgno;
|
|
|
|
t = dbp->internal;
|
|
|
|
fp = __db_prinit(NULL);
|
|
|
|
fprintf(fp, "\thash_accesses %lu\n", (u_long)t->hash_accesses);
|
|
fprintf(fp, "\thash_collisions %lu\n", (u_long)t->hash_collisions);
|
|
fprintf(fp, "\thash_expansions %lu\n", (u_long)t->hash_expansions);
|
|
fprintf(fp, "\thash_overflows %lu\n", (u_long)t->hash_overflows);
|
|
fprintf(fp, "\thash_bigpages %lu\n", (u_long)t->hash_bigpages);
|
|
fprintf(fp, "\n");
|
|
|
|
if (t->hdr == NULL) {
|
|
pgno = PGNO_METADATA;
|
|
if ((ret = memp_fget(dbp->mpf, &pgno, 0, &t->hdr)) != 0)
|
|
return (ret);
|
|
put_page = 1;
|
|
} else
|
|
put_page = 0;
|
|
|
|
fprintf(fp, "\tmagic %#lx\n", (u_long)t->hdr->magic);
|
|
fprintf(fp, "\tversion %lu\n", (u_long)t->hdr->version);
|
|
fprintf(fp, "\tpagesize %lu\n", (u_long)t->hdr->pagesize);
|
|
fprintf(fp, "\tovfl_point %lu\n", (u_long)t->hdr->ovfl_point);
|
|
fprintf(fp, "\tlast_freed %lu\n", (u_long)t->hdr->last_freed);
|
|
fprintf(fp, "\tmax_bucket %lu\n", (u_long)t->hdr->max_bucket);
|
|
fprintf(fp, "\thigh_mask %#lx\n", (u_long)t->hdr->high_mask);
|
|
fprintf(fp, "\tlow_mask %#lx\n", (u_long)t->hdr->low_mask);
|
|
fprintf(fp, "\tffactor %lu\n", (u_long)t->hdr->ffactor);
|
|
fprintf(fp, "\tnelem %lu\n", (u_long)t->hdr->nelem);
|
|
fprintf(fp, "\th_charkey %#lx\n", (u_long)t->hdr->h_charkey);
|
|
|
|
for (i = 0; i < NCACHED; i++)
|
|
fprintf(fp, "%lu ", (u_long)t->hdr->spares[i]);
|
|
fprintf(fp, "\n");
|
|
|
|
(void)fflush(fp);
|
|
if (put_page) {
|
|
(void)memp_fput(dbp->mpf, (PAGE *)t->hdr, 0);
|
|
t->hdr = NULL;
|
|
}
|
|
return (0);
|
|
}
|
|
|
|
/*
|
|
* __db_prtree --
|
|
* Print out the entire tree.
|
|
*
|
|
* PUBLIC: int __db_prtree __P((DB_MPOOLFILE *, int));
|
|
*/
|
|
int
|
|
__db_prtree(mpf, all)
|
|
DB_MPOOLFILE *mpf;
|
|
int all;
|
|
{
|
|
PAGE *h;
|
|
db_pgno_t i;
|
|
int ret, t_ret;
|
|
|
|
if (set_psize == PSIZE_BOUNDARY)
|
|
__db_psize(mpf);
|
|
|
|
ret = 0;
|
|
for (i = PGNO_ROOT;; ++i) {
|
|
if ((ret = memp_fget(mpf, &i, 0, &h)) != 0)
|
|
break;
|
|
if (TYPE(h) != P_INVALID)
|
|
if ((t_ret = __db_prpage(h, all)) != 0 && ret == 0)
|
|
ret = t_ret;
|
|
(void)memp_fput(mpf, h, 0);
|
|
}
|
|
(void)fflush(__db_prinit(NULL));
|
|
return (ret);
|
|
}
|
|
|
|
/*
|
|
* __db_prnpage
|
|
* -- Print out a specific page.
|
|
*
|
|
* PUBLIC: int __db_prnpage __P((DB_MPOOLFILE *, db_pgno_t));
|
|
*/
|
|
int
|
|
__db_prnpage(mpf, pgno)
|
|
DB_MPOOLFILE *mpf;
|
|
db_pgno_t pgno;
|
|
{
|
|
PAGE *h;
|
|
int ret;
|
|
|
|
if (set_psize == PSIZE_BOUNDARY)
|
|
__db_psize(mpf);
|
|
|
|
if ((ret = memp_fget(mpf, &pgno, 0, &h)) != 0)
|
|
return (ret);
|
|
|
|
ret = __db_prpage(h, 1);
|
|
(void)fflush(__db_prinit(NULL));
|
|
|
|
(void)memp_fput(mpf, h, 0);
|
|
return (ret);
|
|
}
|
|
|
|
/*
|
|
* __db_prpage
|
|
* -- Print out a page.
|
|
*
|
|
* PUBLIC: int __db_prpage __P((PAGE *, int));
|
|
*/
|
|
int
|
|
__db_prpage(h, all)
|
|
PAGE *h;
|
|
int all;
|
|
{
|
|
BINTERNAL *bi;
|
|
BKEYDATA *bk;
|
|
HOFFPAGE a_hkd;
|
|
FILE *fp;
|
|
RINTERNAL *ri;
|
|
db_indx_t dlen, len, i;
|
|
db_pgno_t pgno;
|
|
int deleted, ret;
|
|
const char *s;
|
|
u_int8_t *ep, *hk, *p;
|
|
void *sp;
|
|
|
|
fp = __db_prinit(NULL);
|
|
|
|
switch (TYPE(h)) {
|
|
case P_DUPLICATE:
|
|
s = "duplicate";
|
|
break;
|
|
case P_HASH:
|
|
s = "hash";
|
|
break;
|
|
case P_IBTREE:
|
|
s = "btree internal";
|
|
break;
|
|
case P_INVALID:
|
|
s = "invalid";
|
|
break;
|
|
case P_IRECNO:
|
|
s = "recno internal";
|
|
break;
|
|
case P_LBTREE:
|
|
s = "btree leaf";
|
|
break;
|
|
case P_LRECNO:
|
|
s = "recno leaf";
|
|
break;
|
|
case P_OVERFLOW:
|
|
s = "overflow";
|
|
break;
|
|
default:
|
|
fprintf(fp, "ILLEGAL PAGE TYPE: page: %lu type: %lu\n",
|
|
(u_long)h->pgno, (u_long)TYPE(h));
|
|
return (1);
|
|
}
|
|
fprintf(fp, "page %4lu: (%s)\n", (u_long)h->pgno, s);
|
|
fprintf(fp, " lsn.file: %lu lsn.offset: %lu",
|
|
(u_long)LSN(h).file, (u_long)LSN(h).offset);
|
|
if (TYPE(h) == P_IBTREE || TYPE(h) == P_IRECNO ||
|
|
(TYPE(h) == P_LRECNO && h->pgno == PGNO_ROOT))
|
|
fprintf(fp, " total records: %4lu", (u_long)RE_NREC(h));
|
|
fprintf(fp, "\n");
|
|
if (TYPE(h) == P_LBTREE || TYPE(h) == P_LRECNO)
|
|
fprintf(fp, " prev: %4lu next: %4lu",
|
|
(u_long)PREV_PGNO(h), (u_long)NEXT_PGNO(h));
|
|
if (TYPE(h) == P_IBTREE || TYPE(h) == P_LBTREE)
|
|
fprintf(fp, " level: %2lu", (u_long)h->level);
|
|
if (TYPE(h) == P_OVERFLOW) {
|
|
fprintf(fp, " ref cnt: %4lu ", (u_long)OV_REF(h));
|
|
__db_pr((u_int8_t *)h + P_OVERHEAD, OV_LEN(h));
|
|
return (0);
|
|
}
|
|
fprintf(fp, " entries: %4lu", (u_long)NUM_ENT(h));
|
|
fprintf(fp, " offset: %4lu\n", (u_long)HOFFSET(h));
|
|
|
|
if (!all || TYPE(h) == P_INVALID)
|
|
return (0);
|
|
|
|
ret = 0;
|
|
for (i = 0; i < NUM_ENT(h); i++) {
|
|
if (P_ENTRY(h, i) - (u_int8_t *)h < P_OVERHEAD ||
|
|
(size_t)(P_ENTRY(h, i) - (u_int8_t *)h) >= set_psize) {
|
|
fprintf(fp,
|
|
"ILLEGAL PAGE OFFSET: indx: %lu of %lu\n",
|
|
(u_long)i, (u_long)h->inp[i]);
|
|
ret = EINVAL;
|
|
continue;
|
|
}
|
|
deleted = 0;
|
|
switch (TYPE(h)) {
|
|
case P_HASH:
|
|
case P_IBTREE:
|
|
case P_IRECNO:
|
|
sp = P_ENTRY(h, i);
|
|
break;
|
|
case P_LBTREE:
|
|
sp = P_ENTRY(h, i);
|
|
deleted = i % 2 == 0 &&
|
|
B_DISSET(GET_BKEYDATA(h, i + O_INDX)->type);
|
|
break;
|
|
case P_LRECNO:
|
|
case P_DUPLICATE:
|
|
sp = P_ENTRY(h, i);
|
|
deleted = B_DISSET(GET_BKEYDATA(h, i)->type);
|
|
break;
|
|
default:
|
|
fprintf(fp,
|
|
"ILLEGAL PAGE ITEM: %lu\n", (u_long)TYPE(h));
|
|
ret = EINVAL;
|
|
continue;
|
|
}
|
|
fprintf(fp, " %s[%03lu] %4lu ",
|
|
deleted ? "D" : " ", (u_long)i, (u_long)h->inp[i]);
|
|
switch (TYPE(h)) {
|
|
case P_HASH:
|
|
hk = sp;
|
|
switch (HPAGE_PTYPE(hk)) {
|
|
case H_OFFDUP:
|
|
memcpy(&pgno,
|
|
HOFFDUP_PGNO(hk), sizeof(db_pgno_t));
|
|
fprintf(fp,
|
|
"%4lu [offpage dups]\n", (u_long)pgno);
|
|
break;
|
|
case H_DUPLICATE:
|
|
/*
|
|
* If this is the first item on a page, then
|
|
* we cannot figure out how long it is, so
|
|
* we only print the first one in the duplicate
|
|
* set.
|
|
*/
|
|
if (i != 0)
|
|
len = LEN_HKEYDATA(h, 0, i);
|
|
else
|
|
len = 1;
|
|
|
|
fprintf(fp, "Duplicates:\n");
|
|
for (p = HKEYDATA_DATA(hk),
|
|
ep = p + len; p < ep;) {
|
|
memcpy(&dlen, p, sizeof(db_indx_t));
|
|
p += sizeof(db_indx_t);
|
|
fprintf(fp, "\t\t");
|
|
__db_pr(p, dlen);
|
|
p += sizeof(db_indx_t) + dlen;
|
|
}
|
|
break;
|
|
case H_KEYDATA:
|
|
if (i != 0)
|
|
__db_pr(HKEYDATA_DATA(hk),
|
|
LEN_HKEYDATA(h, 0, i));
|
|
else
|
|
fprintf(fp, "%s\n", HKEYDATA_DATA(hk));
|
|
break;
|
|
case H_OFFPAGE:
|
|
memcpy(&a_hkd, hk, HOFFPAGE_SIZE);
|
|
fprintf(fp,
|
|
"overflow: total len: %4lu page: %4lu\n",
|
|
(u_long)a_hkd.tlen, (u_long)a_hkd.pgno);
|
|
break;
|
|
}
|
|
break;
|
|
case P_IBTREE:
|
|
bi = sp;
|
|
fprintf(fp, "count: %4lu pgno: %4lu ",
|
|
(u_long)bi->nrecs, (u_long)bi->pgno);
|
|
switch (B_TYPE(bi->type)) {
|
|
case B_KEYDATA:
|
|
__db_pr(bi->data, bi->len);
|
|
break;
|
|
case B_DUPLICATE:
|
|
case B_OVERFLOW:
|
|
__db_proff(bi->data);
|
|
break;
|
|
default:
|
|
fprintf(fp, "ILLEGAL BINTERNAL TYPE: %lu\n",
|
|
(u_long)B_TYPE(bi->type));
|
|
ret = EINVAL;
|
|
break;
|
|
}
|
|
break;
|
|
case P_IRECNO:
|
|
ri = sp;
|
|
fprintf(fp, "entries %4lu pgno %4lu\n",
|
|
(u_long)ri->nrecs, (u_long)ri->pgno);
|
|
break;
|
|
case P_LBTREE:
|
|
case P_LRECNO:
|
|
case P_DUPLICATE:
|
|
bk = sp;
|
|
switch (B_TYPE(bk->type)) {
|
|
case B_KEYDATA:
|
|
__db_pr(bk->data, bk->len);
|
|
break;
|
|
case B_DUPLICATE:
|
|
case B_OVERFLOW:
|
|
__db_proff(bk);
|
|
break;
|
|
default:
|
|
fprintf(fp,
|
|
"ILLEGAL DUPLICATE/LBTREE/LRECNO TYPE: %lu\n",
|
|
(u_long)B_TYPE(bk->type));
|
|
ret = EINVAL;
|
|
break;
|
|
}
|
|
break;
|
|
}
|
|
}
|
|
(void)fflush(fp);
|
|
return (ret);
|
|
}
|
|
|
|
/*
|
|
* __db_isbad
|
|
* -- Decide if a page is corrupted.
|
|
*
|
|
* PUBLIC: int __db_isbad __P((PAGE *, int));
|
|
*/
|
|
int
|
|
__db_isbad(h, die)
|
|
PAGE *h;
|
|
int die;
|
|
{
|
|
BINTERNAL *bi;
|
|
BKEYDATA *bk;
|
|
FILE *fp;
|
|
db_indx_t i;
|
|
int type;
|
|
|
|
fp = __db_prinit(NULL);
|
|
|
|
switch (TYPE(h)) {
|
|
case P_DUPLICATE:
|
|
case P_HASH:
|
|
case P_IBTREE:
|
|
case P_INVALID:
|
|
case P_IRECNO:
|
|
case P_LBTREE:
|
|
case P_LRECNO:
|
|
case P_OVERFLOW:
|
|
break;
|
|
default:
|
|
fprintf(fp, "ILLEGAL PAGE TYPE: page: %lu type: %lu\n",
|
|
(u_long)h->pgno, (u_long)TYPE(h));
|
|
goto bad;
|
|
}
|
|
|
|
for (i = 0; i < NUM_ENT(h); i++) {
|
|
if (P_ENTRY(h, i) - (u_int8_t *)h < P_OVERHEAD ||
|
|
(size_t)(P_ENTRY(h, i) - (u_int8_t *)h) >= set_psize) {
|
|
fprintf(fp,
|
|
"ILLEGAL PAGE OFFSET: indx: %lu of %lu\n",
|
|
(u_long)i, (u_long)h->inp[i]);
|
|
goto bad;
|
|
}
|
|
switch (TYPE(h)) {
|
|
case P_HASH:
|
|
type = HPAGE_TYPE(h, i);
|
|
if (type != H_OFFDUP &&
|
|
type != H_DUPLICATE &&
|
|
type != H_KEYDATA &&
|
|
type != H_OFFPAGE) {
|
|
fprintf(fp, "ILLEGAL HASH TYPE: %lu\n",
|
|
(u_long)type);
|
|
goto bad;
|
|
}
|
|
break;
|
|
case P_IBTREE:
|
|
bi = GET_BINTERNAL(h, i);
|
|
if (B_TYPE(bi->type) != B_KEYDATA &&
|
|
B_TYPE(bi->type) != B_DUPLICATE &&
|
|
B_TYPE(bi->type) != B_OVERFLOW) {
|
|
fprintf(fp, "ILLEGAL BINTERNAL TYPE: %lu\n",
|
|
(u_long)B_TYPE(bi->type));
|
|
goto bad;
|
|
}
|
|
break;
|
|
case P_IRECNO:
|
|
case P_LBTREE:
|
|
case P_LRECNO:
|
|
break;
|
|
case P_DUPLICATE:
|
|
bk = GET_BKEYDATA(h, i);
|
|
if (B_TYPE(bk->type) != B_KEYDATA &&
|
|
B_TYPE(bk->type) != B_DUPLICATE &&
|
|
B_TYPE(bk->type) != B_OVERFLOW) {
|
|
fprintf(fp,
|
|
"ILLEGAL DUPLICATE/LBTREE/LRECNO TYPE: %lu\n",
|
|
(u_long)B_TYPE(bk->type));
|
|
goto bad;
|
|
}
|
|
break;
|
|
default:
|
|
fprintf(fp,
|
|
"ILLEGAL PAGE ITEM: %lu\n", (u_long)TYPE(h));
|
|
goto bad;
|
|
}
|
|
}
|
|
return (0);
|
|
|
|
bad: if (die) {
|
|
abort();
|
|
/* NOTREACHED */
|
|
}
|
|
return (1);
|
|
}
|
|
|
|
/*
|
|
* __db_pr --
|
|
* Print out a data element.
|
|
*
|
|
* PUBLIC: void __db_pr __P((u_int8_t *, u_int32_t));
|
|
*/
|
|
void
|
|
__db_pr(p, len)
|
|
u_int8_t *p;
|
|
u_int32_t len;
|
|
{
|
|
FILE *fp;
|
|
int i, lastch;
|
|
|
|
fp = __db_prinit(NULL);
|
|
|
|
fprintf(fp, "len: %3lu", (u_long)len);
|
|
lastch = '.';
|
|
if (len != 0) {
|
|
fprintf(fp, " data: ");
|
|
for (i = len <= 20 ? len : 20; i > 0; --i, ++p) {
|
|
lastch = *p;
|
|
if (isprint(*p) || *p == '\n')
|
|
fprintf(fp, "%c", *p);
|
|
else
|
|
fprintf(fp, "%#x", (u_int)*p);
|
|
}
|
|
if (len > 20) {
|
|
fprintf(fp, "...");
|
|
lastch = '.';
|
|
}
|
|
}
|
|
if (lastch != '\n')
|
|
fprintf(fp, "\n");
|
|
}
|
|
|
|
/*
|
|
* __db_proff --
|
|
* Print out an off-page element.
|
|
*/
|
|
static void
|
|
__db_proff(vp)
|
|
void *vp;
|
|
{
|
|
FILE *fp;
|
|
BOVERFLOW *bo;
|
|
|
|
fp = __db_prinit(NULL);
|
|
|
|
bo = vp;
|
|
switch (B_TYPE(bo->type)) {
|
|
case B_OVERFLOW:
|
|
fprintf(fp, "overflow: total len: %4lu page: %4lu\n",
|
|
(u_long)bo->tlen, (u_long)bo->pgno);
|
|
break;
|
|
case B_DUPLICATE:
|
|
fprintf(fp, "duplicate: page: %4lu\n", (u_long)bo->pgno);
|
|
break;
|
|
}
|
|
}
|
|
|
|
/*
|
|
* __db_prflags --
|
|
* Print out flags values.
|
|
*
|
|
* PUBLIC: void __db_prflags __P((u_int32_t, const FN *));
|
|
*/
|
|
void
|
|
__db_prflags(flags, fn)
|
|
u_int32_t flags;
|
|
FN const *fn;
|
|
{
|
|
FILE *fp;
|
|
const FN *fnp;
|
|
int found;
|
|
const char *sep;
|
|
|
|
fp = __db_prinit(NULL);
|
|
|
|
sep = " (";
|
|
for (found = 0, fnp = fn; fnp->mask != 0; ++fnp)
|
|
if (fnp->mask & flags) {
|
|
fprintf(fp, "%s%s", sep, fnp->name);
|
|
sep = ", ";
|
|
found = 1;
|
|
}
|
|
if (found)
|
|
fprintf(fp, ")");
|
|
}
|
|
|
|
/*
|
|
* __db_psize --
|
|
* Get the page size.
|
|
*/
|
|
static void
|
|
__db_psize(mpf)
|
|
DB_MPOOLFILE *mpf;
|
|
{
|
|
BTMETA *mp;
|
|
db_pgno_t pgno;
|
|
|
|
set_psize = PSIZE_BOUNDARY - 1;
|
|
|
|
pgno = PGNO_METADATA;
|
|
if (memp_fget(mpf, &pgno, 0, &mp) != 0)
|
|
return;
|
|
|
|
switch (mp->magic) {
|
|
case DB_BTREEMAGIC:
|
|
case DB_HASHMAGIC:
|
|
set_psize = mp->pagesize;
|
|
break;
|
|
}
|
|
(void)memp_fput(mpf, mp, 0);
|
|
}
|