emulators/virtualbox-ose: install vditool?

2010-03-22 Thread Andriy Gapon
VirtualBox sources include this file: src/VBox/Devices/Storage/testcase/vditool.cpp Although it is under testcase directory, the tool seems to be functional and quite useful. From what I've read it seems that many packagers include this tool into installation. Could you please do the same? Than

Current problem reports assigned to freebsd-emulation@FreeBSD.org

2010-03-22 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker

[patch] fix wrong /proc/cpuinfo output in linprocfs

2010-03-22 Thread Alexander Best
this patch fixes a bug in proc/cpuinfo where wrong values for 'model' and 'cpu family' are being returned. there's a pr dealing with this problem: kern/56451. -- Alexander Best Index: sys/compat/linprocfs/linprocfs.c === --- sys/com