| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 48608
Submitted by: Per Hedeland <per@hedeland.org>
|
| |
|
|
|
|
|
|
| |
Submitted by: Kim Scarborough <sluggo@unknown.nu>
PR: 44758
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Mark Santcroos <marks@ripe.net>
|
|
|
|
|
|
|
|
|
|
| |
cdevsw_add()/remove() removal.
This outputs a
WARNING: driver "vmmon" used unreserved major device number 200
message, but as the vmware application really requires to use a major
of 200 (error otherwise, tested), we need to use a fixed one, and I
don't want to register a major for this.
|
| |
|
|
|
|
|
|
|
|
| |
$LINUXBASE/dev had a different device minor than the cloned one
in /dev/vmnet1. Thus delete the one in $LINUXBASE and link it
to the devfs one to have everything right.
This fixes the port on my fresh installed 5.0-RELEASE box.
|
| |
|
|
|
|
|
|
| |
OSVERSION of 5.0-RELEASE for this)
- include sys/filedesc.h where required
- define M_WAITOK to 0 until THEY found a solution.
|
|
|
|
|
| |
but you also need to do this with /dev/vmnet1 in days of devfs. This has
been in my tree for months now.
|
|
|
|
|
|
|
| |
again on -CURRENT. Without this, attempting to boot the virtual
machine causes an instant panic in the host.
Approved by: knu, vsilyaev@mindspring.com (maintainer)
|
|
|
|
|
| |
Submitted by: Mark Santcroos <marks@ripe.net>
Approved by: joe
|
|
|
|
| |
Submitted by: Mark Santcroos <marks@ripe.net>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Note that the OSVERSION test is inexact. The type change
happened after 500027, but since there's no 500028 yet and
making one specifically for this port is considered overkill
we hope to get away with it.
Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp>
Approved by: Vladimir N. Silyaev <vsilyaev@mindspring.com>
Coordinated by: Mark Santcroos <marks@ripe.net> :-)
|
|
|
|
| |
approved by: Vladimir (maintainer)
|
|
|
|
|
|
|
| |
on -current.
Suggested by: Mark Santcroos <marks@ripe.net>
No response from: maintainer
|
|
|
|
|
| |
Submitted by: Mark Santcroos <marks@ripe.net>
No response from: maintainer
|
|
|
|
|
| |
PR: ports/29100
Submitted by: Scott Renfro <scott@renfro.org>
|
|
|
|
|
|
| |
it's a wrong fix)
Tested by: kuriyama
|
|
|
|
| |
Approved by: Vladimir Silyaev <vsilyaev@mindspring.com>
|
|
|
|
|
|
|
|
| |
kernel module. Added mutex code before and after calling vm operations
in vmmon.
Submitted by: John Baldwin <jhb@FreeBSD.org>
Approved by: the Maintainer
|
|
|
|
| |
PR: ports/27666
|
|
|
|
| |
(Now machine/smp.h seems to include sys/bus.h which demands them)
|
|
|
|
| |
4-stable and -current.
|
|
|
|
|
|
| |
do "make clean && make" instead.
This should fix the build on a recent CURRENT.
|
|
|
|
| |
already existed at install time).
|
| |
|
| |
|
|
|
|
| |
Submitted by: fyr@usenet-edu.net
|
|
|
|
| |
performance issue.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
advantages, chief of which is that it doesn't hose over multi-interface
configurations the way the default installation did before. This
mechanism "chains" the guest's interface to an interface specified at
installation-time (it can be changed afterwards by editing the rc.d
script).
Approved by: (maintainer)
|
| |
|
| |
|
|
|
|
| |
fixing it so I don't look stupid. :>
|
|
|
|
|
| |
Convert the extract script hack to simple extractions in Makefile to
make it easy to comprehend.
|
|
|
|
| |
not have discrepant configurations between them.
|
|
|
|
| |
Submitted by: shimokawa
|
|
|
|
|
| |
This is only a cosmetic change, so there's no need to reinstall your
installation(s).
|
|
|
|
|
|
| |
Noted by: kuriyama
Use LINUXBASE and USE_LINUX.
|
| |
|
|
|
|
|
| |
PR: ports/20816
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
|
|
|
|
| |
.if exists?(..) -> .if exists(..)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add support for FreeBSD bridging facility. To use it, you need a
kernel built with `options BRIDGE'.
- Integrate vmnet and if_tap code into vmmon module.
- Install vmmon/vmnet1 pseudo-device nodes under /compat/linux/dev
instead of /dev
- Set TMPDIR to /var/tmp if empty.
- Change MAINTAINER back to Vladimir N. Silyaev <vns@delta.odessa.ua>,
now he is back and being active. :)
|
|
|
|
| |
- Improve LBA magic for huge IDE drives
|
|
|
|
|
|
| |
Use it at your own risk, as it is supposed to be of beta quality.
FYI, vmmon/vmnet hasn't been changed at all since 2.0.1 release.
|
| |
|
|
|
|
|
|
|
|
|
| |
- vmware-sniffer and vmware-wizard were changed. (details unknown)
- vmmon/vmnet/vmppuser sources were unchanged, however, some of the
binaries (for Linux) seems have recompiled. That would not affect
us because we compile them from source.
Fix configure script to return zero on exit.
|
| |
|
|
|
|
|
|
|
|
|
| |
I've tested this version for several hours and found it pretty stable,
which means this "release" version could handle the situations which
RC versions never could.
If you suffer any problems with it, feel free to report the situations
in detail at the freebsd-emulation list.
|
|
|
|
|
|
| |
try it out.
Add a piece of advice that users should not run VMware as root to Hints.FreeBSD.
|
|
|
|
| |
creating /compat/linux/tmp to fake /tmp.
|
|
|
|
|
|
|
|
|
| |
Set MAINTAINER to <ak@freenet.co.uk> and mention the freebsd-emulation list.
emulators/vmware2:
Set MAINTAINER to <knu@FreeBSD.org> and mention the freebsd-emulation list.
Include the checksum of the 2.0.1-546 beta's distfile in files/md5 for those
who want to test it.
|
|
|
|
|
|
|
|
| |
PR: ports/18799
Submitted by: Vladimir B. Grebenschikov <vova@express.ru>
Fix by: Kentaro Inagaki <inagaki@tg.rim.or.jp>
Advice by: peter
Tested by: people at freebsd-emulation list
|
|
|
|
|
|
| |
mounted on /compat/linux/proc.
I hope that would reduce FAQ.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
environment variables properly to run VMware, instead of installing it
as a symbolic link to ${PREFIX}/lib/vmware/bin/vmware.
Suggested by: Frank Mayhar <frank@exit.com>
Add $FreeBSD$ on the top of the Hints.FreeBSD file.
Add a link to the official VMware Product FAQ page.
|
|
|
|
| |
Suggested by: Nick Sayer
|
| |
|
|
|
|
|
|
|
|
| |
- Remove post-install information from DESCR's.
- Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's.
- Remove unnecessary whitespace.
Pointed out by: portlint
|
| |
|
|
|
|
|
|
|
| |
- Mention full screen graphics mode works though it'll need due care not
to enter full screen text mode.
- Wording: vmware -> VMware
- Wording: tmpfs -> MFS
|
| |
|
|
|
|
|
|
|
|
| |
the not-working raw disks.
Add some more little hints too.
Approved by: knu@idaemons.org
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Correspond to VMware 2.0 Build 476 release (not beta)
- Support SMP kernel
- Install VMware tools floppies (for Windows and Linux)
- Add Hints.FreeBSD
- Mention my unofficial `rtc' port on post-install
- Raw disk may not work for the present
- etc.
Enjoy it!
|
|
|
|
| |
Suggested by: des
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Make portlint satisfy
- Avoid creating files out of WRKDIR
- Remove the void directory "patch" (What ever was this?)
- Adjust whitespace
- Fix some ungrammatical wordings
- Modify COMMENT and DESCR
- Drop fakeprocfs support due to the import of Linux procfs to the base system
- Show MESSAGE after installation
- Change maintainer to the -emulation list because:
- Vladimir seems too busy or unreachable these days
- This port depends very much on Linux compatibility stuff
- Get it to check if the system has Linux procfs module and stop if not
PR: ports/16960 (add WWW to DESCR)
No response by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- remove [buggy] dependencies from linuxprocfs port, when this
port doesn't exist in a system (it's a common situation, because
linuxprocfs port isn't included in the official port tree).
- remove Makefiles.inc.xxx at cleanup stage
- added message about loading kernel modules
- added warning when vmware runned with not super-user id
Submitted by: Vladimir N. Silyaev <vsilyaev@mindspring.com>
PR: ports/16894
|
|
|
|
| |
Forgotten by: maintainer
|
| |
|
|
|
|
|
|
|
|
| |
coding style.
[billf contributed to the Makefile cleanup]
Forgotten by: initial committer
|
|
VMWare virtual machine.
PR: ports/16337
Submitted by: vsilyaev@mindspring.com
|