summaryrefslogtreecommitdiffstats
path: root/emulators/vmware3
Commit message (Collapse)AuthorAgeFilesLines
* Make vmware2 compile on -current again.iedowse2002-09-022-0/+70
| | | | | Submitted by: Mark Santcroos <marks@ripe.net> Approved by: joe
* Fix vmware2 for -current so that it compiles again.joe2002-08-142-0/+13
| | | | Submitted by: Mark Santcroos <marks@ripe.net>
* Add USE_SUBMAKE, where it might be necessary.sobomax2002-03-251-0/+1
|
* Fix -current breakage caused by a type change of pt_entry_t.marcel2001-12-062-0/+14
| | | | | | | | | | | 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> :-)
* Change Vladimir's email address.marcel2001-11-111-1/+1
| | | | approved by: Vladimir (maintainer)
* Apply the KSE patch on post-KSE systems. This unbreaks the portmarcel2001-11-111-0/+3
| | | | | | | on -current. Suggested by: Mark Santcroos <marks@ripe.net> No response from: maintainer
* Patch to make this compile on post-KSE systems.marcel2001-11-111-0/+581
| | | | | Submitted by: Mark Santcroos <marks@ripe.net> No response from: maintainer
* Update to 2.0.4.1142.knu2001-07-233-3/+17
| | | | | PR: ports/29100 Submitted by: Scott Renfro <scott@renfro.org>
* Fix for the latest CURRENT. (SMPng folks, feel free to correct it ifknu2001-07-122-19/+39
| | | | | | it's a wrong fix) Tested by: kuriyama
* Handle machine/ioctl_fd.h moving to sys/fdcio.hbrian2001-06-101-0/+5
| | | | Approved by: Vladimir Silyaev <vsilyaev@mindspring.com>
* Latest mutex fix was imcomplete and vmware2 port still hangs at vmmonhosokawa2001-06-071-0/+63
| | | | | | | | kernel module. Added mutex code before and after calling vm operations in vmmon. Submitted by: John Baldwin <jhb@FreeBSD.org> Approved by: the Maintainer
* Fix for the latest -current. (sys/lock.h -> sys/mutex.h)cjh2001-05-311-0/+4
| | | | PR: ports/27666
* Fix the build on 5-CURRENT by creating dummy bus_if.h and device_if.h.knu2001-05-011-0/+1
| | | | (Now machine/smp.h seems to include sys/bus.h which demands them)
* Update the Hints notes about the MAP_NOSYNC issue. It's now fixed innsayer2001-03-071-30/+25
| | | | 4-stable and -current.
* As our new bsd.kmod.mk doesn't seemt to support "make clean all",knu2001-02-251-4/+7
| | | | | | do "make clean && make" instead. This should fix the build on a recent CURRENT.
* Fix creation of /etc/vmware link (it could be created into itself, if itolgeni2001-02-222-2/+2
| | | | already existed at install time).
* Fix for the latest -current. (sys/select.h -> sys/selinfo.h)knu2001-01-221-0/+4
|
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-161-1/+1
|
* Don't attempt to load modules if they're already in place.nsayer2000-12-291-5/+5
| | | | Submitted by: fyr@usenet-edu.net
* Add sections about netgraph bridging and the restore-from-disknsayer2000-12-291-0/+55
| | | | performance issue.
* Bump PORTREVISION.knu2000-12-281-0/+1
|
* Switch the port over to netgraph bridging. This method has a number ofnsayer2000-12-243-11/+78
| | | | | | | | | | 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)
* Replace obsolete /dev/rfd0 with /dev/fd0.knu2000-12-051-2/+2
|
* Update to 2.0.3 release, build 799.knu2000-11-072-12/+2
|
* Fix a stupid typo. It wasn't a problem as it was consistent, but I'mknu2000-11-021-2/+2
| | | | fixing it so I don't look stupid. :>
* Add a WANT_BETA knob so people can easily try out 2.0.3 RC1.knu2000-11-022-13/+41
| | | | | Convert the extract script hack to simple extractions in Makefile to make it easy to comprehend.
* Make the startup script read ${PREFIX}/etc/vmware/config so people doknu2000-11-022-8/+27
| | | | not have discrepant configurations between them.
* Complain and stop in case ${LINUXBASE}/dev/vmnet1 is not found.knu2000-10-021-1/+7
| | | | Submitted by: shimokawa
* Use LINUXBASE/USE_LINUX variables.knu2000-09-225-17/+18
| | | | | This is only a cosmetic change, so there's no need to reinstall your installation(s).
* Fix for the latest -current. (another tiny ad hoc fix here..)knu2000-09-222-10/+11
| | | | | | Noted by: kuriyama Use LINUXBASE and USE_LINUX.
* Add support for the latest current. (a bit kind of ad hoc)knu2000-09-153-1/+38
|
* Fix the configure script that caused a syntax error when no networking.knu2000-09-101-1/+1
| | | | | PR: ports/20816 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* Do in Makefile as make groks, not as Ruby groks. (make groks it though)knu2000-08-241-1/+1
| | | | .if exists?(..) -> .if exists(..)
* Chase the recent moving of linux_ioctl.h.knu2000-08-231-0/+8
|
* Merge with Vladimir's latest version.knu2000-07-318-23/+32
| | | | | | | | | | | | | | | - 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. :)
* Update the vmmon-freebsd module to Vladmir's latest version, 0.97-b1.knu2000-07-272-2/+2
| | | | - Improve LBA magic for huge IDE drives
* Update to 2.0.2 release candidate, build 621.knu2000-07-222-2/+2
| | | | | | 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.
* Add a note for users to always keep the kernel and this port in sync.knu2000-07-181-0/+6
|
* Update md5 due to their repack of the distfile as of a week ago.knu2000-07-132-2/+4
| | | | | | | | | - 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.
* Use ${MASTER_SITE_LOCAL}.asami2000-06-291-1/+2
|
* Update to the 2.0.1 release. (Build 570)knu2000-06-202-7/+3
| | | | | | | | | 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.
* Add a knob to try installing VMware 2.0.1 RC2 for those who are willing to ↵knu2000-06-193-3/+10
| | | | | | try it out. Add a piece of advice that users should not run VMware as root to Hints.FreeBSD.
* Revise advice on /tmp: Difining TMPDIR would be better way thanknu2000-06-081-9/+20
| | | | creating /compat/linux/tmp to fake /tmp.
* emulators/vmware:knu2000-06-032-2/+6
| | | | | | | | | 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.
* Fix for the _very latest_ -CURRENT: KMODDEPS -> MODULE_DEPEND().knu2000-05-261-0/+1
| | | | | | | | 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
* Show an error message and exit when vmware is invoked without Linux procfsknu2000-04-252-0/+11
| | | | | | mounted on /compat/linux/proc. I hope that would reduce FAQ.
* D'oh. I forgot to add "$@" to the vmware command line.knu2000-04-181-1/+1
|
* Install ${PREFIX}/bin/vmware as a shell script which sets someknu2000-04-173-2/+19
| | | | | | | | | | | 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.
* Prepare ${LINUX_DIR}/dev/null for use of the plain disk technique.knu2000-04-143-2/+6
| | | | Suggested by: Nick Sayer
* PORTNAME/VERSION stuffmharo2000-04-121-3/+3
|
OpenPOWER on IntegriCloud