summaryrefslogtreecommitdiffstats
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.3.0pre11:nox2007-02-074-14/+32
| | | | | | | | | | - Install docs - Add MASTER_SITE_LOCAL - "-fno-stack-protector" gcc option fix - added kqemu regression tests (can serve as API usage example too) - included kqemu technical doc Approved by: miwi (mentor)
* Update to 0.9.0:nox2007-02-068-50/+24
| | | | | | | | | | - Mouse relative offset VNC extension (Anthony Liguori) - info vnc command (Anthony Liguori) - gdbserver fix NOTES: Please read UPDATING! Approved by: miwi (mentor)
* Update to 1.3.0pre10:nox2007-02-066-30/+36
| | | | | | | - Changed license to GPL version 2 - x86_64 full virtualization support Approved by: miwi (mentor, implicit)
* - Mark as DEPRECATED and add EXPIRATION_DATE.alepulver2007-02-051-0/+3
| | | | | PR: ports/108660 Submitted by: Nathan Butcher <n-butcher@gol.com>
* - Update to 1.51gabor2007-02-053-11/+62
| | | | | | | | | - Change maintainer's e-mail address PR: ports/108357 Submitted by: Bjorn Konig <bkoenig@cs.tu-berlin.de> Approved by: Stefan Sperling <freebsd-ports@stsp.in-berlin.de> (maintainer), erwin (mentor)
* Slirp seems to be working again on -current.nox2007-02-042-6/+4
| | | | | Submitted by: Scott Robbins <scottro@nyc.rr.com> Approved by: miwi (mentor, implicit)
* Update to 2007-02-03 snapshot:nox2007-02-0322-158/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix `could not open hard disk image '/dev/ad0'' (e.g.) when open(2) fails with EPERM instead of EACCES for ro devices. - PIIX4 support, by Aurelien Jarno. - Gallileo GT64xxx support, by Aurelien Jarno. - MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil. - ARM ELF loader. - Improved console handling, thanks Stefan Weil. - Disable Malta floppy controller for now, by Aurelien Jarno. - Big endian support for Gallileo, by Aurelien Jarno. - Add more ATAPI CDROM DMA support, by Juergen Keil. - Add ARM Angel semihosting to system emulation. - Don't resume guest when gdb connection terminates and -S specified. - mips: Implementing dmfc/dmtc. - Fix DMA timeouts on FreeBSD, by Carlo Marcelo Arenas Belon. - New multiple snapshot support for VMDK, by Igor Lvovsky. - Add support for 82371FB (Step A1) and Improved support for 82371SB (Function 1), by Carlo Marcelo Arenas Belon. - Accept -help. - Accept --foo as an alias for -foo. - Add nodelay option for TCP character devices. - Use standard character device interface for gdbstub. - GDB hosted syscalls. - Upgrade the apic version_id, by Don Laor. - Save some vm space for the regular program loading zone, by Pierre d'Herbemont - script=no for the TUN/TAP net option, by Jean-Christian de Rivaz - Sparc arm/mips/sparc register patch, by Martin Bochnig. - PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk. - sem* and msg* for qemu, by Kirill Shutemov. - And some more bugfixes. Approved by: miwi (mentor, implicit)
* - Fix build after remove objformat on headmiwi2007-02-031-1/+10
| | | | Submitted : trasz (maintainer via privat mail)
* - Remove support for xfree86-3pav2007-02-0213-129/+23
| | | | | | PR: ports/106666 Submitted by: vd With hat: portmgr
* - Update to 2.3.5acm2007-02-013-4/+5
| | | | - See the changelog at http://stella.sourceforge.net/stellanews.html
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-013-0/+3
|
* Fix crashes on -current/amd64 hostsnox2007-01-314-0/+30
| | | | | Submitted by: jkim Approved by: miwi (mentor, implicit)
* - Remove support for a.out format and PORTOBJFORMAT variable from individualpav2007-01-301-6/+1
| | | | | | ports With hat: portmgr
* Retire NO_FILTER_SHLIBS now that it no longer serves a purposekris2007-01-3013-13/+0
|
* Use libtool port instead of included one to avoid objformat a.out botchkris2007-01-281-0/+1
|
* Update to Wine 0.9.30. Among others, this brings the following changes:gerald2007-01-266-8/+14
| | | | | | | - Many improvements to Direct3D shaders and state management. - Support for inter-process memory allocations. - OLE32 marshalling fixes. - Lots of bug fixes.
* Remove expired ports:vd2007-01-2630-1201/+0
| | | | | 2007-01-16 emulators/vx68k: distfile disappeared from homepage 2007-01-16 emulators/libvm68k: distfile disappeared from homepage
* - Fix build on sparc64 and ia64miwi2007-01-231-3/+3
| | | | | | | | | - Pass maintainership to submitter [1] - Bump PORTREVISION PR: ports/108272 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Approved by: linimon
* Replace devfs test with osversion check to fix tinderbox buildnox2007-01-222-14/+10
| | | | | Submitted by: pointyhat via kris Approved by: miwi (mentor, implicit)
* Mark BROKEN for amd64 for now.delphij2007-01-211-1/+1
| | | | Requested by: maintainer
* Non-redistributable packages should be RESTRICTED, not NO_PACKAGE. Also wekris2007-01-212-2/+2
| | | | like to build kernel modules on pointyhat to detect breakage quickly.
* Unbreak by updating to 4.6nox2007-01-202-6/+4
| | | | Approved by: miwi (mentor, implicit)
* BROKEN: Unfetchablekris2007-01-201-0/+2
|
* Add link to a -current tap howtonox2007-01-172-2/+6
| | | | | Submitted by: Scott Robbins <scottro@nyc.rr.com> Approved by: miwi (mentor)
* - Update to 1.50acm2007-01-164-38/+70
| | | | | | | | | | | | | | - Added a few new OPTIONS knobs [1] - Distfile is now a .tar.bz2 instead of a .tar.gz - Target ALL wasn't valid - Removed substitutions to configure because they were unnessacary - Respect CFLAGS [1] - Mark IGNORE < 602000, It needs zlib 1.2.3 or greater [1] - Patch to linux/zfilew.c no longer needed PR: ports/107125 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Reviewed by: miwi and me [1]
* - Add pkg-plistacm2007-01-162-6/+9
| | | | | | - Fix pkg-plist problems [1] Reported by: kris [1]
* - mark IGNORE on FreeBSD < 6.0dinoex2007-01-141-3/+9
|
* Update qemu to 2007-01-11 snapshot:nox2007-01-1216-38/+86
| | | | | | | | | | | | | | | | | | | | | | | | - add slirp udp fix [this should fix the dns problems with some guests] - document slirp problems on recent -current (I don't have a -current box so if someone wants to help debug this you are most welcome!) - memsave monitor command - Dynamic handling of guest mice, by Lonnie Mendez. - PPC32 Trace Exception and Trap instruction, by Jason Wessel. - Add -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori. - Add -boot n option for x86 using PXE, by Anthony Liguori. [for use with tuntap] - Support for Bochs "growing" images, by Volker Ruppert. - Japanese keyboard patch (kazu) - Revert -disk patch, as requested by Fabrice. The general idea of this patch is sound, but the implementation is just too ugly. [this should fix the hanging linux guests] - Devfn number for the PIIX3 southbridge, by Aurelien Jarno. - Increase MIPS BIOS from 128kB to 4MB, by Aurelien Jarno. - And some more bugfixes. Approved by: miwi (mentor)
* - Fix build with gcc 4.Xmiwi2007-01-113-3/+23
| | | | | PR: ports/107819 Submitted by: trasz (Maintainer)
* Update to Wine 0.9.29. Among others, this brings the following changes:gerald2007-01-106-10/+12
| | | | | | - More work on the new Direct3D state management. - Many OLE fixes and improvements. - Lots of bug fixes.
* - Bump PORTREVISION for pointyhatmiwi2007-01-101-0/+1
| | | | | Submitted by: pointyhat Approved by: maintainer
* - Update to 1.7.3miwi2007-01-092-4/+4
| | | | | PR: 107640 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
* - Update to 0.8.3miwi2007-01-083-5/+6
| | | | | PR: 107663 Submitted by: trasz (maintainer)
* Only mknod where appropriate (!devfs case).netchild2007-01-061-0/+3
|
* - Fix build with sparc64miwi2007-01-031-0/+11
| | | | | PR: 107422 Submitted by: trasz
* - Update to 0.8.2miwi2007-01-033-7/+7
| | | | | PR: ports/107456 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (Maintainer)
* - enable xml supportdinoex2007-01-022-2/+4
| | | | Approved by: gerald
* - Update to 2.3acm2006-12-293-8/+7
| | | | - Take maintainership
* - Add USE_GCC=3.4+. I forgot to add it in my previous commit.acm2006-12-281-0/+1
|
* - Update to 0.7.1acm2006-12-283-5/+8
|
* - Update to 0.8.0acm2006-12-272-5/+7
|
* - Update to 1.5acm2006-12-278-487/+495
| | | | | | | | | | | - Add new mirrors to MASTER_SITES - Add pkg-message file - Convert to OPTIONS - Clean patch files - Install DOCSDIR files - Remove obsolete patch - Remove USE_X_PREFIX - Take maintainership
* Add patch to pass windows keys to qemu guestsnox2006-12-264-0/+30
| | | | | | PR: ports/107216 Submitted by: Scott Robbins <scottro@nyc.rr.com> Approved by: miwi (mentor)
* Update to Wine 0.9.28. Among others, this brings the following changes:gerald2006-12-266-12/+10
| | | | | | | | | - Better Dwarf support in dbghelp. - Several Winsock fixes. - Various code cleanups. - Better mouse support in games. - Beginnings of new state management in Direct3D. - Lots of bug fixes.
* - Update to 0.7.0acm2006-12-252-6/+5
| | | | - Change MASTER_SITES to SF
* update qemu to 20061225 snapshot:nox2006-12-2510-52/+48
| | | | | | | | | | | | | | | | | | | | | | - Enable TCP_NODELAY, by Daniel Jacobowitz. [speeding up slirp] - Run monitor over unix domain sockets, by Anthony Liguori. - Unix domain socket support for VNC, by Anthony Liguori. - Daemonize option, by Anthony Liguori. - SCSI emulation improvements, by Chuck Brazie. [adding scsi disk/cdrom emulation to i386/amd64 guests using new -disk syntax - quoting /usr/local/share/doc/qemu/qemu-doc.html: "-disk scsi,img=file[,sdx=a..g][,type=disk|cdrom][,id=n]" Use file as the SCSI disk/CD-ROM image. The defaults are: sdx=a,type= disk,id='auto assign' doing a quick test with a FreeBSD guest I was able to mount and look at a ufs partition; doesn't seem to quite work with (some?) linux guests yet tho, will post about this on the qemu list...] - and a few bug fixes. Approved by: miwi (mentor)
* Update MAINTAINER email address of my portsnox2006-12-234-4/+4
| | | | Approved by: miwi
* - Fix rc script for 6.Xmiwi2006-12-214-4/+12
| | | | | | | | - Bump PORTREVISION PR: ports/106917 Submitted by: Simon Phoenix<phoenix.simon@gmail.com> Approved by: maintainer
* The Machine Emulator provides a general-purpose frameworkmiwi2006-12-216-0/+152
| | | | | | | | | | for computer emulation. Right now it can emulate Sun 2/120 and 3/150. WWW: http://theory.lcs.mit.edu/~fredette/tme/ PR: ports/106839 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
* Update to 1.2 release.delphij2006-12-213-18/+25
| | | | Submitted by: RuanWei <iamayan at gmail.com> (maintainer)
OpenPOWER on IntegriCloud