aboutsummaryrefslogtreecommitdiff
path: root/emulators/bochs
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.4Patrick Li2002-05-143-8/+10
| | | | | | | | PR: 38041 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=59111
* 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
* Upgrade to version 1.3. Bochs works now wonderfullMartin Blapp2002-01-093-4/+8
| | | | | | | | | in CURRENT, while 1.21 did panic. Approved by: demon Notes: svn path=/head/; revision=52780
* include pre.mk for XFREE86_VERSION usage.FUJISHIMA Satsuki2002-01-071-1/+3
| | | | | | | Noticed by: Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=52714
* Mail to the maintainer bounces.Will Andrews2002-01-071-1/+1
| | | | Notes: svn path=/head/; revision=52687
* If XFREE86_VERSION=4, we need mkfontdir from x11/XFree86-4-clients.Will Andrews2002-01-071-0/+6
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=52686
* Fix MakefileKevin Lo2001-12-061-2/+2
| | | | | | | Submitted by: Jeroen Ruigrok/Asmodai <asmodai@malbolge.dnsalias.net> Notes: svn path=/head/; revision=51137
* Update to version 1.2.1Kevin Lo2001-10-205-73/+219
| | | | | | | | PR: 31382 Submitted by: MAINTAINER Notes: svn path=/head/; revision=48971
* Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.netMario Sergio Fujikawa Ferreira2001-08-301-1/+1
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=47131
* Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.toPeter Pentchev2001-06-091-1/+1
| | | | | | | | PR: 27867 Submitted by: maintainer Notes: svn path=/head/; revision=43703
* Update to 1.2.Maxim Sobolev2001-06-096-110/+25
| | | | | | | No response from: brand new maintainer Notes: svn path=/head/; revision=43668
* Update to 1.1.2.Maxim Sobolev2001-06-0211-87/+162
| | | | | | | | PR: 27467 Submitted by: Cyrille Lefevre <clefevre@poboxes.com>, sobomax Notes: svn path=/head/; revision=43435
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-1/+1
| | | | Notes: svn path=/head/; revision=38323
* Style police on editors category.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37978
* Updated MASTER_SITES.Peter Pentchev2000-12-221-1/+1
| | | | | | | | PR: 23729 Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org> Notes: svn path=/head/; revision=36223
* Drop maintainership. I haven't used bochs for a long time now.David E. O'Brien2000-11-111-1/+1
| | | | Notes: svn path=/head/; revision=34980
* Update to 2000.0325Maxim Sobolev2000-07-174-17/+10
| | | | | | | | PR: 18488 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Notes: svn path=/head/; revision=30749
* Add several missed from the PLIST files.Maxim Sobolev2000-06-061-0/+4
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29245
* PORTNAME/VERSION stuffMichael Haro2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27455
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Fix paths in .bochsrc file.David E. O'Brien2000-02-291-2/+2
| | | | | | | | PR: 16511 Submitted by: Dann Lunsford <dann@greycat.com> Notes: svn path=/head/; revision=26440
* Update to the 4-Jan-2000 offering.David E. O'Brien2000-02-132-7/+5
| | | | | | | Tested by: jhb Notes: svn path=/head/; revision=25754
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-9/+9
| | | | Notes: svn path=/head/; revision=25734
* change ordering of variables (portlint)Michael Haro2000-02-071-4/+4
| | | | Notes: svn path=/head/; revision=25572
* Support bochs's internal debugger.David E. O'Brien2000-02-032-0/+15
| | | | | | | 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
* General comment cleanups.Tim Vanderhoek1999-12-281-1/+1
| | | | Notes: svn path=/head/; revision=24206
* Make PREFIX clean.David E. O'Brien1999-11-232-24/+9
| | | | Notes: svn path=/head/; revision=23269
* Update to the 991114 version.David E. O'Brien1999-11-233-12/+12
| | | | Notes: svn path=/head/; revision=23268
* Make the description a bit more informative.Roger Hardiman1999-10-081-1/+1
| | | | | | | It emulates a PC, not just a 386 CPU Notes: svn path=/head/; revision=22247
* Upgrade to the 991004 version.David E. O'Brien1999-10-064-17/+17
| | | | Notes: svn path=/head/; revision=22202
* Upgrade to the 990907b version.David E. O'Brien1999-09-194-10/+10
| | | | Notes: svn path=/head/; revision=21733
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Update to version 990623a.Steve Price1999-08-014-29/+31
| | | | | | | | PR: 12709 Submitted by: John Baldwin <jobaldwi@vt.edu> Notes: svn path=/head/; revision=20422
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* WWWWWWWWWWWWWWWWWWWWWWWWWWWhhhhhhhhhheeeeeeeeeeeeeee!!!!!!!!!Tim Vanderhoek1999-05-021-1/+1
| | | | | | | That was fun! Can we do it again? Pleeeeeeaaaase! Notes: svn path=/head/; revision=18347
* Updated URL to http://www.bochs.com/Alexander Langer1999-01-071-1/+1
| | | | | | | Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co> Notes: svn path=/head/; revision=15920
* Remove myself as maintainer.Alexander Langer1999-01-011-2/+2
| | | | Notes: svn path=/head/; revision=15759
* Add USE_XLIB. Also, "commercial package" is no reason for NO_PACKAGE;Satoshi Asami1998-12-011-2/+2
| | | | | | | RESTRICTED and NO_CDROM is enough. Notes: svn path=/head/; revision=14980
* Upgrade to bochs-981102b.Alexander Langer1998-11-034-37/+41
| | | | | | | Submitted by: msmith Notes: svn path=/head/; revision=14323
* Changed MASTER_SITES to ftp.bochs.com.Alexander Langer1998-09-111-2/+2
| | | | Notes: svn path=/head/; revision=13090
* Make it clear that BOCHS is commercial software.Alexander Langer1998-08-081-0/+3
| | | | Notes: svn path=/head/; revision=12341
* Added a link to the Bochs homepage.Alexander Langer1998-07-291-0/+2
| | | | | | | Inspired by: hoek Notes: svn path=/head/; revision=12204
* Added @dirrm directives.Alexander Langer1998-07-251-0/+3
| | | | Notes: svn path=/head/; revision=12129
* Upgrade to bochs-980513a.Donald Burr1998-06-072-3/+11
| | | | | | | | | | | | | * change package name in Makefile. * change md5. * change PLIST to reflect changes in the installed files. Submitted by: Sergei Laskavy (who submitted a patch to bochs-980409b; I upgraded to the latest version while I was at it.) Notes: svn path=/head/; revision=11322
* Upgrade to 980513 version of Bochs.Alexander Langer1998-05-182-3/+3
| | | | Notes: svn path=/head/; revision=11053