summaryrefslogtreecommitdiff
path: root/emulators/vmware2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.0.4.1142.Akinori MUSHA2001-07-233-3/+17
| | | | | | | | 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-122-19/+39
| | | | | | | | | it's a wrong fix) Tested by: kuriyama Notes: svn path=/head/; revision=45072
* Handle machine/ioctl_fd.h moving to sys/fdcio.hBrian Somers2001-06-101-0/+5
| | | | | | | Approved by: Vladimir Silyaev <vsilyaev@mindspring.com> Notes: svn path=/head/; revision=43740
* 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
* Fix for the latest -current. (sys/lock.h -> sys/mutex.h)CHOI Junho2001-05-311-0/+4
| | | | | | | PR: ports/27666 Notes: svn path=/head/; revision=43336
* Fix the build on 5-CURRENT by creating dummy bus_if.h and device_if.h.Akinori MUSHA2001-05-011-0/+1
| | | | | | | (Now machine/smp.h seems to include sys/bus.h which demands them) Notes: svn path=/head/; revision=42143
* 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
* Fix creation of /etc/vmware link (it could be created into itself, if itJimmy Olgeni2001-02-222-2/+2
| | | | | | | already existed at install time). Notes: svn path=/head/; revision=38619
* Fix for the latest -current. (sys/select.h -> sys/selinfo.h)Akinori MUSHA2001-01-221-0/+4
| | | | Notes: svn path=/head/; revision=37432
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=37252
* 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
* Bump PORTREVISION.Akinori MUSHA2000-12-281-0/+1
| | | | Notes: svn path=/head/; revision=36428
* Switch the port over to netgraph bridging. This method has a number ofNick Sayer2000-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) 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
* Update to 2.0.3 release, build 799.Akinori MUSHA2000-11-072-12/+2
| | | | Notes: svn path=/head/; revision=34876
* Fix a stupid typo. It wasn't a problem as it was consistent, but I'mAkinori MUSHA2000-11-021-2/+2
| | | | | | | fixing it so I don't look stupid. :> Notes: svn path=/head/; revision=34689
* Add a WANT_BETA knob so people can easily try out 2.0.3 RC1.Akinori MUSHA2000-11-022-13/+41
| | | | | | | | Convert the extract script hack to simple extractions in Makefile to make it easy to comprehend. Notes: svn path=/head/; revision=34687
* Make the startup script read ${PREFIX}/etc/vmware/config so people doAkinori MUSHA2000-11-022-8/+27
| | | | | | | 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-225-17/+18
| | | | | | | | 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-222-10/+11
| | | | | | | | | 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-153-1/+38
| | | | Notes: svn path=/head/; revision=32633
* Fix the configure script that caused a syntax error when no networking.Akinori MUSHA2000-09-101-1/+1
| | | | | | | | PR: ports/20816 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> Notes: svn path=/head/; revision=32493
* Do in Makefile as make groks, not as Ruby groks. (make groks it though)Akinori MUSHA2000-08-241-1/+1
| | | | | | | .if exists?(..) -> .if exists(..) Notes: svn path=/head/; revision=31926
* Chase the recent moving of linux_ioctl.h.Akinori MUSHA2000-08-231-0/+8
| | | | Notes: svn path=/head/; revision=31908
* Merge with Vladimir's latest version.Akinori MUSHA2000-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. :) Notes: svn path=/head/; revision=31182
* Update the vmmon-freebsd module to Vladmir's latest version, 0.97-b1.Akinori MUSHA2000-07-272-2/+2
| | | | | | | - Improve LBA magic for huge IDE drives Notes: svn path=/head/; revision=31051
* Update to 2.0.2 release candidate, build 621.Akinori MUSHA2000-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. Notes: svn path=/head/; revision=30970
* Add a note for users to always keep the kernel and this port in sync.Akinori MUSHA2000-07-181-0/+6
| | | | Notes: svn path=/head/; revision=30794
* Update md5 due to their repack of the distfile as of a week ago.Akinori MUSHA2000-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. Notes: svn path=/head/; revision=30551
* Use ${MASTER_SITE_LOCAL}.Satoshi Asami2000-06-291-1/+2
| | | | Notes: svn path=/head/; revision=29964
* Update to the 2.0.1 release. (Build 570)Akinori MUSHA2000-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. Notes: svn path=/head/; revision=29713
* Add a knob to try installing VMware 2.0.1 RC2 for those who are willing to ↵Akinori MUSHA2000-06-193-3/+10
| | | | | | | | | try it out. Add a piece of advice that users should not run VMware as root to Hints.FreeBSD. Notes: svn path=/head/; revision=29690
* Revise advice on /tmp: Difining TMPDIR would be better way thanAkinori MUSHA2000-06-081-9/+20
| | | | | | | creating /compat/linux/tmp to fake /tmp. Notes: svn path=/head/; revision=29404
* emulators/vmware:Akinori MUSHA2000-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. Notes: svn path=/head/; revision=29141
* Fix for the _very latest_ -CURRENT: KMODDEPS -> MODULE_DEPEND().Akinori MUSHA2000-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 Notes: svn path=/head/; revision=28764
* Show an error message and exit when vmware is invoked without Linux procfsAkinori MUSHA2000-04-252-0/+11
| | | | | | | | | mounted on /compat/linux/proc. I hope that would reduce FAQ. Notes: svn path=/head/; revision=27998
* D'oh. I forgot to add "$@" to the vmware command line.Akinori MUSHA2000-04-181-1/+1
| | | | Notes: svn path=/head/; revision=27724
* Install ${PREFIX}/bin/vmware as a shell script which sets someAkinori MUSHA2000-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. Notes: svn path=/head/; revision=27685
* Prepare ${LINUX_DIR}/dev/null for use of the plain disk technique.Akinori MUSHA2000-04-143-2/+6
| | | | | | | Suggested by: Nick Sayer Notes: svn path=/head/; revision=27547
* PORTNAME/VERSION stuffMichael Haro2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27455
* Style fix:Akinori MUSHA2000-04-042-3/+3
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=27329
* Make it run-depend on the emulators/rtc port and delete notice.Akinori MUSHA2000-04-031-12/+2
| | | | Notes: svn path=/head/; revision=27309
* Changes:Akinori MUSHA2000-04-031-7/+14
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=27308
* Adjust window sizes.Akinori MUSHA2000-04-011-7/+9
| | | | Notes: svn path=/head/; revision=27242
* Add a section about how to set up plain disks as a workaround forNick Sayer2000-04-011-2/+67
| | | | | | | | | | | the not-working raw disks. Add some more little hints too. Approved by: knu@idaemons.org Notes: svn path=/head/; revision=27210
* Change PKGNAME: vmware -> vmware2Akinori MUSHA2000-03-301-1/+1
| | | | Notes: svn path=/head/; revision=27140
* Here comes the VMware 2.0 port, finally.Akinori MUSHA2000-03-298-38/+84
| | | | | | | | | | | | | | | - 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! Notes: svn path=/head/; revision=27126