The NetBSD Project

CVS log for pkgsrc/emulators/BasiliskII/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / emulators / BasiliskII

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.17 / (download) - annotate - [select for diffs], Mon May 14 07:35:02 2012 UTC (10 days, 20 hours ago) by dholland
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

add limits.h to fix the linux build

Revision 1.16 / (download) - annotate - [select for diffs], Sat Aug 20 15:30:36 2011 UTC (9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

Fix inline misuse breaking clang build

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jun 12 12:51:07 2007 UTC (4 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Fix infinite loop in configure on DragonFly and FreeBSD 4.
Fix dependencies for modular Xorg by adding Xxf86vm and Xxf86dga.
Bump revision.

Revision 1.14 / (download) - annotate - [select for diffs], Sat May 13 20:52:35 2006 UTC (6 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.13: +10 -10 lines
Diff to previous 1.13 (colored)

Changes 1.0-20060501:
* Handle up to 1 GB of Mac memory
* Handle MacOS idle wait (idlewait prefs item)
* Fix a crash with the AppleShare extension
* Improve SLiRP network emulation performance
* Portability fixes to IRIX/mips, Solaris/SPARC
Mac OS X:
* Port to Mac OS X for Intel, including the JIT
* Add a primitive graphical preferences editor
* Fix clipboard (copy/paste of text from/to the host OS)
* Fix external filesystem
* Fix SLiRP network emulation (workaround MacOS X bugs)
Windows:
* Add SLiRP network emulation (ether slirp)
* Add TAP-Win32 network emulation (ether tap)
* Fix CD-ROM auto-detection (pollmedia now works)
* Improve GUI for network configuration

Revision 1.13 / (download) - annotate - [select for diffs], Thu Dec 15 02:56:58 2005 UTC (6 years, 5 months ago) by dogcow
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Fix munged patch: it's __FreeBSD__, not FreeBSD__ in #if defined()...

Revision 1.12 / (download) - annotate - [select for diffs], Wed Nov 23 12:17:56 2005 UTC (6 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.11: +10 -10 lines
Diff to previous 1.11 (colored)

Changes 20051122:
* Bug fixes and improvements

Revision 1.11 / (download) - annotate - [select for diffs], Thu Nov 17 16:56:39 2005 UTC (6 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.10: +8 -1 lines
Diff to previous 1.10 (colored)

Add DragonFly support.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 3 21:34:23 2005 UTC (6 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.9: +5 -5 lines
Diff to previous 1.9 (colored)

Fixed wrong use of WRKSRC.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jul 1 12:34:32 2005 UTC (6 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.8: +8 -8 lines
Diff to previous 1.8 (colored)

Changes 20050322:
 - fixed the problem with Ticks getting incremented on every interrupt, not
   just 60Hz (e.g. moving the mouse made the caret blink faster)
 - Unix: integrated JIT compiler for Linux/x86 and FreeBSD/x86
 - Unix: moved minimum autoconf support to 2.52+
 - Unix: add large file support for 2+ GB hard disk images
 - Unix: cleaned up pthread attributes [Brian Johnson]
 - Unix: fixed floppy problems under Linux
 - Unix: implemented "ignoresegv" feature on Linux/x86, Linux/ppc, Darwin/ppc
 - Unix: serial port baud rates are now set correctly
 - Unix: it is now possible to make the serial drivers pipe their input/output
   to programs by using a '|' followed by a command line as the modem or
   printer port setting (instead of a device name like '/dev/ttyS0')
 - Unix: the option "--config FILE" tells B2 to use a different config file
 - Unix: new prefs options "dsp" and "mixer" to set the OSS device names
   instead of the hardcoded '/dev/dsp' and '/dev/mixer'
 - Unix: new ether prefs option 'tun' to use a TUN/TAP interface. The
   configure script used can be overriden with "etherconfig"
 - Unix: SDL audio and video output are now available in option
 - Unix: port JIT compiler to Linux/x86_64 (AMD64 and EM64T platforms)
 - Unix: sheep_net driver ported to kernel 2.6 (patches from Mac-On-Linux)
 - Unix: fix network code to work correctly on 64-bit platforms
 - Unix: implement X11 to MacOS exchange of text through the clipboard
 - Windows: a new port derived from Lauri's work is now available

Revision 1.8 / (download) - annotate - [select for diffs], Wed Feb 23 18:49:17 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Add RMD160 digests to the SHA1 ones

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jul 17 01:56:38 2004 UTC (7 years, 10 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Make this build on NetBSD -current with /dev/ptmx, closes PR pkg/25854.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 23 08:42:14 2004 UTC (8 years, 4 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Make this compile with gcc3.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 12 21:11:52 2003 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

regen patch-ac with correct path to filename.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Oct 8 02:00:44 2003 UTC (8 years, 7 months ago) by danw
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

tiny patch for Darwin (while trying to fix PR 21653 which seems to no
longer be broken)

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jun 14 06:49:04 2003 UTC (8 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.2: +4 -2 lines
Diff to previous 1.2 (colored)

Update "BasiliskII" package to version 1.0.20030314. Changes since
version 1.0:
- fixed the problem with Ticks getting incremented on every interrupt, not
  just 60Hz (e.g. moving the mouse made the caret blink faster)
- Unix: integrated JIT compiler for Linux/x86 and FreeBSD/x86
- Unix: moved minimum autoconf support to 2.52+
- Unix: add large file support for 2+ GB hard disk images
- Unix: cleaned up pthread attributes [Brian Johnson]
- Unix: fixed floppy problems under Linux
- Unix: implemented "ignoresegv" feature on Linux/x86, Linux/ppc, Darwin/ppc
- Unix: serial port baud rates are now set correctly
- Unix: it is now possible to make the serial drivers pipe their input/output
  to programs by using a '|' followed by a command line as the modem or
  printer port setting (instead of a device name like '/dev/ttyS0')
  [Brian Johnson]
- Unix: the option "--config FILE" tells B2 to use a different config file
- Unix: new prefs options "dsp" and "mixer" to set the OSS device names
  instead of the hardcoded '/dev/dsp' and '/dev/mixer'
The patches for this update were contributed by Todd Vierling in
private e-mail.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 13 20:56:48 2003 UTC (8 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Update "BasiliskII" package to version 1.0. Changes since version 0.9.1:
- added support for on-the-fly video resolution and depth switching,
  and gamma tables
- fsave/frestore emulation under AmigaOS and NetBSD/m68k always behaves
  like a 68882/68040 FPU, eliminating the need for 68060 FPU patches
- added support for platform-independant mutexes, used by adb.cpp for
  thread-safe mouse handling
- the TIME_OFFSET constant has been replaced by a (portable) function
  TimeToMacTime(); file dates in ExtFS should now be correct
- ADBInterrupt() is no longer called from the 60Hz interrupt but has
  its own interrupt flag, potentially increasing the smoothness of
  mouse movement
- ether.cpp: implemented relatively platform-independant "AppleTalk
  over UDP" mode that doesn't require any special kernel modules or
  network drivers but can only interconnect instances of Basilisk II;
  this is enabled by setting "udptunnel" to true
- Unix: windowed display mode supports different resolutions and color
  depths, which can be switched on-the-fly
- Unix: Ctrl-F5 grabs mouse in windowed mode (enhanced compatibility
  with games like flight simulators)
- Unix: X11 events are handled as soon as they arrive, outside of the
  60Hz video refresh raster
- Unix: audio sample rate, bit depth and channel count are adjustable
  in the MacOS "Sound" control panel
The patches for this update were contributed by Todd Vierling in PR pkg/21861.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Dec 29 00:22:02 2001 UTC (10 years, 4 months ago) by abs
Branch: TNF
CVS Tags: pkgviews-base, pkgviews, pkgsrc-base, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import BasiliskII-0.9.1

Basilisk II is an Open Source 68k Macintosh emulator. That is, it
enables you to run 68k MacOS software on you computer, even if you
are using a different operating system. However, you still need a
copy of MacOS and a Macintosh ROM image to use Basilisk II.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Dec 29 00:22:02 2001 UTC (10 years, 4 months ago) by abs
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>