History log of /netbsd/usr.sbin/kvm_mkdb/nlist_aout.c (Results 1 – 10 of 10)
Revision Date Author Comments
# d6aaec91 23-Jan-2018 sevan <sevan@NetBSD.org>

ansify - drop the K&R style prototypes & implementations.


# e571cd98 04-Jan-2011 wiz <wiz@NetBSD.org>

Fix fd leaks in error cases. Found by cppcheck.


# 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.


# d220ca5b 14-Jun-2000 cgd <cgd@NetBSD.org>

fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.


# f4889dbf 05-Feb-1998 gwr <gwr@NetBSD.org>

Begone KERNBASE, and KERNTEXTOFF too!


# 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


# 3e1fe814 03-Oct-1996 cgd <cgd@NetBSD.org>

since get_kerntext() is only used by the a.out code, move it there and
make it private.


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

RCS id police.


# c347bc09 29-Sep-1996 cgd <cgd@NetBSD.org>

Add ECOFF and ELF32/ELF64 support, both written from scratch.
Also, fix things so that on unexpected exit, no temporary file is
left around.