aboutsummaryrefslogtreecommitdiff
path: root/emulators/bochs/files
Commit message (Collapse)AuthorAgeFilesLines
* - If you use ne2k driver for FreeBSD, bochs will not receive incoming packetsPav Lucistnik2006-11-191-0/+17
| | | | | | | | | | | until the buffer specified by bochs is full (2048). Enable immediate mode to solve this. PR: ports/105580 Submitted by: Thinker <thinker@branda.to> Notes: svn path=/head/; revision=177583
* - Use SF macro in MASTER_SITES.Alejandro Pulver2006-10-313-88/+1
| | | | | | | - Add more OPTIONS and knobs. Notes: svn path=/head/; revision=175909
* - Update to 2.3Rong-En Fan2006-09-262-39/+0
| | | | | | | | PR: ports/103635 Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Notes: svn path=/head/; revision=173888
* Use SUB_FILES instead of pre-patch commands.Sam Lawrance2006-05-141-0/+7
| | | | | | | | PR: port/97217 Submitted by: Ports Fury Notes: svn path=/head/; revision=162306
* - Fix build on 4.xMarcus Alves Grando2006-03-181-3/+9
| | | | | | | | | | - Minor reoganize in Makefile PR: 94596 Submitted by: Sven Berkvens-Matthijsse <sven@ilse.net> Notes: svn path=/head/; revision=157535
* - Update to 2.2.6Pav Lucistnik2006-03-162-17/+42
| | | | | | | | | | | - Change flag to enable/disable SMP instead of obsolete method of specifying the number of CPU's PR: ports/94533 Submitted by: Sean Farley <sean-freebsd@farley.org> Notes: svn path=/head/; revision=157453
* - update to 2.2Dirk Meyer2005-06-232-27/+13
| | | | Notes: svn path=/head/; revision=137941
* Fix build with gcc-3.4Kirill Ponomarev2004-08-281-0/+11
| | | | | | | | PR: ports/71055 Submitted by: Ports Fury Notes: svn path=/head/; revision=117480
* Update to 2.1. Try to provide a better set of default options and a betterEric Anholt2004-01-173-85/+54
| | | | | | | | | default configuration (VESA enabled, which is very popular, and the config file has the clock synchronizing to the host as default). Simplify the Makefile greatly. Notes: svn path=/head/; revision=98428
* Fix compilation on -current.Eric Anholt2003-07-151-0/+76
| | | | | | | | PR: ports/54440 Submitted by: Erik Greenwald <erik@smluc.org> Notes: svn path=/head/; revision=84935
* Update to 2.0.2Eric Anholt2003-02-112-49/+0
| | | | | | | | PR: ports/48143 Submitted by: Ports Fury Notes: svn path=/head/; revision=75273
* Update bochs port to 2.0.1, take maintainership.Eric Anholt2003-01-104-49/+41
| | | | | | | | PR: 46937 Submitted by: Ports Fury (PR), Keith Jones (patch-cdrom.cc) Notes: svn path=/head/; revision=72865
* Update to 1.4.1Patrick Li2002-07-121-11/+0
| | | | | | | | PR: ports/40495 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=62879
* - Add patch which fixes build under certain configurationsPatrick Li2002-06-192-0/+32
| | | | | | | | | | | | | PR: ports/38124 Submitted by: Leland Wang <llwang@infor.org> - Fix build for -current and add WITH_NE2000 knob PR: ports/38759 Submitted by: anholt Notes: svn path=/head/; revision=61536
* Unbroke on recent -current: we now need <arpa/inet.h> to get proto forMaxim Sobolev2002-03-111-0/+13
| | | | | | | ntohl(3). Notes: svn path=/head/; revision=55897
* Update to version 1.2.1Kevin Lo2001-10-201-0/+25
| | | | | | | | PR: 31382 Submitted by: MAINTAINER Notes: svn path=/head/; revision=48971
* Update to 1.2.Maxim Sobolev2001-06-093-106/+14
| | | | | | | No response from: brand new maintainer Notes: svn path=/head/; revision=43668
* Update to 1.1.2.Maxim Sobolev2001-06-025-21/+61
| | | | | | | | PR: 27467 Submitted by: Cyrille Lefevre <clefevre@poboxes.com>, sobomax Notes: svn path=/head/; revision=43435
* Support bochs's internal debugger.David E. O'Brien2000-02-031-0/+11
| | | | | | | Submitted by: jhb Notes: svn path=/head/; revision=25460
* A slightly different approach to allow access to CD media w/in the emulator.David E. O'Brien2000-01-161-8/+53
| | | | | | | | | | | Use the ioctl's CDIOREADTOCHEADER and CDIOREADTOCENTRYS to determine the size of the data track on the disk, rather than using the DIOCGDINFO ioctl (which doesn't appear to work for all users / CD media under FreeBSD). Submitted by: Keith Jones <keith@mithy.org> Notes: svn path=/head/; revision=24781
* Support the "seeing" of CDROM drives.David E. O'Brien2000-01-141-0/+38
| | | | | | | | | [However, Win95 running in bochs still can't "see" the CD] Submitted by: Mark Ovens <mark@dogma.freebsd-uk.eu.org> Notes: svn path=/head/; revision=24717
* There's a bug in bochs that's been annoying me for a while. I have found aDavid E. O'Brien2000-01-141-0/+13
| | | | | | | | | | | | | | | | | | | fix, but, as I don't fully understand *why* the fix works (and doesn't break anything else). When bochs is run from an xterm it leaves the xterm in an unstable state after exiting (if bochs is started in the background the xterm is unstable as soon as the prompt returns). By unstable I mean: Nothing you tyoe is echoed, and commands don't work (``ls'' gives no output, for example). Ctrl-C and Ctrl-D behave like RETURN; you get a line feed and a new prompt, and the DEL and INS keys do a destructive back-space over the prompt. Submitted by: Mark Ovens <mark@dogma.freebsd-uk.eu.org> Notes: svn path=/head/; revision=24716
* Make PREFIX clean.David E. O'Brien1999-11-231-24/+2
| | | | Notes: svn path=/head/; revision=23269
* Update to the 991114 version.David E. O'Brien1999-11-231-10/+10
| | | | Notes: svn path=/head/; revision=23268
* Upgrade to the 991004 version.David E. O'Brien1999-10-061-9/+9
| | | | Notes: svn path=/head/; revision=22202
* Upgrade to the 990907b version.David E. O'Brien1999-09-191-4/+4
| | | | Notes: svn path=/head/; revision=21733
* Update to version 990623a.Steve Price1999-08-011-16/+19
| | | | | | | | PR: 12709 Submitted by: John Baldwin <jobaldwi@vt.edu> Notes: svn path=/head/; revision=20422
* Upgrade to bochs-981102b.Alexander Langer1998-11-031-27/+28
| | | | | | | Submitted by: msmith Notes: svn path=/head/; revision=14323
* Upgrade to 980331 version of Bochs.Alexander Langer1998-04-031-2/+2
| | | | Notes: svn path=/head/; revision=10401
* Upgrade to 980124 version of Bochs.Alexander Langer1998-01-261-6/+6
| | | | Notes: svn path=/head/; revision=9448
* Update to 980118 version of Bochs.Alexander Langer1998-01-191-14/+14
| | | | Notes: svn path=/head/; revision=9371
* Removed adjustment of LOCAL_PREFIX in patch-aa and MESSAGE.Alexander Langer1997-12-211-2/+2
| | | | | | | PR: 5354 Notes: svn path=/head/; revision=9144
* Bochs is an Intel x86 CPU emulator capable of running protected modeAlexander Langer1997-12-181-0/+27
software such as Windows 95. Notes: svn path=/head/; revision=9124