summaryrefslogtreecommitdiff
path: root/emulators/bochs
AgeCommit message (Collapse)AuthorFilesLines
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-3/+1
automatically now.
2004-02-12Update bochs to 2.1.1 (doh). Changes:hubertf2-5/+5
- fix bug in int15h function 0xe820 (Christian Neubert) - fix vmware3 disk support on big-endian platforms (Christophe Bothamy) - fix conditions for NM exception on FWAIT instruction (Christophe) - fix symbol conflict in rfb and x display libraries (Volker Ruppert) - allow 16 bit writes to ne2k page 0 (Volker) - notify display libraries on change of bpp (Volker) - fix bug in int13h function 0x10 (Volker) - fix floppy dialog error on win2k (Volker) - fix adress check in TSS IO permission bitmap (Christophe) - fix buffer overflow vulnerability pointed out by SeSoX (Christophe) - updates for MacOS compile (Daniel Gimpelevich)
2004-02-12Update bochs to 2.1. Changes:hubertf11-285/+135
- New disassembler - 3DNow!/SSE/SSE2/PNI instruction support - Vmware3/Sparse/Undoable/Growing harddisk images support - many VGA emulation improvements (e.g. high/true color VBE modes added) - No more X11 vga font required
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-11-06Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-10-26Override config.guess and config.sub to make the pkg recognize shark.kristerw1-1/+3
2003-10-24Add a patch so that it builds with gcc3.bouyer2-1/+80
Confirmed to still build with gcc2 by Julio M. Merino Vidal.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-02-07Upgrade to version 2.0.2. Changes from 2.0.1, from thefredb2-5/+5
CHANGES file: Changes in 2.0.2 (January 21, 2003): - fix possible segfault in wxWindows (Volker Ruppert) - fix instrumentation (Stanislav Shwartsman) - fix cdrom read_toc() function for *BSD (Keith Matthew Jones) - fix NetBSD boot from cdrom (Christophe Bothamy) - fix cmos checksum (Volker) - fix "refresh bit" behaviour in pit (Volker) - fix .bochsrc parsing (Volker) - fix vga resize/redraw problems (Volker) - fix compilation issues on Irix and Tru64 (Christophe) - fix MMX/SSE bugs (Stanislav, Peter Tattam)
2003-01-13Update bochs to 2.0.1. From the ChangeLog:fredb2-6/+5
Changes in 2.0.1 (January 4, 2003): - fix corrupt saved configuration files (Christophe Bothamy) - fix missing break statements in apic (Shai Fultheim) - fix compiling sb16 under FreeBSD (Volker Ruppert) - updates to the documentation (Volker) - fix text mode colors 8 to 15 (Volker) - fix FPU integer load bug (Volker) - stop pasting on hardware reset (Volker)
2002-12-30Enable NE2000 ethernet module. Bump revision.uebayasi3-2/+17
2002-12-25Update to Bochs 2.0.uebayasi9-91/+63
A very brief summary of changes: - 2x emulation speedup!!! - added plugin devices and guis. Now you can compile with many more options, and choose between them at runtime. - added emulation of AMD x86-64, MMX, SSE, SSE2 instructions. - add wxWindows port (a graphical configuration interface and display lib) and SVGAlib port (full screen display for Linux without X11). - improvements in many I/O devices: for example up to 8 hard disks/cdroms, TUN/TAP network interface, 360k floppies. - improved MacOSX/Carbon interface and updated MacOS9port. - GDB remote stub, allows symbolic debugging with Bochs simulation. - support for up to 32gig hard disk images.
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-07-12upgrade to 1.4.1.itojun3-35/+7
------------------------------------------------------------------------- Changes in 1.4.1 (June 22, 2002): - now cdrom is enabled in configure, unless you specifically disable it with --disable-cdrom. (Christophe) - fix compile error in main.cc when SMP or APIC is enabled (Dave) - the runtime menu now displays 11 (continue) by default (Bryce) - initialize DMA controller before floppy and SB16 - fix DMA panic when installing win95 (Volker) - first character of the vga bitmap is blank on win32 (Volker) Before, it was incorrectly coded as a '@'. - AltGr key on European keyboards works now on win32 (Volker) - fix problem with console/serial port on Bochs exit (Volker) - enable serial port for GNU and GNU/Linux (Volker) - small documentation fixes (Volker) - remove unnecessary include statements for X11 (Volker) - italian keymap added (Emanuele Goldoni) - fix win32 ethernet frames error. It will no longer reject packets that are less than 60 bytes long. (Peter Tattam) - BIOS fixes : - win2k cd-boot (Christophe) - emm386 crash (Dave) - cs=0 at boot time (Christophe) - keyboard failure in scandisk (Dave) - fix bug in forming the 64-bit APIC base address from two 32-bit registers. A compiler warning in cpu/proc_ctrl.cc pointed this out. - fix default choice in the runtime options menu
2002-06-06set CXXFLAGS to use arch specific default optimizationgrant1-3/+2
suggested by Martin Husemann on tech-pkg and noted by Chris Pinnock in private mail.
2002-06-06add CXXFLAGS=-O2grant1-1/+2
reported by Wojciech Puchar <wojtek@3miasto.net> in pkg/17181.
2002-05-14- - Enable the cdrom driver, and begin to make it work on NetBSD.fredb6-4/+104
It can boot a Norton Utilities CD, but not run any of the utilities. That may be the known problem with the Windows 98 CD. - - Add the ability, on NetBSD, to spin up the CD-ROM. This keeps "disklabel cd0" while booted from the NetBSD 1.5.3 rescue floppy from panicing the emulation, but it still doesn't return a label. - - Go ahead and enable the network driver and dummy sound driver. The network driver almost works under the NetBSD rescue floppy (ifconfig works, but not ping). I have no way, currently, of verifying the (dummy, silent) sound driver. - - Bump to 1.4nb1.
2002-05-13Install some more files (bximage, man pages, docs), sort PLIST,wiz5-23/+49
regen a patch, and handle gui.cc slightly differently (sent back).
2002-05-13Update package to version 1.4. Many changes. Here's an abbreviated list of somefredb5-51/+35
of the more visible ones. - ROM BIOS - Christophe Bothamy added ability to boot from El Torito CDROM. - VGA - vga memory read/write functions in text mode fixed - implementation of CGA mode 320*200*4 (patch from Sebastien Bechet) - GUI changes - cdrom button: click this to notify Bochs when you changed the CDROM (Volker) - snapshot button: saves the text on the Bochs screen into a file called snapshot.txt (Volker) - copy button: on Win32 and X windows, copy the text on the Bochs screen to the clipboard (Volker) - paste button: on Win32 and X windows, paste the characters on the clipboard into the Bochs window. This requires keyboard_mapping to be enabled. (Bryce Denney) - keyboard - added an optional keyboard_mapping option that enables to use your country specific keyboard with Bochs. If enabled, the keymap file must be specified in bochsrc. The available keymaps are US, German, Spanish and French for PCs running X11. Contributions are welcomed. (Christophe Bothamy) - added Windows(tm) key definitions (Volker Ruppert) - added paste button, which causes the emulated keyboard to type characters from the system clipboard. This only works when keyboard_mapping is enabled. (Bryce Denney)
2001-12-13Update bochs to 1.3. Version 1.3 clearly performs better, and is morefredb6-66/+92
stable than, version 1.1.2. Extensive changes include a new text-based configuration menu (which starts at launch and upon pressing the config button), LBA support for hard disks, better error handling for "hard disk" configuration errors, and a new VGABIOS (optional). Plus, bochs can now simulate an SMP machine! [The last is not tested on NetBSD, and is not enabled by default in the package.]
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-05-25Updated to version 1.1.2 (bugfix3, 2001-05-16)kei9-87/+25
- updated Elpin VGA BIOS to version 2.40, and changed pointer in .bochsrc - fixed .conf.x86 script so that it uses c++ instead of egcs for C++ files - now Makefile targets that recurse into subdirectories use double colons, so that it will always recurse into subdirectories. Now a single make command should notice a modified source file in a subdir. - fixed bug in bx_panic. If BX_PANIC_IS_FATAL==0 and a (non-fatal) panic occurs, it used to call bx_atexit() and then return. It should never call bx_atexit, which starts to shut down the simulator, unless it's really going to quit! - support 2.88 MB floppy disks - since dataseghack is checked in as non-executable, invoke it with "csh dataseghack" - double fault patch from Thomas Petazzoni <thomas.petazzoni@ifrance.com>, sourceforge patch #423726. - removed -fno-builtin from fpu makefiles - redefine u_char, u_short, etc. in order to not conflict with system definitions of these same types. - in cdrom.cc, remove the extern "C" { } structure around some of the header files. This is no longer necessary. - do not panic on hard disk command 0x1f2 (read sector count) - in keyboard.cc: - apply Todd Fries' reset patch - recognize most of the "Grey" insert/delete/home/end/etc. keys the same as keypad keys. - removed panic on "kbd_ctrl_to_kbd(): got value of 0x??" - implement mouse command 0xf6 (set defaults) - apply Suboner@aol.com's Xwindows timing patch from http://sourceforge.net/tracker/index.php?func=detail&aid=418730&group_id=12580 &atid=312580 - remove all patches from patches subdir which have already been applied. The remaining ones are under consideration but not applied.
2001-05-15Update to bochs-bugfix-20010409-beta. Changes are lots of bugfixes.wiz2-7/+8
2001-05-15New homepage, per bryce.denney@bigfoot.com (PR admin/12948).fredb1-2/+2
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-13/+11
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-13/+16
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-04Enable on alpha - this works enough to boot rescue-small.simonb1-3/+1
2000-12-14Updated "bochs" package to 2000.03.25a. it is now distributed under the LGPL.kei8-59/+106
2000-09-10Use gmake instead of make (handles implicit rules differently).wiz1-1/+2
Addresses pkg/9778 and pkg/10887.
2000-09-05No need for the binary package to run "mkfontdir".fredb1-2/+1
2000-09-01Regen for new patch-af.fvdl1-1/+2
2000-09-01Patch to make bochs accept 2.88 floppies in the bochsrc file.fvdl1-0/+17
2000-01-31update to 2000_0104cdrochner6-27/+38
changes since 991023a: -various bugfixes -soundblaster emulation -cdrom emulation -new fpu emulator moved out of ${X11BASE}, there is little reason to have it there
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-25Update bochs to 991023a.drochner9-104/+143
relevant changes since 980707: new BIOS many many fixes integrated debugger additions Pentium emulation It's now possible to boot NetBSD inside bochs. (Remaining problems: missing BIOS INT15/86 (delay), IDE disk recognition, timer interrupt too fast, pccons-isapnp clash)
1999-07-09Add package patch-sum filesagc1-0/+4
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-2/+2
pattern match format. Minor pkglint along the way.
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1998-11-12Fix some more pkglint nits.frueauf2-5/+4
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled1-1/+3
on alpha. There may be more, but I haven't seen them yet.
1998-09-06Add new pkg for bochs-980707garbled8-0/+147
an i386 machine emulator capable of running dos/windows (couldn't get this working on alpha, works great on i386, reports from other arches would be much appreciated)