aboutsummaryrefslogtreecommitdiff
path: root/emulators/vmw
Commit message (Collapse)AuthorAgeFilesLines
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+2
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | emulators) Notes: svn path=/head/; revision=327721
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* - update MASTER_SITES and WWWDirk Meyer2011-08-062-2/+2
| | | | Notes: svn path=/head/; revision=278989
* = Drop MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276915
* - add LICENSE:Dirk Meyer2009-02-151-0/+2
| | | | Notes: svn path=/head/; revision=228419
* - cleanup FreeBSD 5.xDirk Meyer2008-06-011-7/+1
| | | | Notes: svn path=/head/; revision=214138
* - mark IGNORE on FreeBSD < 6.0Dirk Meyer2007-01-141-3/+9
| | | | Notes: svn path=/head/; revision=182350
* - set ONLY_FOR_ARCHSDirk Meyer2006-12-011-0/+1
| | | | Notes: svn path=/head/; revision=178458
* VMware Command Line ToolsDirk Meyer2006-11-213-0/+61
On this page, you'll find command line programs which can replace and/or supplement the VMware's official VMwareTools. These programs use VMware's undocumented and therefore not officially supported feature to communicate with VMware (see VMware Backdoor I/O Port). Information on these functions have come entirely from my personal research and quite a few contributions by fellow VMware users. These programs are intended partly as illustrative examples of how to use the VMware backdoor function and I have cut many corners writing them. * vmw: generic backdoor access program * vmshrink: virtual disk shrink program * vmftp: host-guest file transfer program WWW: http://chitchat.at.infoseek.co.jp/vmware/vmtools.html Notes: svn path=/head/; revision=177727