summaryrefslogtreecommitdiff
path: root/emulators/vmware3/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2011-07-01 math/femlab: No more distfile, looks like abandonwareMartin Wilke2011-07-0218-1013/+0
| | | | | | | | 2011-07-01 japanese/wikicker: Looks like an abandonware 2011-07-01 emulators/vmware3: No more distfiles available. emulators/virtualbox-ose can be used as a replacement Notes: svn path=/head/; revision=276885
* Unbreak compiling at FreeBSD-7.x. The port seems to work only withBoris Samorodov2008-04-012-0/+63
| | | | | | | | | | | | an UP kernel. PR: 117350 Submitted by: Yi Wang <wangyi6854 at gmail.com> Patch by: fchang at cs.ubc.ca Tested by: Yi Wang <wangyi6854 at gmail.com> Notes: svn path=/head/; revision=210330
* Remove obsolete patch.Edwin Groothuis2007-10-031-734/+0
| | | | | | | Submitted by: R.Mahmatkhanov@SKYLINK.RU Notes: svn path=/head/; revision=200735
* Add SHA256 checksums.Sam Lawrance2006-05-156-23/+23
| | | | | | | | | | | | | Make use of SUB_FILES. Use REINPLACE_CMD instead of perl. Miscellaneous other cleanups. PR: ports/96491 Submitted by: edwin Approved by: orlando@break.net (maintainer, timeout 2 weeks) Notes: svn path=/head/; revision=162413
* [UPDATE]: emulators/vmware3 - Various fixes and solution to crashes.Edwin Groothuis2006-04-282-0/+68
| | | | | | | | | | | | | | | | | | | | | | | | I've discovered that the instant freezes when clicking 'Power On' can be fixed by disabling APIC support. ACPI support, on or off, didn't seem to solve anything. I'd like to know whether or not disabling ACPI has actually helped anyone at all, as it could be removed from the pkg-message if not. I've reflected this in a completely re-worked, step-by-step, more clear pkg-message file. I've also added a wrapper script for the vmware wizard, mentioned it in the pkg-message, and fixed various portlint complaints. For some reason, the wizard cannot be launched from within VMware itself. I have no idea as to what causes this. PR: ports/92871 Submitted by: Travis Poppe <tlp@liquidx.org> Notes: svn path=/head/; revision=160696
* With a serious of very ugly hacks, make FreeBSD 6 support work againMike Silbersack2005-11-132-0/+60
| | | | | | | | | | | for the vmware3 port. Very little testing done, but at least it builds and starts a VM now. Debugging helped along by: ssouhal & Devon O'Dell Notes: svn path=/head/; revision=148090
* Updated changelog to go with changes. :)Mike Silbersack2004-08-041-0/+14
| | | | Notes: svn path=/head/; revision=115428
* Latest update from Orlando Bassotto, includes betterMike Silbersack2004-07-087-114/+413
| | | | | | | network support. Notes: svn path=/head/; revision=113197
* Update to keep up with the recent dev_t change in -current. No need forMike Silbersack2004-06-242-13/+62
| | | | | | | a port revision bump, functionality is unchanged. Notes: svn path=/head/; revision=112106
* Renamed etc/rc.d/vmware.sh into etc/rc.d/001.vmware.sh to make sureEdwin Groothuis2004-06-111-1/+1
| | | | | | | | | | it is started before any other programs which require the vmnet interface (like isc-dhcp etc) Approved by: orlando.bassotto@ieo-research.it (via email) Notes: svn path=/head/; revision=111316
* Add a missing comma which was breaking compilation on 5.x < 502103Mike Silbersack2004-03-181-1/+1
| | | | | | | | | No port rev bump, as the problem showed up at compile time. Submitted by: Nagilum Notes: svn path=/head/; revision=104538
* A slew of changes to allow vmware3 to work on 5.x with dynamic deviceMike Silbersack2004-03-134-69/+41
| | | | | | | | | | | | | numbering while not breaking 4.x compatibility: - Stop using device nodes in /usr/compat/linux/dev and instead rely on the linuxaltor passing though to /dev - Create needed device nodes in /dev (on 4.x) - Account for a change in falloc's semantics that was preventing the vmmon module from being unloaded on 5.1+ machines. Notes: svn path=/head/; revision=103903
* Fix the cdev patch to work correctly with FreeBSD4. One check hasMartin Blapp2004-03-031-13/+10
| | | | | | | | | been wrong. Bump portrevision. Notes: svn path=/head/; revision=102800
* Add patch for new cdevsw changes and make vmware working againMartin Blapp2004-02-291-0/+71
| | | | | | | with latest CURRENT. Notes: svn path=/head/; revision=102505
* Update the kernel module to use contigmalloc instead of the now obsoleteMike Silbersack2004-01-211-0/+12
| | | | | | | vm_page_alloc_contig. Notes: svn path=/head/; revision=98733
* Fix build on 4.x.Max Khon2003-11-181-56/+69
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=94274
* Finally fix problems with libdir: install vmware3 files to correct locationMax Khon2003-11-031-2/+2
| | | | | | | (maintainer timeout). Notes: svn path=/head/; revision=92979
* Port to FreeBSD 4.x.Max Khon2003-10-221-0/+703
| | | | Notes: svn path=/head/; revision=91902
* Restore loop.fullpath and libdir fixes.Max Khon2003-10-211-2/+2
| | | | Notes: svn path=/head/; revision=91834
* Libdir points to other directory.Max Khon2003-10-211-2/+2
| | | | Notes: svn path=/head/; revision=91828
* Upgrade to portrevision 2242 and make it possible to runMartin Blapp2003-10-211-2/+2
| | | | | | | | | multiple vm's running at the same time. Submitted by: Orlando Bassotto <orlando.bassotto@ieo-research.it> Notes: svn path=/head/; revision=91814
* Fix typo in loop.fullpath.Max Khon2003-10-201-2/+2
| | | | | | | | | | Fix typo in libdir. PR: 57461 Submitted by: Jan Srzednicki <Jan@miranda.expro.pl, Sr@miranda.expro.pl> Notes: svn path=/head/; revision=91761
* Load vmnet too.Martin Blapp2003-04-131-0/+1
| | | | Notes: svn path=/head/; revision=78834
* Initial commit of vmware 3.2.0. This first version is CURRENT 5.xMartin Blapp2003-04-1317-1065/+10
| | | | | | | only. Notes: svn path=/head/; revision=78833
* Delete unneeded patch. It has been replaced by cdevsw.patchMartin Blapp2003-04-101-61/+0
| | | | Notes: svn path=/head/; revision=78701
* Add patches to support CURRENT 20030401.Martin Blapp2003-04-103-0/+154
| | | | | | | Submitted by: Mark Santcroos <marks@ripe.net> Notes: svn path=/head/; revision=78699
* Fix for -CURRENT with the recent struct cdevsw changes andAlexander Langer2003-03-231-0/+61
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=77255
* Fix the stupid manual merge error I did in the last commit.Alexander Langer2003-02-121-3/+2
| | | | Notes: svn path=/head/; revision=75381
* Make this port build on CURRENT systems older than 2003/01/01 (abusingAlexander Langer2003-02-112-0/+57
| | | | | | | | | OSVERSION of 5.0-RELEASE for this) - include sys/filedesc.h where required - define M_WAITOK to 0 until THEY found a solution. Notes: svn path=/head/; revision=75317
* Fix this on 5.0. It isn't enough to "echo -n" to /compat/linux/dev/vmnet1,Alexander Langer2003-02-111-0/+2
| | | | | | | | but you also need to do this with /dev/vmnet1 in days of devfs. This has been in my tree for months now. Notes: svn path=/head/; revision=75316
* Catch up with some not-so-recent VM changes to make vmware2 workIan Dowse2002-10-181-28/+66
| | | | | | | | | | 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) Notes: svn path=/head/; revision=68267
* Make vmware2 compile on -current again.Ian Dowse2002-09-021-0/+67
| | | | | | | | Submitted by: Mark Santcroos <marks@ripe.net> Approved by: joe Notes: svn path=/head/; revision=65497
* Fix vmware2 for -current so that it compiles again.Josef Karthauser2002-08-141-0/+12
| | | | | | | Submitted by: Mark Santcroos <marks@ripe.net> Notes: svn path=/head/; revision=64507
* Fix -current breakage caused by a type change of pt_entry_t.Marcel Moolenaar2001-12-061-0/+11
| | | | | | | | | | | | | | 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> :-) Notes: svn path=/head/; revision=51107
* Patch to make this compile on post-KSE systems.Marcel Moolenaar2001-11-111-0/+581
| | | | | | | | Submitted by: Mark Santcroos <marks@ripe.net> No response from: maintainer Notes: svn path=/head/; revision=49928
* Update to 2.0.4.1142.Akinori MUSHA2001-07-231-0/+15
| | | | | | | | PR: ports/29100 Submitted by: Scott Renfro <scott@renfro.org> Notes: svn path=/head/; revision=45381
* Fix for the latest CURRENT. (SMPng folks, feel free to correct it ifAkinori MUSHA2001-07-121-14/+38
| | | | | | | | | it's a wrong fix) Tested by: kuriyama Notes: svn path=/head/; revision=45072
* Latest mutex fix was imcomplete and vmware2 port still hangs at vmmonTatsumi Hosokawa2001-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 Notes: svn path=/head/; revision=43599
* Update the Hints notes about the MAP_NOSYNC issue. It's now fixed inNick Sayer2001-03-071-30/+25
| | | | | | | 4-stable and -current. Notes: svn path=/head/; revision=39194
* As our new bsd.kmod.mk doesn't seemt to support "make clean all",Akinori MUSHA2001-02-251-4/+7
| | | | | | | | | do "make clean && make" instead. This should fix the build on a recent CURRENT. Notes: svn path=/head/; revision=38692
* Don't attempt to load modules if they're already in place.Nick Sayer2000-12-291-5/+5
| | | | | | | Submitted by: fyr@usenet-edu.net Notes: svn path=/head/; revision=36445
* Add sections about netgraph bridging and the restore-from-diskNick Sayer2000-12-291-0/+55
| | | | | | | performance issue. Notes: svn path=/head/; revision=36436
* Switch the port over to netgraph bridging. This method has a number ofNick Sayer2000-12-241-7/+20
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=36295
* Replace obsolete /dev/rfd0 with /dev/fd0.Akinori MUSHA2000-12-051-2/+2
| | | | Notes: svn path=/head/; revision=35672
* Make the startup script read ${PREFIX}/etc/vmware/config so people doAkinori MUSHA2000-11-021-5/+26
| | | | | | | not have discrepant configurations between them. Notes: svn path=/head/; revision=34630
* Complain and stop in case ${LINUXBASE}/dev/vmnet1 is not found.Akinori MUSHA2000-10-021-1/+7
| | | | | | | Submitted by: shimokawa Notes: svn path=/head/; revision=33324
* Use LINUXBASE/USE_LINUX variables.Akinori MUSHA2000-09-222-3/+3
| | | | | | | | This is only a cosmetic change, so there's no need to reinstall your installation(s). Notes: svn path=/head/; revision=33019
* Fix for the latest -current. (another tiny ad hoc fix here..)Akinori MUSHA2000-09-221-2/+4
| | | | | | | | | Noted by: kuriyama Use LINUXBASE and USE_LINUX. Notes: svn path=/head/; revision=33016
* Add support for the latest current. (a bit kind of ad hoc)Akinori MUSHA2000-09-152-0/+36
| | | | Notes: svn path=/head/; revision=32633
* Merge with Vladimir's latest version.Akinori MUSHA2000-07-314-10/+19
| | | | | | | | | | | | | | | | | | - 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. :) Notes: svn path=/head/; revision=31182