aboutsummaryrefslogtreecommitdiff
path: root/emulators/gxemul
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Bump portrevision - the binary has now changed.Adrian Chadd2013-06-281-0/+1
| | | | Notes: svn path=/head/; revision=321920
* Enable LBA in GXEMUL.Adrian Chadd2013-06-281-0/+32
| | | | | | | | | | | | | | | FreeBSD-10's ATA code requires LBA to be used. There's no code in the ATA stack to send CHS commands to the hardware these days. * Enable it by default; * Turn print() into debug() Tested: * MALTA kernel on gxemul. Notes: svn path=/head/; revision=321919
* Building gxemul conflicts with svgalib, so mark it as a conflict.Adrian Chadd2013-06-271-0/+4
| | | | | | | | | | svgalib installs a 'vga.h' file in /usr/local/include, which conflicts with the vga.h in gxemul. Until that gets resolved, mark it as a conflict. Notes: svn path=/head/; revision=321910
* Convert emulators to new options frameworkBaptiste Daroussin2013-04-281-12/+9
| | | | Notes: svn path=/head/; revision=316753
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* = Drop MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276915
* Upgrade to latest gxemul 0.6.0.Warner Losh2010-06-142-5/+9
| | | | | | | | Submitted by: Tassilo Philipp Feature safe: yes Notes: svn path=/head/; revision=256539
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-191-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244490
* - Update to 0.4.7.2Pav Lucistnik2009-09-193-16/+4
| | | | | | | | | | PR: ports/138364 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout (imp; 19 days) Feature safe: yes Notes: svn path=/head/; revision=241788
* o Fix a bug reported by Oleksandr Tymoshenko:Warner Losh2008-10-032-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@ Notes: svn path=/head/; revision=221171
* - Update to version 0.4.6.5Li-Wen Hsu2008-06-152-5/+5
| | | | | | | | PR: ports/124587 Submitted by: KATO Tsuguru <tkato432 AT yahoo.com> Notes: svn path=/head/; revision=214869
* - Update to version 0.4.6.3Martin Wilke2008-05-222-16/+12
| | | | | | | | PR: 123870 Submitted by: Ports Fury Notes: svn path=/head/; revision=213501
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-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) Notes: svn path=/head/; revision=211584
* Reset maintainership.Joseph Koshy2008-04-101-1/+1
| | | | Notes: svn path=/head/; revision=210992
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-1/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209644
* Upgrade to v0.4.6.2. Changes from the previous ported version include:Joseph Koshy2008-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. Notes: svn path=/head/; revision=207754
* - Upgrade to v0.4.6. Upstream changes include:Joseph Koshy2007-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. Notes: svn path=/head/; revision=194862
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update pkg-descr.Joseph Koshy2007-05-031-7/+11
| | | | | | | Requested by: Anders Gavare [AUTHOR] Notes: svn path=/head/; revision=191454
* Upgrade to v0.4.5.1. Upstream changes from the previous versionJoseph Koshy2007-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. Notes: svn path=/head/; revision=191401
* Upgrade to version 0.4.4. Upstream changes include:Joseph Koshy2007-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. Notes: svn path=/head/; revision=186632
* Upgrade to v0.4.3. Upstream changes include:Joseph Koshy2006-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. Notes: svn path=/head/; revision=176782
* Add an interim patch that allows FreeBSD to learn the clock frequencyJoseph Koshy2006-09-022-0/+15
| | | | | | | | | of the emulated MIPS32 processor from yamon's environment. Submitted by: bms Notes: svn path=/head/; revision=171881
* Update to v0.4.2. Upstream changes include:Joseph Koshy2006-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. Notes: svn path=/head/; revision=171027
* Upgrade to v0.4.1.Joseph Koshy2006-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. Notes: svn path=/head/; revision=168798
* - Upgrade to v0.3.8. User visible changes include:Joseph Koshy2006-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. Notes: svn path=/head/; revision=156376
* Unbreak: USE_GCC=3.2+ on 4.xVolker Stolz2006-01-101-0/+4
| | | | Notes: svn path=/head/; revision=153185
* Update to 0.3.7 from 0.3.2. SeeWarner Losh2005-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. Notes: svn path=/head/; revision=152470
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149315
* reset maintainer to ports@Oliver Lehmann2005-09-301-1/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=143839
* Add gxemul.Jean-Yves Lefort2005-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> Notes: svn path=/head/; revision=135684