/[cebix]/BasiliskII/README
ViewVC logotype

Log of /BasiliskII/README

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Tag:

Revision 1.46 - (view) (annotate) - [select for diffs]
Wed Oct 1 10:34:34 2008 UTC (4 years, 7 months ago) by cebix
Branch: MAIN
CVS Tags: HEAD
Changes since 1.45: +1 -1 lines
Diff to previous 1.45
fixed the "smart questions" link


Revision 1.45 - (view) (annotate) - [select for diffs]
Tue Jan 1 09:40:31 2008 UTC (5 years, 4 months ago) by gbeauche
Branch: MAIN
Changes since 1.44: +1 -1 lines
Diff to previous 1.44
Happy New Year!


Revision 1.44 - (view) (annotate) - [select for diffs]
Wed Jan 4 06:28:55 2006 UTC (7 years, 4 months ago) by nigel
Branch: MAIN
CVS Tags: nigel-build-17, nigel-build-19
Changes since 1.43: +3 -2 lines
Diff to previous 1.43
Another year, OS X port networking now works, seperate OS X slirp
and udp tunneling descriptions by an extra blank line


Revision 1.43 - (view) (annotate) - [select for diffs]
Thu Dec 29 13:06:12 2005 UTC (7 years, 4 months ago) by nigel
Branch: MAIN
Changes since 1.42: +1 -1 lines
Diff to previous 1.42
Working EtherNet (SLIRP), minor doco update, semaphore.h needed for Unix src.


Revision 1.42 - (view) (annotate) - [select for diffs]
Sat Oct 15 10:21:40 2005 UTC (7 years, 7 months ago) by nigel
Branch: MAIN
Changes since 1.41: +4 -1 lines
Diff to previous 1.41
Minor change to Mc OS X details


Revision 1.41 - (view) (annotate) - [select for diffs]
Thu Jun 30 21:27:26 2005 UTC (7 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40
modernized spec file and makefile


Revision 1.40 - (view) (annotate) - [select for diffs]
Sat May 14 16:08:17 2005 UTC (8 years ago) by gbeauche
Branch: MAIN
Changes since 1.39: +6 -0 lines
Diff to previous 1.39
Try to improve the documentation concerning the "tun" interface. Take note
that that kernel module must be loaded and IP forwarding enabled. Also add
slight improvements to the "tunconfig" script so that sudo /sbin/ifconfig
and sudo /sbin/iptables are really supported for current user if not root.


Revision 1.39 - (view) (annotate) - [select for diffs]
Fri May 13 09:33:51 2005 UTC (8 years ago) by gbeauche
Branch: MAIN
Changes since 1.38: +32 -1 lines
Diff to previous 1.38
slirp documentation from qemu


Revision 1.38 - (view) (annotate) - [select for diffs]
Sun May 9 16:15:36 2004 UTC (9 years ago) by gbeauche
Branch: MAIN
Changes since 1.37: +24 -1 lines
Diff to previous 1.37
Try to document TUN/TAP use.


Revision 1.37 - (view) (annotate) - [select for diffs]
Mon Jan 12 15:29:19 2004 UTC (9 years, 4 months ago) by cebix
Branch: MAIN
CVS Tags: nigel-build-15, nigel-build-16
Changes since 1.36: +1 -1 lines
Diff to previous 1.36
Happy New Year! :)


Revision 1.36 - (view) (annotate) - [select for diffs]
Sun Oct 12 21:15:51 2003 UTC (9 years, 7 months ago) by gbeauche
Branch: MAIN
Changes since 1.35: +1 -0 lines
Diff to previous 1.35
Mach memory fault recovery from Michael Z. Sliczniak


Revision 1.35 - (view) (annotate) - [select for diffs]
Sat Aug 16 03:28:58 2003 UTC (9 years, 9 months ago) by nigel
Branch: MAIN
Changes since 1.34: +8 -0 lines
Diff to previous 1.34
Added new keyboardtype preference (stolen from the Windows port)


Revision 1.34 - (view) (annotate) - [select for diffs]
Fri Mar 21 09:14:34 2003 UTC (10 years, 2 months ago) by nigel
Branch: MAIN
CVS Tags: nigel-build-12, nigel-build-13
Changes since 1.33: +3 -7 lines
Diff to previous 1.33
Removed OpenGL relerences, updated description of windowed mode


Revision 1.33 - (view) (annotate) - [select for diffs]
Fri Mar 14 17:11:49 2003 UTC (10 years, 2 months ago) by gbeauche
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
typo


Revision 1.32 - (view) (annotate) - [select for diffs]
Fri Mar 14 17:10:47 2003 UTC (10 years, 2 months ago) by gbeauche
Branch: MAIN
Changes since 1.31: +40 -1 lines
Diff to previous 1.31
Document current JIT options.


Revision 1.31 - (view) (annotate) - [select for diffs]
Tue Oct 15 16:25:02 2002 UTC (10 years, 7 months ago) by cebix
Branch: MAIN
Changes since 1.30: +7 -2 lines
Diff to previous 1.30
Unix: new prefs options "dsp" and "mixer" to set the OSS device names instead
of the hardcoded '/dev/dsp' and '/dev/mixer'


Revision 1.30 - (view) (annotate) - [select for diffs]
Mon May 20 18:12:00 2002 UTC (11 years ago) by gbeauche
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
Backout "ignoresegv" support on FreeBSD/x86 for now. Unfortunately, the
configure script would hang whereas standalone testing will pass all tests.
Any idea why??
- Unix/sigsegv.cpp (ix86_skip_instruction): Add decoder for mozbl instruction.
  (SIGSEGV_REGISTER_FILE [FreeBSD/x86]): Note why we start at EDI offset
  rather than plain sigcontext pointer. i.e. I don't know sigset_t size
  beforehand and don't intend to.


Revision 1.29 - (view) (annotate) - [select for diffs]
Mon May 20 17:50:39 2002 UTC (11 years ago) by gbeauche
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
Implement "ignoresegv" feature on FreeBSD/x86
- Update README and ChangeLog accordingly.


Revision 1.28 - (view) (annotate) - [select for diffs]
Mon May 20 15:56:12 2002 UTC (11 years ago) by gbeauche
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
Implement "ignoresegv" feature on Darwin/ppc (tested on MacOS X)
- Unix/sigsegv.cpp (powerpc_decode_instruction): New.
  (get_fault_instruction [MacOS X]): Factorize code.
  (get_fault_instruction [Linux/m68k]): Don't use expression statement.
- README (ignoresegv): Add Darwin/ppc to list of supported platforms.


Revision 1.27 - (view) (annotate) - [select for diffs]
Sun May 19 21:58:42 2002 UTC (11 years ago) by gbeauche
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
Implement "ignoresegv" feature on Linux/ppc:
- Unix/sigsegv.cpp (powerpc_skip_instruction): New from SheepShaver code.
- README (ignoresegv): Add Linux/ppc to list of supported platforms.


Revision 1.26 - (view) (annotate) - [select for diffs]
Sun May 12 11:10:50 2002 UTC (11 years ago) by gbeauche
Branch: MAIN
Changes since 1.25: +6 -0 lines
Diff to previous 1.25
Implement the "ignoresegv" feature from SheepShaver. This is Unix-specific
so far. Target platform is currently Linux/x86.


Revision 1.25 - (view) (annotate) - [select for diffs]
Sat Mar 16 05:27:56 2002 UTC (11 years, 2 months ago) by nigel
Branch: MAIN
Changes since 1.24: +21 -1 lines
Diff to previous 1.24
Added Mac OS X screen preferences, Mac OS X to the 'ported to' list,
my details to the Acknowledgements/Contributions


Revision 1.24 - (view) (annotate) - [select for diffs]
Tue Jan 15 14:58:31 2002 UTC (11 years, 4 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-15012002
Changes since 1.23: +36 -11 lines
Diff to previous 1.23
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0


Revision 1.23 - (view) (annotate) - [select for diffs]
Sun Jul 15 02:15:48 2001 UTC (11 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.22: +131 -67 lines
Diff to previous 1.22
- documentation updated
- UDP tunnelling not only works with AppleTalk but at least with TCP/IP and
  MacIPX as well


Revision 1.22 - (view) (annotate) - [select for diffs]
Thu Jul 12 19:48:24 2001 UTC (11 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.21: +19 -0 lines
Diff to previous 1.21
- Implemented AppleTalk-over-UDP tunnelling, activated by setting "udptunnel"
  to "true". This uses the BSD socket API, so it's fairly portable (currently
  only imeplemented under Unix, though). This works by sending raw Ethernet
  packets as UDP packets to a fixed port number ("udpport", default is 6066),
  using IP broadcasts to simulate Ethernet broad- and multicasts. Currently
  only tested with AppleTalk.


Revision 1.21 - (view) (annotate) - [select for diffs]
Mon Jul 9 11:21:58 2001 UTC (11 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.20: +6 -1 lines
Diff to previous 1.20
- ADB has its own interrupt flag, INTFLAG_ADB
- ADBMouseMoved(), ADBMouseDown/Up() and ADBKeyDown/Up() trigger the ADB
  interrupt
- ADB mutex is only used for mouse movement (the only input state where it
  matters)
- adb.cpp: toggling relative mouse mode resets mouse_x/y
- PrimeTime(0) schedules a timer task with 0 delay time; this is still not
  the correct implementation, but it makes MacSyndicate work...
- Unix: pthreads are preferred to POSIX.4 timers for 60Hz ticks because the
  timers drift badly under Linux and the thread can compensate for drifting
  well enough
- Unix: moved GetTicks_usec() and Delay_usec() to timer_unix.cpp
- video_x.cpp: X mouse acceleration is disabled in relative mouse mode because
  MacOS does its own acceleration
- video_x.cpp: palette[].pixel and palette[].flags are always preset
- video_x.cpp: decoupled X event handling from 60Hz video refresh cycle by
  using select() with a timeout on the X fd


Revision 1.20 - (view) (annotate) - [select for diffs]
Thu May 24 14:31:05 2001 UTC (12 years ago) by cebix
Branch: MAIN
CVS Tags: release-0_9-1, snapshot-29052001
Changes since 1.19: +13 -0 lines
Diff to previous 1.19
- AmigaOS: SCSI buffer memory type can be selected via prefs


Revision 1.19 - (view) (annotate) - [select for diffs]
Thu Mar 29 14:20:52 2001 UTC (12 years, 1 month ago) by cebix
Branch: MAIN
Changes since 1.18: +5 -0 lines
Diff to previous 1.18
- FreeBSD configure script cleanups [Michael Alyn Miller]
- ether_linux.cpp moved and renamed to ether_unix.cpp, now also works with
  the tap driver under FreeBSD [Michael Alyn Miller]
- fpu_x86_asm.h: fixed problem in with newer GCC pre-processors


Revision 1.18 - (view) (annotate) - [select for diffs]
Sat Feb 10 20:58:03 2001 UTC (12 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-17022001
Changes since 1.17: +4 -3 lines
Diff to previous 1.17
documentation update (networking under BeOS)


Revision 1.17 - (view) (annotate) - [select for diffs]
Fri Feb 2 20:52:56 2001 UTC (12 years, 3 months ago) by cebix
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
- bumped version number to 0.9
- updated copyright dates


Revision 1.16 - (view) (annotate) - [select for diffs]
Thu Jan 25 22:24:36 2001 UTC (12 years, 4 months ago) by cebix
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
- AmigaOS: implemented XPRAM watchdog thread
- AmigaOS: disabled 68060 Super Bypass mode because of CPU bug triggered
  by MacOS 8
- minor documentation updates


Revision 1.15 - (view) (annotate) - [select for diffs]
Fri Oct 27 17:01:40 2000 UTC (12 years, 7 months ago) by cebix
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
video_x.cpp: window asks for input focus with XSetWMHints()


Revision 1.14 - (view) (annotate) - [select for diffs]
Tue Oct 10 21:14:22 2000 UTC (12 years, 7 months ago) by cebix
Branch: MAIN
Changes since 1.13: +7 -7 lines
Diff to previous 1.13
updated docs


Revision 1.13 - (view) (annotate) - [select for diffs]
Tue Jul 25 15:19:38 2000 UTC (12 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.12: +10 -9 lines
Diff to previous 1.12
- more cleanups
- splitted prefs.cpp into prefs.cpp and prefs_items.cpp to make prefs.cpp
  reusable for other projects


Revision 1.12 - (view) (annotate) - [select for diffs]
Thu Jul 13 17:45:51 2000 UTC (12 years, 10 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-13072000
Changes since 1.11: +19 -3 lines
Diff to previous 1.11
- updated doc files


Revision 1.11 - (view) (annotate) - [select for diffs]
Thu Jul 6 16:04:23 2000 UTC (12 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.10: +5 -5 lines
Diff to previous 1.10
- AmigaOS: added CyberGraphX support


Revision 1.10 - (view) (annotate) - [select for diffs]
Mon Apr 10 18:52:15 2000 UTC (13 years, 1 month ago) by cebix
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
- updated copyright info: 1999->2000


Revision 1.9 - (view) (annotate) - [select for diffs]
Fri Feb 11 17:25:02 2000 UTC (13 years, 3 months ago) by cebix
Branch: MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
- updated text files


Revision 1.8 - (view) (annotate) - [select for diffs]
Sat Feb 5 15:46:41 2000 UTC (13 years, 3 months ago) by cebix
Branch: MAIN
Changes since 1.7: +31 -11 lines
Diff to previous 1.7
- updated explanation of how to use ethertap under Linux


Revision 1.7 - (view) (annotate) - [select for diffs]
Thu Oct 21 18:29:04 1999 UTC (13 years, 7 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_8-1, snapshot-02111999, snapshot-21101999, snapshot-22121999
Changes since 1.6: +35 -9 lines
Diff to previous 1.6
- bumped version number to 0.8
- updated docs for fbdev and extfs


Revision 1.6 - (view) (annotate) - [select for diffs]
Thu Oct 21 13:19:11 1999 UTC (13 years, 7 months ago) by cebix
Branch: MAIN
Changes since 1.5: +3 -0 lines
Diff to previous 1.5
- added fbdev video code and SPARC assembly optimizations


Revision 1.5 - (view) (annotate) - [select for diffs]
Mon Oct 4 22:37:53 1999 UTC (13 years, 7 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_7-2
Changes since 1.4: +36 -10 lines
Diff to previous 1.4
- merged new Windows sources from Lauri Pesonen


Revision 1.4 - (view) (annotate) - [select for diffs]
Sun Oct 3 20:40:05 1999 UTC (13 years, 7 months ago) by cebix
Branch: MAIN
Changes since 1.3: +5 -3 lines
Diff to previous 1.3
- updated documentation
- building RPMs works now


Revision 1.3 - (view) (annotate) - [select for diffs]
Sun Oct 3 17:11:52 1999 UTC (13 years, 7 months ago) by cebix
Branch: MAIN
Changes since 1.2: +5 -89 lines
Diff to previous 1.2
- moved installation instructions to file INSTALL
- updated BasiliskII.spec and top-level Makefile


Revision 1.2 - (view) (annotate) - [select for diffs]
Sun Oct 3 16:21:28 1999 UTC (13 years, 7 months ago) by cebix
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
- updated RPM spec file and top-level Makefile
- renamed CHANGES to ChangeLog


Revision 1.1.1.1 - (view) (annotate) - [select for diffs] (vendor branch)
Sun Oct 3 14:16:25 1999 UTC (13 years, 7 months ago) by cebix
Branch: cebix
CVS Tags: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.46
Imported sources


Revision 1.1 - (view) (annotate) - [select for diffs]
Sun Oct 3 14:16:25 1999 UTC (13 years, 7 months ago) by cebix
Branch: MAIN
Branch point for: cebix
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15