You can subscribe to this list here.
2001 |
Jan
(23) |
Feb
(28) |
Mar
(27) |
Apr
(12) |
May
(16) |
Jun
(43) |
Jul
(96) |
Aug
(4) |
Sep
(2) |
Oct
(8) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(35) |
Feb
(13) |
Mar
(37) |
Apr
(18) |
May
(30) |
Jun
(7) |
Jul
(7) |
Aug
|
Sep
(39) |
Oct
(34) |
Nov
(11) |
Dec
(8) |
2003 |
Jan
(11) |
Feb
(2) |
Mar
(68) |
Apr
(15) |
May
(16) |
Jun
(9) |
Jul
(4) |
Aug
(22) |
Sep
(56) |
Oct
(58) |
Nov
(88) |
Dec
(71) |
2004 |
Jan
(137) |
Feb
(39) |
Mar
|
Apr
(27) |
May
(89) |
Jun
(78) |
Jul
(28) |
Aug
|
Sep
(1) |
Oct
(2) |
Nov
(98) |
Dec
(69) |
2005 |
Jan
(57) |
Feb
(21) |
Mar
(76) |
Apr
(12) |
May
(28) |
Jun
(89) |
Jul
(53) |
Aug
(7) |
Sep
(5) |
Oct
(3) |
Nov
(69) |
Dec
(39) |
2006 |
Jan
(57) |
Feb
(19) |
Mar
(19) |
Apr
(45) |
May
(85) |
Jun
|
Jul
(75) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2007 |
Jan
(54) |
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
(31) |
Jul
(19) |
Aug
(1) |
Sep
|
Oct
|
Nov
(7) |
Dec
(13) |
2008 |
Jan
(63) |
Feb
(15) |
Mar
|
Apr
|
May
|
Jun
(8) |
Jul
(3) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
(4) |
2009 |
Jan
(1) |
Feb
(10) |
Mar
(6) |
Apr
(6) |
May
|
Jun
|
Jul
(16) |
Aug
(59) |
Sep
(6) |
Oct
(5) |
Nov
(9) |
Dec
|
2010 |
Jan
|
Feb
(9) |
Mar
(4) |
Apr
(3) |
May
(1) |
Jun
|
Jul
(7) |
Aug
(6) |
Sep
(3) |
Oct
(11) |
Nov
(1) |
Dec
(4) |
2011 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(39) |
2012 |
Jan
(21) |
Feb
(3) |
Mar
(10) |
Apr
(16) |
May
|
Jun
(14) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: CVS <do...@th...> - 2001-07-13 15:39:27
|
Update of /cvs/BasiliskII/src/AmigaOS Modified Files: ether_amiga.cpp Log Message: - updated the TECH document - EtherReset() clears the UDP protocol list - audio_oss_esd.cpp: AudioExit() calls close_audio() - ether_unix.cpp: uses map<> for protocol handlers - updated audio_dummy.cpp and ether_dummy.cpp |
From: CVS <do...@th...> - 2001-07-13 15:39:27
|
Update of /cvs/BasiliskII Modified Files: TECH Log Message: - updated the TECH document - EtherReset() clears the UDP protocol list - audio_oss_esd.cpp: AudioExit() calls close_audio() - ether_unix.cpp: uses map<> for protocol handlers - updated audio_dummy.cpp and ether_dummy.cpp |
From: CVS <do...@th...> - 2001-07-13 15:39:27
|
Update of /cvs/BasiliskII/src Modified Files: ether.cpp rsrc_patches.cpp Log Message: - updated the TECH document - EtherReset() clears the UDP protocol list - audio_oss_esd.cpp: AudioExit() calls close_audio() - ether_unix.cpp: uses map<> for protocol handlers - updated audio_dummy.cpp and ether_dummy.cpp |
From: CVS <do...@th...> - 2001-07-13 10:14:05
|
Update of /cvs/BasiliskII/src/uae_cpu Modified Files: gencpu.c m68k.h newcpu.cpp newcpu.h Log Message: - merged some code from uae-0.8.16 |
From: CVS <do...@th...> - 2001-07-12 19:48:35
|
Update of /cvs/BasiliskII/src/AmigaOS Modified Files: ether_amiga.cpp Log Message: - 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. |
From: CVS <do...@th...> - 2001-07-12 19:48:35
|
Update of /cvs/BasiliskII/src/include Modified Files: ether.h user_strings.h Log Message: - 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. |
From: CVS <do...@th...> - 2001-07-12 19:48:35
|
Update of /cvs/BasiliskII Modified Files: ChangeLog README Log Message: - 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. |
From: CVS <do...@th...> - 2001-07-12 19:48:35
|
Update of /cvs/BasiliskII/src/Unix Modified Files: ether_unix.cpp prefs_editor_gtk.cpp sysdeps.h Log Message: - 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. |
From: CVS <do...@th...> - 2001-07-12 19:48:35
|
Update of /cvs/BasiliskII/src Modified Files: ether.cpp prefs_items.cpp user_strings.cpp Log Message: - 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. |
From: CVS <do...@th...> - 2001-07-12 19:48:34
|
Update of /cvs/BasiliskII/src/BeOS Modified Files: ether_beos.cpp Log Message: - 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. |
From: CVS <do...@th...> - 2001-07-11 19:26:19
|
Update of /cvs/BasiliskII/src/Unix Modified Files: audio_oss_esd.cpp prefs_editor_gtk.cpp video_blit.cpp video_vosf.h video_x.cpp Log Message: fixed a couple of compiler warnings |
From: CVS <do...@th...> - 2001-07-11 19:26:19
|
Update of /cvs/BasiliskII/src Modified Files: audio.cpp emul_op.cpp extfs.cpp slot_rom.cpp video.cpp Log Message: fixed a couple of compiler warnings |
From: CVS <do...@th...> - 2001-07-11 17:04:48
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_x.cpp Log Message: - find_visual_for_depth() did not return true on success |
From: CVS <do...@th...> - 2001-07-10 15:51:04
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_x.cpp Log Message: - background_pixel, border_pixel and colormap attributes of window are now always set as this seems to be required for non-default visuals |
From: CVS <do...@th...> - 2001-07-09 15:45:09
|
Update of /cvs/BasiliskII/src/Unix Modified Files: timer_unix.cpp Log Message: Irix needs pthread cond variables which need the pthread.h header file |
From: CVS <do...@th...> - 2001-07-09 11:22:06
|
Update of /cvs/BasiliskII/src/include Modified Files: main.h Log Message: - 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 |
From: CVS <do...@th...> - 2001-07-09 11:22:06
|
Update of /cvs/BasiliskII/src/Unix Modified Files: main_unix.cpp timer_unix.cpp video_x.cpp Log Message: - 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 |
From: CVS <do...@th...> - 2001-07-09 11:22:05
|
Update of /cvs/BasiliskII Modified Files: ChangeLog README Log Message: - 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 |
From: CVS <do...@th...> - 2001-07-09 11:22:05
|
Update of /cvs/BasiliskII/src Modified Files: adb.cpp emul_op.cpp timer.cpp video.cpp Log Message: - 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 |
From: CVS <do...@th...> - 2001-07-07 09:14:52
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_vosf.h video_x.cpp Log Message: - added video_vosf_init()/video_vosf_exit() for initialization and destruction of the internal structures used for the VOSF system - use vm_acquire()/vm_release() for VOSF buffers and hope the_buffer is allocated above RAM address space (temporary workaround for 64-bit addressing systems) - don't free() screen buffers in driver_base dtor - don't free() memory mapped buffers in driver_base dtor |
From: CVS <do...@th...> - 2001-07-07 09:12:21
|
Update of /cvs/BasiliskII/src/Unix Modified Files: sigsegv.cpp Log Message: - small fixes for Linux/ia64 |
From: CVS <do...@th...> - 2001-07-07 09:09:00
|
Update of /cvs/BasiliskII/src/uae_cpu Modified Files: memory.h Log Message: - Experimental fixes for 64-bit addressing systems (e.g. Linux/ia64). The cpu emulation almost work correctly. FP emulation seems totaly boguous. |
From: CVS <do...@th...> - 2001-07-07 09:07:44
|
Update of /cvs/BasiliskII/src/Unix Modified Files: vm_alloc.cpp main_unix.cpp Log Message: - Try to map memory contiguously with base addresses returned in increasing order. No host memory region used for Mac emulation (ScratchMem, RAM, ROM, frame buffer) shall be allocated below the RAM space. Actually, MEMBaseDiff should be set to the min(above-mentioned address spaces). ==> Temporary fix for 64-bit addressing systems (e.g. Linux/ia64) |
From: CVS <do...@th...> - 2001-07-06 22:37:28
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_x.cpp vm_alloc.cpp Log Message: fixed memory leaks in video mode switching |
From: CVS <do...@th...> - 2001-07-06 22:00:51
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_blit.cpp video_x.cpp Log Message: added support for 2/4-bit modes on 8-bit visuals |