Log of /BasiliskII/README
Parent Directory
|
Revision Log
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.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.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.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.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.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.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.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.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.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.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
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.