History log of /netbsd-src/lib/libc/db/btree/bt_debug.c (Results 1 – 19 of 19)
Revision Date Author Comments
# 04b0597d 09-Oct-2016 joerg <joerg@NetBSD.org>

Fix syntax for currently not compiled in code. From Henning Petersen in
PR lib/51538.


# aae80e6b 24-Sep-2016 christos <christos@NetBSD.org>

remove mpool_getf


# 86147b1c 24-Sep-2016 christos <christos@NetBSD.org>

Merge the recursive tree traversal changes from the mit kerberos tree. This
Also make the tracefile customizable. Unfortunately we can't merge any of
the hash changes because they have a different on

Merge the recursive tree traversal changes from the mit kerberos tree. This
Also make the tracefile customizable. Unfortunately we can't merge any of
the hash changes because they have a different on-disk format. That does not
matter really because we've fixed most of the problems...

show more ...


# ab0103de 17-Jul-2011 christos <christos@NetBSD.org>

fix type punned warnings in debugging code.


# 52c4a82e 10-Sep-2008 joerg <joerg@NetBSD.org>

In preparation for providing a db fallback in libnbcompat, remove
sccsid and conditionals around __RCSID. lint understands __RCSID enough
to ignore it, undefining LIBC_SCCS is superseded by MKSTRIPID

In preparation for providing a db fallback in libnbcompat, remove
sccsid and conditionals around __RCSID. lint understands __RCSID enough
to ignore it, undefining LIBC_SCCS is superseded by MKSTRIPIDENT.
No functional changes.

show more ...


# 40b37a3b 26-Aug-2008 joerg <joerg@NetBSD.org>

Convert db from UCB types to POSIX types. Prefer uint8_t for u_char as
it is mostly about the wire format.

Patched libc.so is bit-identical.

OK matt@


# cb9daf8f 03-Feb-2007 christos <christos@NetBSD.org>

cleanup:
- remove __P
- remove unneeded casts
- add _DIAGASSERT
- add more diagnostics for integer overflow
- fix size_t/int confusion
- make debugging and statistics code compile


# ec567cd3 24-Jan-2006 christos <christos@NetBSD.org>

appease lint and gcc. (compile with -DDEBUG)


# b2f78261 20-Jun-2004 jmc <jmc@NetBSD.org>

Completely rework how tools/compat is done. Purge all uses/references to
_NETBSD_SOURCE as this makes cross building from older/newer versions of
NetBSD harder, not easier (and also makes the resulti

Completely rework how tools/compat is done. Purge all uses/references to
_NETBSD_SOURCE as this makes cross building from older/newer versions of
NetBSD harder, not easier (and also makes the resulting tools 'different')

Wrap all required code with the inclusion of nbtool_config.h, attempt to
only use POSIX code in all places (or when reasonable test w. configure and
provide definitions: ala u_int, etc).

Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86
NetBSD current (x86 and amd64) and Solaris 9.

Fixes PR's: PR#17762 PR#25944

show more ...


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# 0f3aee34 22-Jan-2002 thorpej <thorpej@NetBSD.org>

Don't pull in <sys/param.h> if we don't have to.


# 51411b7d 12-Jan-2002 aymeric <aymeric@NetBSD.org>

fix printf(3) warnings when defined(DEBUG)


# 00ae392d 13-Jul-1997 christos <christos@NetBSD.org>

Fix RCSID's
Fix gcc warnings.


# 24420c01 03-May-1996 cgd <cgd@NetBSD.org>

merge DB 1.85 changes


# a954b078 27-Feb-1995 cgd <cgd@NetBSD.org>

add unintrusive Ids


# a6d14e36 18-Aug-1994 cgd <cgd@NetBSD.org>

clean up import


# 9c20f740 26-Aug-1993 jtc <jtc@NetBSD.org>

Declare rcsid strings so they are stored in text segment.


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 9f0aa214 14-Jun-1993 cgd <cgd@NetBSD.org>

update db code to v1.6 from vangogh, and put it in "db" rather than "DB"