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