Date: Sat, 30 Aug 1997 16:35:01 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/kvm_mkdb Makefile nlist.c Message-ID: <199708302335.QAA07607@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1997/08/30 16:35:01 PDT Modified files: usr.sbin/kvm_mkdb Makefile nlist.c Log: Initial support for dealing with an elf /kernel. This is a loose hybrid of OpenBSD's elf nlist code for this, and our a.out version. The OpenBSD version was mainly a seek/read system with a mmap of the string table, this one simply mmap's the lot (like the a.out version). Obtained from: a fair chunk from OpenBSD Revision Changes Path 1.3 +4 -0 src/usr.sbin/kvm_mkdb/Makefile 1.7 +175 -4 src/usr.sbin/kvm_mkdb/nlist.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708302335.QAA07607>