aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/gxemul
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to latest gxemul 0.6.0.imp2010-06-152-5/+9
| | | | | Submitted by: Tassilo Philipp Feature safe: yes
* - Mark MAKE_JOBS_UNSAFEpav2009-11-201-0/+1
| | | | Reported by: pointyhat
* - Update to 0.4.7.2pav2009-09-203-16/+4
| | | | | | | PR: ports/138364 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout (imp; 19 days) Feature safe: yes
* o Fix a bug reported by Oleksandr Tymoshenko:imp2008-10-042-1/+13
| | | | | | | | | | | Due to small issue with gxemul (PCI registers values of piix controller are not saved having been written) FreeBSD in gxemul panics after detecting IDE devices. Apply this patch to fix it... o Bump PORTREVISION o Take on this port. Submitted by: gonzo@
* - Update to version 0.4.6.5lwhsu2008-06-152-5/+5
| | | | | PR: ports/124587 Submitted by: KATO Tsuguru <tkato432 AT yahoo.com>
* - Update to version 0.4.6.3miwi2008-05-222-16/+12
| | | | | PR: 123870 Submitted by: Ports Fury
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Reset maintainership.jkoshy2008-04-101-1/+1
|
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-1/+2
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* Upgrade to v0.4.6.2. Changes from the previous ported version include:jkoshy2008-02-222-4/+4
| | | | | | | - The MIPS32/64 "ror" instruction is now supported. - Support for NetBSD 4.0, OpenBSD/landisk 4.2. - Documentation updates. - Bug fixes.
* - Upgrade to v0.4.6. Upstream changes include:jkoshy2007-07-042-5/+4
| | | | | | | | | - NetBSD/pmppc can now run in the emulator (with root-on-nfs), on an emulated Artesyn PM/PPC board. - Host CPU usage reductions when the guest OS is in an idle loop. - Minor SuperH emulation speed improvements. - General code cleanup: Non-working (skeleton) emulation modes have been removed, and many unused/legacy constructs have been removed.
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update pkg-descr.jkoshy2007-05-031-7/+11
| | | | Requested by: Anders Gavare [AUTHOR]
* Upgrade to v0.4.5.1. Upstream changes from the previous versionjkoshy2007-05-022-4/+4
| | | | | | | | | | of the port include: - Initial support for "disk overlays", enabling rollback of emulated disk contents. - Bug fixes to dyntrans and other modules. - GDB debugging stub support, some dummy and experimentals CPUs and machine modes have been removed. - Landisk emulation now runs OpenBSD/landisk.
* Upgrade to version 0.4.4. Upstream changes include:jkoshy2007-03-062-4/+4
| | | | | | | | - a redesign/rewrite of the interrupt routing system. - more stable SuperH emulation. - minor AltiVec changes. These changes allow a NetBSD/dreamcast 'Live CD' to boot and NetBSD/macppc to boot a GENERIC kernel after install.
* Upgrade to v0.4.3. Upstream changes include:jkoshy2006-11-083-19/+4
| | | | | | | | | | | - SH4 emulation now allows NetBSD/dreamcast to reach userland. - A framework to let emulated clocks run at same speed as the host clock has been added. - The built-in debugger's expression syntax has been changed. - Better MIPS emulation for some combination of emulated processor and guest operating system. - Bug fixes.
* Add an interim patch that allows FreeBSD to learn the clock frequencyjkoshy2006-09-022-0/+15
| | | | | | of the emulated MIPS32 processor from yamon's environment. Submitted by: bms
* Update to v0.4.2. Upstream changes include:jkoshy2006-08-202-4/+4
| | | | | | | | | | | - NetWinder emulation mode works well enough to let NetBSD/netwinder run from a disk image. - Algorithmics P5064 emulation works well enough to let NetBSD/algor run from a disk image. - PCI configuration register writes are now handled, which allows NetBSD/Malta (evbmips) 3.0.1 and NetBSD/cobalt 3.0.1 to run from PCI IDE harddisk images. - Some performance increases for translation table updates.
* Upgrade to v0.4.1.jkoshy2006-07-262-36/+8
| | | | | | | | | | | | | | | | Major upstream changes from the previous ported version include: - speedups for MIPS emulation, - an improved dyntrans backend, - tweaks to ARM, PPC, AVR, SPARC and MIPS emulation, - support for remote debugging using GDB, - a new statistics gathering option "-s", - most configuration options are no longer supported, - bug fixes. Port changes: - the port no longer depends on GCC >= 3.2 on FreeBSD 4.X. - OPTION "X" has been renamed as "X11" for consistency.
* - Upgrade to v0.3.8. User visible changes include:jkoshy2006-02-192-87/+11
| | | | | | | | | - i80321 (XScale) mode can run NetBSD/evbarm, - performance speedups for framebuffer output - most CPU types are enabled by default. - Remove obsolete USE_REINPLACE directive. - Add a local MASTER site. - Take over port maintainership.
* Unbreak: USE_GCC=3.2+ on 4.xvs2006-01-101-0/+4
|
* Update to 0.3.7 from 0.3.2. Seeimp2005-12-312-10/+63
| | | | | | | | http://gavare.se/gxemul/gxemul-stable/HISTORY.html for a long changelog between these releases. Summary: vastly improved arm, mips and ppc support. Lots of new CPUs and a better dynamic code generator for the instructions emulated. Vastly improved hardware device emulation. Can boot many free and obscure guest operating systems.
* - Add SHA256pav2005-11-251-0/+1
|
* reset maintainer to ports@oliver2005-09-301-1/+1
| | | | Approved by: maintainer
* Add gxemul.jylefort2005-05-203-0/+119
GXemul is a free instruction-level machine emulator, emulating not only the CPU, but also other hardware components, making it possible to use the emulator to run unmodified operating systems such as NetBSD, OpenBSD, or Linux. A few different machine types are emulated. The following machine types are emulated well enough to run at least one "guest OS": * DECstation 5000/200 ("3max"): serial controller (including keyboard and mouse), ethernet, SCSI, and graphical framebuffers. * Acer Pica-61 (an ARC machine): serial controller, "VGA" text console, and SCSI. * NEC MobilePro 770, 780, 800, and 880 (HPCmips machines): framebuffer, keyboard, and a PCMCIA IDE controller. * Cobalt: serial controller and PCI IDE. WWW: http://gavare.se/gxemul/ PR: ports/81048 Submitted by: Janni <jannisan@t-online.de>