delphij 2008-02-11 00:31:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
lib/libkvm kvm.c
Log:
MFC revision 1.32
date: 2008/01/12 00:54:47; author: delphij; state: Exp; lines: +4 -0
Plug memory leaks that is observed when argbuf or argspc
delphij 2008-02-11 00:31:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libkvm kvm.c
Log:
MFC revision 1.32
date: 2008/01/12 00:54:47; author: delphij; state: Exp; lines: +4 -0
Plug memory leaks that is observed when argbuf or argspc
delphij 2008-02-11 00:24:59 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
lib/libkvm kvm.c
Log:
MFC revision 1.32:
date: 2008/01/12 00:54:47; author: delphij; state: Exp; lines: +4 -0
Plug memory leaks that is observed when argbuf or argspc
delphij 2008-01-12 00:54:47 UTC
FreeBSD src repository
Modified files:
lib/libkvm kvm.c
Log:
Plug memory leaks that is observed when argbuf or argspc is used in the
context.
Submitted by: Michal Vranek
PR: bin/118380
MFC after: 1 month
simokawa2007-06-15 11:35:11 UTC
FreeBSD src repository
Modified files:
lib/libkvm kvm.c kvm_amd64.c kvm_i386.c
kvm_private.h
Log:
Re-enable raw dump format support on i386 and amd64 for /dev/fwmem.
Revision ChangesPath
1.31 +2
wkoszek 2006-09-20 12:09:21 UTC
FreeBSD src repository
Modified files:
lib/libkvm kvm.c
Log:
Don't forget to set internal error message in kvm_nlist().
Approved by:cognet (mentor)
Revision ChangesPath
1.29 +7 -2 src/lib/libkvm/kvm.c
__
csjp2006-01-24 04:05:48 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libkvm kvm.c
Log:
MFC revision 1.28
date: 2006/01/15 20:30:13; author: csjp; state: Exp; lines: +5 -0
Validate that the supplied file is not empty before trying m
csjp2006-01-15 20:30:14 UTC
FreeBSD src repository
Modified files:
lib/libkvm kvm.c
Log:
Validate that the supplied file is not empty before trying mmap(2) it
and access the pages associated with it.
Submitted by: Wojciech A. Koszek
PR: bin/91