mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +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>.
325 lines
10 KiB
C
325 lines
10 KiB
C
/*-
|
|
* See the file LICENSE for redistribution information.
|
|
*
|
|
* Copyright (c) 1996, 1997
|
|
* Sleepycat Software. All rights reserved.
|
|
*
|
|
* @(#)db_int.h.src 10.30 (Sleepycat) 9/23/97
|
|
*/
|
|
|
|
#ifndef _DB_INTERNAL_H_
|
|
#define _DB_INTERNAL_H_
|
|
|
|
#include "db.h" /* Standard DB include file. */
|
|
#include "queue.h"
|
|
#include "os_ext.h"
|
|
|
|
/*******************************************************
|
|
* General purpose constants and macros.
|
|
*******************************************************/
|
|
#define UINT32_T_MAX 0xffffffff /* Maximum 32 bit unsigned. */
|
|
#define UINT16_T_MAX 0xffff /* Maximum 16 bit unsigned. */
|
|
|
|
#define DB_MIN_PGSIZE 0x000200 /* Minimum page size. */
|
|
#define DB_MAX_PGSIZE 0x010000 /* Maximum page size. */
|
|
|
|
#define DB_MINCACHE 10 /* Minimum cached pages */
|
|
|
|
/*
|
|
* Aligning items to particular sizes or in pages or memory. ALIGNP is a
|
|
* separate macro, as we've had to cast the pointer to different integral
|
|
* types on different architectures.
|
|
*
|
|
* We cast pointers into unsigned longs when manipulating them because C89
|
|
* guarantees that u_long is the largest available integral type and further,
|
|
* to never generate overflows. However, neither C89 or C9X requires that
|
|
* any integer type be large enough to hold a pointer, although C9X created
|
|
* the intptr_t type, which is guaranteed to hold a pointer but may or may
|
|
* not exist. At some point in the future, we should test for intptr_t and
|
|
* use it where available.
|
|
*/
|
|
#undef ALIGNTYPE
|
|
#define ALIGNTYPE u_long
|
|
#undef ALIGNP
|
|
#define ALIGNP(value, bound) ALIGN((ALIGNTYPE)value, bound)
|
|
#undef ALIGN
|
|
#define ALIGN(value, bound) (((value) + (bound) - 1) & ~((bound) - 1))
|
|
|
|
/*
|
|
* There are several on-page structures that are declared to have a number of
|
|
* fields followed by a variable length array of items. The structure size
|
|
* without including the variable length array or the address of the first of
|
|
* those elements can be found using SSZ.
|
|
*
|
|
* This macro can also be used to find the offset of a structure element in a
|
|
* structure. This is used in various places to copy structure elements from
|
|
* unaligned memory references, e.g., pointers into a packed page.
|
|
*
|
|
* There are two versions because compilers object if you take the address of
|
|
* an array.
|
|
*/
|
|
#undef SSZ
|
|
#define SSZ(name, field) ((int)&(((name *)0)->field))
|
|
|
|
#undef SSZA
|
|
#define SSZA(name, field) ((int)&(((name *)0)->field[0]))
|
|
|
|
/* Free and free-string macros that overwrite memory during debugging. */
|
|
#ifdef DEBUG
|
|
#undef FREE
|
|
#define FREE(p, len) { \
|
|
memset(p, 0xff, len); \
|
|
free(p); \
|
|
}
|
|
#undef FREES
|
|
#define FREES(p) { \
|
|
FREE(p, strlen(p)); \
|
|
}
|
|
#else
|
|
#undef FREE
|
|
#define FREE(p, len) { \
|
|
free(p); \
|
|
}
|
|
#undef FREES
|
|
#define FREES(p) { \
|
|
free(p); \
|
|
}
|
|
#endif
|
|
|
|
/* Structure used to print flag values. */
|
|
typedef struct __fn {
|
|
u_int32_t mask; /* Flag value. */
|
|
const char *name; /* Flag name. */
|
|
} FN;
|
|
|
|
/* Set, clear and test flags. */
|
|
#define F_SET(p, f) (p)->flags |= (f)
|
|
#define F_CLR(p, f) (p)->flags &= ~(f)
|
|
#define F_ISSET(p, f) ((p)->flags & (f))
|
|
#define LF_SET(f) (flags |= (f))
|
|
#define LF_CLR(f) (flags &= ~(f))
|
|
#define LF_ISSET(f) (flags & (f))
|
|
|
|
/* Display separator string. */
|
|
#undef DB_LINE
|
|
#define DB_LINE "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-="
|
|
|
|
/*******************************************************
|
|
* Files.
|
|
*******************************************************/
|
|
#ifndef MAXPATHLEN /* Maximum path length. */
|
|
#ifdef PATH_MAX
|
|
#define MAXPATHLEN PATH_MAX
|
|
#else
|
|
#define MAXPATHLEN 1024
|
|
#endif
|
|
#endif
|
|
|
|
#define PATH_DOT "." /* Current working directory. */
|
|
#define PATH_SEPARATOR "/" /* Path separator character. */
|
|
|
|
#ifndef S_IRUSR /* UNIX specific file permissions. */
|
|
#define S_IRUSR 0000400 /* R for owner */
|
|
#define S_IWUSR 0000200 /* W for owner */
|
|
#define S_IRGRP 0000040 /* R for group */
|
|
#define S_IWGRP 0000020 /* W for group */
|
|
#define S_IROTH 0000004 /* R for other */
|
|
#define S_IWOTH 0000002 /* W for other */
|
|
#endif
|
|
|
|
#ifndef S_ISDIR /* UNIX specific: directory test. */
|
|
#define S_ISDIR(m) ((m & 0170000) == 0040000)
|
|
#endif
|
|
|
|
/*******************************************************
|
|
* Mutex support.
|
|
*******************************************************/
|
|
typedef unsigned char tsl_t;
|
|
|
|
|
|
|
|
/*
|
|
* !!!
|
|
* Various systems require different alignments for mutexes (the worst we've
|
|
* seen so far is 16-bytes on some HP architectures). The mutex (tsl_t) must
|
|
* be first in the db_mutex_t structure, which must itself be first in the
|
|
* region. This ensures the alignment is as returned by mmap(2), which should
|
|
* be sufficient. All other mutex users must ensure proper alignment locally.
|
|
*/
|
|
#define MUTEX_ALIGNMENT 1
|
|
|
|
/*
|
|
* The offset of a mutex in memory.
|
|
*/
|
|
#define MUTEX_LOCK_OFFSET(a, b) ((off_t)((u_int8_t *)b - (u_int8_t *)a))
|
|
|
|
typedef struct _db_mutex_t {
|
|
#ifdef HAVE_SPINLOCKS
|
|
tsl_t tsl_resource; /* Resource test and set. */
|
|
#ifdef DEBUG
|
|
u_long pid; /* Lock holder: 0 or process pid. */
|
|
#endif
|
|
#else
|
|
off_t off; /* Backing file offset. */
|
|
u_long pid; /* Lock holder: 0 or process pid. */
|
|
#endif
|
|
#ifdef MUTEX_STATISTICS
|
|
u_long mutex_set_wait; /* Blocking mutex: required waiting. */
|
|
u_long mutex_set_nowait; /* Blocking mutex: without waiting. */
|
|
#endif
|
|
} db_mutex_t;
|
|
|
|
#include "mutex_ext.h"
|
|
|
|
/*******************************************************
|
|
* Access methods.
|
|
*******************************************************/
|
|
/* Lock/unlock a DB thread. */
|
|
#define DB_THREAD_LOCK(dbp) \
|
|
(F_ISSET(dbp, DB_AM_THREAD) ? \
|
|
__db_mutex_lock((db_mutex_t *)(dbp)->mutexp, -1, \
|
|
(dbp)->dbenv == NULL ? NULL : (dbp)->dbenv->db_yield) : 0)
|
|
#define DB_THREAD_UNLOCK(dbp) \
|
|
(F_ISSET(dbp, DB_AM_THREAD) ? \
|
|
__db_mutex_unlock((db_mutex_t *)(dbp)->mutexp, -1) : 0)
|
|
|
|
/* Btree/recno local statistics structure. */
|
|
struct __db_bt_lstat; typedef struct __db_bt_lstat DB_BTREE_LSTAT;
|
|
struct __db_bt_lstat {
|
|
u_int32_t bt_freed; /* Pages freed for reuse. */
|
|
u_int32_t bt_pfxsaved; /* Bytes saved by prefix compression. */
|
|
u_int32_t bt_split; /* Total number of splits. */
|
|
u_int32_t bt_rootsplit; /* Root page splits. */
|
|
u_int32_t bt_fastsplit; /* Fast splits. */
|
|
u_int32_t bt_added; /* Items added. */
|
|
u_int32_t bt_deleted; /* Items deleted. */
|
|
u_int32_t bt_get; /* Items retrieved. */
|
|
u_int32_t bt_cache_hit; /* Hits in fast-insert code. */
|
|
u_int32_t bt_cache_miss; /* Misses in fast-insert code. */
|
|
};
|
|
|
|
/*******************************************************
|
|
* Environment.
|
|
*******************************************************/
|
|
/* Type passed to __db_appname(). */
|
|
typedef enum {
|
|
DB_APP_NONE=0, /* No type (region). */
|
|
DB_APP_DATA, /* Data file. */
|
|
DB_APP_LOG, /* Log file. */
|
|
DB_APP_TMP /* Temporary file. */
|
|
} APPNAME;
|
|
|
|
/*******************************************************
|
|
* Regions.
|
|
*******************************************************/
|
|
/*
|
|
* The shared memory regions share an initial structure so that the general
|
|
* region code can handle races between the region being deleted and other
|
|
* processes waiting on the region mutex.
|
|
*
|
|
* !!!
|
|
* Note, the mutex must be the first entry in the region; see comment above.
|
|
*/
|
|
typedef struct _rlayout {
|
|
db_mutex_t lock; /* Region mutex. */
|
|
u_int32_t refcnt; /* Region reference count. */
|
|
size_t size; /* Region length. */
|
|
int majver; /* Major version number. */
|
|
int minver; /* Minor version number. */
|
|
int patch; /* Patch version number. */
|
|
|
|
#define DB_R_DELETED 0x01 /* Region was deleted. */
|
|
u_int32_t flags;
|
|
} RLAYOUT;
|
|
|
|
/*******************************************************
|
|
* Mpool.
|
|
*******************************************************/
|
|
/*
|
|
* File types for DB access methods. Negative numbers are reserved to DB.
|
|
*/
|
|
#define DB_FTYPE_BTREE -1 /* Btree. */
|
|
#define DB_FTYPE_HASH -2 /* Hash. */
|
|
|
|
/* Structure used as the DB pgin/pgout pgcookie. */
|
|
typedef struct __dbpginfo {
|
|
size_t db_pagesize; /* Underlying page size. */
|
|
int needswap; /* If swapping required. */
|
|
} DB_PGINFO;
|
|
|
|
/*******************************************************
|
|
* Log.
|
|
*******************************************************/
|
|
/* Initialize an LSN to 'zero'. */
|
|
#define ZERO_LSN(LSN) { \
|
|
(LSN).file = 0; \
|
|
(LSN).offset = 0; \
|
|
}
|
|
|
|
/* Return 1 if LSN is a 'zero' lsn, otherwise return 0. */
|
|
#define IS_ZERO_LSN(LSN) ((LSN).file == 0)
|
|
|
|
/* Test if we need to log a change. */
|
|
#define DB_LOGGING(dbp) \
|
|
(F_ISSET(dbp, DB_AM_LOGGING) && !F_ISSET(dbp, DB_AM_RECOVER))
|
|
|
|
#ifdef DEBUG
|
|
/*
|
|
* Debugging macro to log operations.
|
|
* If DEBUG_WOP is defined, log operations that modify the database.
|
|
* If DEBUG_ROP is defined, log operations that read the database.
|
|
*
|
|
* D dbp
|
|
* T txn
|
|
* O operation (string)
|
|
* K key
|
|
* A data
|
|
* F flags
|
|
*/
|
|
#define LOG_OP(D, T, O, K, A, F) { \
|
|
DB_LSN _lsn; \
|
|
DBT _op; \
|
|
if (DB_LOGGING((D))) { \
|
|
memset(&_op, 0, sizeof(_op)); \
|
|
_op.data = O; \
|
|
_op.size = strlen(O) + 1; \
|
|
(void)__db_debug_log((D)->dbenv->lg_info, \
|
|
T, &_lsn, 0, &_op, (D)->log_fileid, K, A, F); \
|
|
} \
|
|
}
|
|
#ifdef DEBUG_ROP
|
|
#define DEBUG_LREAD(D, T, O, K, A, F) LOG_OP(D, T, O, K, A, F)
|
|
#else
|
|
#define DEBUG_LREAD(D, T, O, K, A, F)
|
|
#endif
|
|
#ifdef DEBUG_WOP
|
|
#define DEBUG_LWRITE(D, T, O, K, A, F) LOG_OP(D, T, O, K, A, F)
|
|
#else
|
|
#define DEBUG_LWRITE(D, T, O, K, A, F)
|
|
#endif
|
|
#else
|
|
#define DEBUG_LREAD(D, T, O, K, A, F)
|
|
#define DEBUG_LWRITE(D, T, O, K, A, F)
|
|
#endif /* DEBUG */
|
|
|
|
/*******************************************************
|
|
* Transactions and recovery.
|
|
*******************************************************/
|
|
/*
|
|
* Out of band value for a lock. The locks are returned to callers as offsets
|
|
* into the lock regions. Since the RLAYOUT structure begins all regions, an
|
|
* offset of 0 is guaranteed not to be a valid lock.
|
|
*/
|
|
#define LOCK_INVALID 0
|
|
|
|
/* The structure allocated for every transaction. */
|
|
struct __db_txn {
|
|
DB_TXNMGR *mgrp; /* Pointer to transaction manager. */
|
|
DB_TXN *parent; /* Pointer to transaction's parent. */
|
|
DB_LSN last_lsn; /* Lsn of last log write. */
|
|
u_int32_t txnid; /* Unique transaction id. */
|
|
size_t off; /* Detail structure within region. */
|
|
TAILQ_ENTRY(__db_txn) links;
|
|
};
|
|
#endif /* !_DB_INTERNAL_H_ */
|