summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added latest version 12.5.8.7098237Fabio Rossi2017-11-171-0/+0
|
* app-emulation/vmware-modules: add support to kernel 4.14Fabio Rossi2017-11-043-0/+66
| | | | | | | | | Added two patches to build vmware-modules with latest 4.14-rcX One patch tracks kernel changes introduced with c41f012ade0b95b0a6e25c7150673e0554736165. The other patch fixes changes introduced with 7c0f6ba682b9c7632072ffbedf8d328c8f3c42ba (in this case kernel changes were already available since kernel 4.10 but they produced a build failure only with kernel 4.14-rcX)
* app-emulation/vmware-modules: fix page accountingFabio Rossi2017-11-043-0/+35
| | | | | | | | | | | | Found a possibile problem with future vmware v14 products, at a certain point a virtual machine remains without memory. See for example: https://communities.vmware.com/thread/573281 https://superuser.com/questions/1255099/vmware-workstation-not-enough-physical-memory-since-last-update/1255963 To solve the issue I have inserted three of the patches available from https://github.com/mkubecek/vmware-host-modules/commit/b50848c985f1 Thanks to mkubecek.
* app-emulation/vmware-modules: remove an unneeded patchFabio Rossi2017-11-032-15/+0
| | | | | | Removed a patch for kernel 4.8 not needed by vmware-modules-308.5.x, it was useless because already fixed upstream with a #ifdef. The same patch is still valid for vmware-modules-304.4.x
* app-emulation/vmware-modules: add support to kernel 4.13 for version 12Fabio Rossi2017-08-222-0/+12
|
* app-emulation/vmware-modules: add support to kernel 4.12Joshua Baergen2017-07-064-0/+49
|
* app-emulation/vmware-modules: removed unused patches in FILESDIRFabio Rossi2017-06-253-55/+0
|
* Updated headers with 2017 copyrightFabio Rossi2017-06-252-2/+2
|
* Remove all $Id$ linesFabio Rossi2017-06-252-2/+0
| | | | | All $Id$ lines are not anymore needed as indicated in https://bugs.gentoo.org/show_bug.cgi?id=611234
* Cleaning the overlay removing old files.Fabio Rossi2017-06-2514-660/+24
| | | | | | | Let's clean the overlay keeping only last version of each major release, this simplifies the management of the files. At a certain point it might be even possible to import older versions that are now package-masked in the main Gentoo repository.
* Added latest version 12.5.7.5813279Fabio Rossi2017-06-251-0/+0
| | | | | Excluded right now the associated version of vmware-tools because it has the same name of previous 12.5.6. Is it changed anything?
* Fix support to kernel 4.9 and add 4.10 and 4.11 for old =vmware-modules-304Fabio Rossi2017-05-247-1/+172
|
* app-emulation/vmware-modules: add support to kernel 4.11Fabio Rossi2017-05-246-0/+117
|
* Added latest version 12.5.6.5528349Fabio Rossi2017-05-211-0/+0
|
* adding support for 4.9 kernels to vmware-modules 304 (workstation 11)Evan Teran2017-04-053-0/+165
|
* Added latest version 12.5.4.5192485Fabio Rossi2017-03-204-28/+29
|
* Added latest version 12.5.2.4638234.Fabio Rossi2017-02-251-0/+155
|
* app-emulation/vmware-modules: added support up to kernel 4.10Fabio Rossi2017-02-255-104/+120
| | | | | | | | * Split the patch for kernel 4.6 in two parts, the first one has been modified to be compatible with the changes in the next module 308.5.2 (so it's possible to share a single patch between 308.1 and 308.5) * Fixed the patch for kernel 4.9 to be shared between 308.1 and 308.5 * Added patch for kernel 4.10 (https://github.com/gentoo/vmware/pull/29)
* app-emulation/vmware-modules: add support for kernel 4.9Joshua Baergen2016-12-122-0/+78
| | | | | 4.9 introduced a change to the get_user_pages() API: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=768ae309a96103ed02eb1e111e838c87854d8b51
* app-emulation/vmware-modules: really fix hardened with 304.xFabio Rossi2016-08-171-7/+1
|
* Revert "app-emulation/vmware-modules: fix version 304.3 with hardened"Fabio Rossi2016-08-171-17/+45
| | | | This reverts commit 84ce9f6be8f1b115b9a3c454f3d9d8b2ff6db253.
* app-emulation/vmware-modules: add support to kernel 4.8Fabio Rossi2016-08-175-0/+31
| | | | | upstream kernel commit 4b9d0fab7166c9323f06d708518a35cf3a90426c renamed a symbol, add a patch to fix the problem. This solves the bug #591284.
* trying to version bump vmware 11Evan Teran2016-08-111-0/+122
|
* app-emulation/vmware-modules: complete support to kernel 4.7Fabio Rossi2016-08-054-0/+34
| | | | | | | Latest 4.7 kernel doesn't export anymore the readlink_copy() function: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=bfe8804d908a791b16e3686c101f0d7eca9fb5b9 This fixes bug #590220
* app-emulation/vmware-modules: fix version 304.3 with hardenedFabio Rossi2016-08-051-45/+17
|
* app-emulation/vmware-modules: add support to kernel 4.7Fabio Rossi2016-05-304-0/+24
| | | | | Fix compilation with latest 4.7-rc1 taking example from kernel commit 860e9538a9482bb84589f7d0718a7e6d0a944d58
* app-emulation/vmware-modules: fix patching of version 308 for kernel 4.5Fabio Rossi2016-05-281-11/+22
| | | | | | | | The old patch 308-4.05-00-vmblock-follow_link.patch was not complete (probably produced before final 4.5-rc1 release). The problem was triggering a build failure on some systems. The patch for version 304 was already correct.
* app-emulation/vmware-modules: add support to kernel 4.6Fabio Rossi2016-05-194-0/+170
| | | | This closes https://github.com/gentoo/vmware/pull/23 and bug #583244
* Added latest version 12.1.1.3770994Fabio Rossi2016-05-141-0/+0
|
* app-emulation/vmware-modules: enabling a patch that makes 308.x build on 4.5 ↵Evan Teran2016-03-201-4/+5
| | | | | | kernels :-) Package-Manager: portage-2.2.26
* app-emulation/vmware-modules: Remove oldAndreas K. Hüttel2016-03-1956-2444/+0
| | | | Package-Manager: portage-2.2.28
* app-emulation/vmware-modules: initial support for vmware-12Evan Teran2016-03-1726-0/+1237
| | | | Package-Manager: portage-2.2.26
* app-emulation/vmware-modules: compiles on 4.5 kernels nowEvan Teran2016-03-162-0/+68
| | | | Package-Manager: portage-2.2.26
* app-emulation/vmware-modules:Evan Teran2016-03-162-0/+35
| | | | | | compiles on 4.3 kernels :-) Package-Manager: portage-2.2.26
* app-emulation/vmware-modules:Evan Teran2016-03-165-0/+153
| | | | | | now vmware-modules:11 compiles cleanly on 4.2 Package-Manager: portage-2.2.26
* updating some meta-dataEvan Teran2016-03-162-1/+117
| | | | | | | version bump on vmware-workstation:11 making sure that the latest vmware-workstation:11 has bundled-libs support Package-Manager: portage-2.2.26
* app-emulation/vmware-modules: Add patch for Kernel 4.2, bug 559602Andreas K. Huettel (dilfridge)2015-09-192-0/+80
| | | | Package-Manager: portage-2.2.20.1
* app-emulation/vmware-modules: Filter some ricer CFLAGS, bug 477270Andreas K. Huettel (dilfridge)2015-09-193-3/+3
| | | | Package-Manager: portage-2.2.20.1
* app-emulation/vmware-modules: Remove oldAndreas K. Huettel (dilfridge)2015-09-081-113/+0
| | | | Package-Manager: portage-2.2.20.1
* app-emulation/vmware-modules: Sync with main treeAndreas K. Huettel (dilfridge)2015-09-054-6/+6
| | | | Package-Manager: portage-2.2.20.1
* added some comments for patchesEvan Teran2015-07-1412-0/+15
| | | | Package-Manager: portage-2.2.20
* adding missing files for version bumpEvan Teran2015-07-141-0/+113
|
* fixing udev rules needing some quotesEvan Teran2015-07-063-11/+11
| | | | Package-Manager: portage-2.2.20
* cleaning out ebuilds replaced by newer verions (last release was a security ↵Evan Teran2015-07-062-214/+0
| | | | | | | | | patch, so fairly important that we don't new installs of old versions i presume?) fixed up dependancies of vmware-vsphere ebuild to please repoman :-P Package-Manager: portage-2.2.20
* version bump for vmware-workstation 10 and 3.19/4.0 kernel supportEvan Teran2015-07-0611-18/+264
| | | | Package-Manager: portage-2.2.20
* adding some minor patches that were applied to previous versionsEvan Teran2015-07-064-0/+153
| | | | | | probably not 100% necessary, but they don't hurt either Package-Manager: portage-2.2.20
* working on vmware-workstation 11 support :-)Evan Teran2015-07-0619-0/+854
| | | | Package-Manager: portage-2.2.20
* Merge pull request #1 from realnc/workstation-10.0.5Andreas K. Hüttel2015-05-102-0/+123
|\ | | | | Workstation 10.0.5
| * Add workstation 10.0.5 plus modules and toolsNikos Chantziaras2015-03-062-0/+123
| | | | | | | | | | | | | | The userns patch needed a small modification. Workstation now depends on the correct tiff, libgcrypt, openssl and libpng slots.
* | trying to fix vsock's usage of VMCI interface, previous patch compiled... ↵Evan Teran2015-05-063-37/+25
| | | | | | | | | | | | | | but was broken as demonstrated by trying to do a VMWARE automatted install. This new patch looks better but needs to be tested