History log of /netbsd/usr.sbin/kvm_mkdb/testdb.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 326b2259 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 22366, verified by myself.


# 40c743b2 02-May-2003 ragge <ragge@NetBSD.org>

Remove some unneccessary kmem open/close code.


# 1af40d9c 19-Mar-2001 msaitoh <msaitoh@NetBSD.org>

Fix a long standing bug.

Old kvm_mkdb had a possibility to check old kernel's version
string retained at a hole between text segment and data segment.
It might happen a misunderstanding that the run

Fix a long standing bug.

Old kvm_mkdb had a possibility to check old kernel's version
string retained at a hole between text segment and data segment.
It might happen a misunderstanding that the running kernel's version
matches kvm.db's version.

This had been caused by checking current kernel's version string
via /dev/kmem. The version string can get via sysctl, so use it!

show more ...


# c9fcc328 18-Oct-1997 lukem <lukem@NetBSD.org>

deprecate register, use memset/memmove instead of bzero/bcopy


# e5436d32 17-Oct-1997 lukem <lukem@NetBSD.org>

WARNSify, getopt returns -1 not EOF


# 35b9d065 11-Jan-1997 mikel <mikel@NetBSD.org>

make testdb() fail if database version string has length zero.


# 3b6f768e 12-Oct-1996 cgd <cgd@NetBSD.org>

Create only /var/db/kvm.db, and only create it if it doesn't
already match the running kernel. Fixes an inconsistency
where /var/db/kvm_filename.db would be created, but only
if /var/db/kvm_netbsd.d

Create only /var/db/kvm.db, and only create it if it doesn't
already match the running kernel. Fixes an inconsistency
where /var/db/kvm_filename.db would be created, but only
if /var/db/kvm_netbsd.db didn't match the running kernel.

show more ...


# 63488d73 30-Sep-1996 thorpej <thorpej@NetBSD.org>

RCS id police.


# c250a078 11-Jun-1994 mycroft <mycroft@NetBSD.org>

Fix up RCS ids.


# ec1b7778 10-Jun-1994 pk <pk@NetBSD.org>

Update to 4.4-lite, local changes to man page.