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-08-19 16:18:35
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Makefile.in Log Message: - configure.in: actually save CXXFLAGS instead of CFLAGS in the code to detect whether the compiler supports -fno-merge-constants or not - Makefile.in: make sure to link gencpu with g++ since it contains objects compiled from C++ code. Fix build problems with gcc 3.0.1 |
From: CVS <do...@th...> - 2001-08-02 13:53:33
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: * Don't merge constants (pass -fno-merge-constants to the compiler) since it breaks B2 in fpu/fpu_x86.cpp on the second call to fpu_init(), at the fsave instruction. This problem appeared with the following compilers: - "Official" : gcc-3.1 (mainline CVS) - Mandrake : gcc-2.96 >= 0.59mdk, gcc-3.0.1 >= 0.1mdk - Red Hat : gcc-2.96 >= 89, gcc-3.0 >= 1 |
From: CVS <do...@th...> - 2001-07-31 14:10:43
|
Update of /cvs/BasiliskII/src/Unix Modified Files: sys_unix.cpp Log Message: fstab parsing ignores comment lines |
From: CVS <do...@th...> - 2001-07-15 14:19:15
|
Update of /cvs/BasiliskII/src Modified Files: cdrom.cpp disk.cpp ether.cpp sony.cpp Log Message: - UDP tunneling works under BeOS - fixed BeOS compilation problems |
From: CVS <do...@th...> - 2001-07-15 14:19:15
|
Update of /cvs/BasiliskII/src/BeOS Modified Files: Makefile ether_beos.cpp prefs_editor_beos.cpp sysdeps.h Log Message: - UDP tunneling works under BeOS - fixed BeOS compilation problems |
From: CVS <do...@th...> - 2001-07-15 05:40:18
|
Update of /cvs/BasiliskII/src/Unix Modified Files: audio_oss_esd.cpp Log Message: - audio_oss_esd.cpp (open_esd): even return false if !ENABLE_ESD and shut up the compiler by the way |
From: CVS <do...@th...> - 2001-07-15 02:34:30
|
Update of /cvs/BasiliskII/src/AmigaOS Modified Files: ether_amiga.cpp Log Message: fixed indentation |
From: CVS <do...@th...> - 2001-07-15 02:26:27
|
Update of /cvs/BasiliskII/src/dummy Modified Files: ether_dummy.cpp Log Message: return value from ether_init() was missing |
From: CVS <do...@th...> - 2001-07-15 02:15:54
|
Update of /cvs/BasiliskII/src Modified Files: user_strings.cpp Log Message: - documentation updated - UDP tunnelling not only works with AppleTalk but at least with TCP/IP and MacIPX as well |
From: CVS <do...@th...> - 2001-07-15 02:15:54
|
Update of /cvs/BasiliskII Modified Files: INSTALL README TODO Log Message: - documentation updated - UDP tunnelling not only works with AppleTalk but at least with TCP/IP and MacIPX as well |
From: CVS <do...@th...> - 2001-07-14 20:01:26
|
Update of /cvs/BasiliskII/src/dummy Modified Files: audio_dummy.cpp ether_dummy.cpp Log Message: - disk.cpp looks for HFS partition info in the disk image; this makes it possible to, for example, use MacOS-partitioned hard disks and removable media under B2/Unix even if the OS doesn't understand Mac partition maps by specifying the appropriate block device name as a Mac volume - fixed typo in audio_dummy.cpp - added minimally required UDP tunneling code to ether_dummy.cpp - main_unix.cpp: if pthreads are not supported, we trigger the Ethernet interrupt in the 60Hz ticker; this makes UDP tunneling work under NetBSD/m68k (as the only form of networking) |
From: CVS <do...@th...> - 2001-07-14 20:01:25
|
Update of /cvs/BasiliskII/src/Unix Modified Files: main_unix.cpp Log Message: - disk.cpp looks for HFS partition info in the disk image; this makes it possible to, for example, use MacOS-partitioned hard disks and removable media under B2/Unix even if the OS doesn't understand Mac partition maps by specifying the appropriate block device name as a Mac volume - fixed typo in audio_dummy.cpp - added minimally required UDP tunneling code to ether_dummy.cpp - main_unix.cpp: if pthreads are not supported, we trigger the Ethernet interrupt in the 60Hz ticker; this makes UDP tunneling work under NetBSD/m68k (as the only form of networking) |
From: CVS <do...@th...> - 2001-07-14 20:01:24
|
Update of /cvs/BasiliskII/src Modified Files: cdrom.cpp disk.cpp Log Message: - disk.cpp looks for HFS partition info in the disk image; this makes it possible to, for example, use MacOS-partitioned hard disks and removable media under B2/Unix even if the OS doesn't understand Mac partition maps by specifying the appropriate block device name as a Mac volume - fixed typo in audio_dummy.cpp - added minimally required UDP tunneling code to ether_dummy.cpp - main_unix.cpp: if pthreads are not supported, we trigger the Ethernet interrupt in the 60Hz ticker; this makes UDP tunneling work under NetBSD/m68k (as the only form of networking) |
From: CVS <do...@th...> - 2001-07-14 18:41:12
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_vosf.h video_x.cpp vm_alloc.cpp Log Message: - video_x.cpp: the_buffer shall always be mapped through vm_alloc() so that it can be vm_protect()'ed at will afterwards - video_x.cpp: let driver_base free() the_buffer_copy and the_host_buffer, if necessary - video_vosf.h: reverted to use malloc() for mainBuffer.dirtyPages and mainBuffer.pageInfo - vm_alloc.cpp: small cleanups - fixed typos |
From: CVS <do...@th...> - 2001-07-14 15:02:55
|
Update of /cvs/BasiliskII/src/Unix/Linux/NetDriver Modified Files: sheep_net.c Log Message: - 1-bit mode under X11 always uses default visual - fixed possible crash in driver_window dtor (image data would be freed twice, once by XDestroyImage() and once in driver_base dtor) - fixed compilation problems with banked memory - fixed typos |
From: CVS <do...@th...> - 2001-07-14 15:02:55
|
Update of /cvs/BasiliskII/src/Unix Modified Files: asm_support.s video_x.cpp Log Message: - 1-bit mode under X11 always uses default visual - fixed possible crash in driver_window dtor (image data would be freed twice, once by XDestroyImage() and once in driver_base dtor) - fixed compilation problems with banked memory - fixed typos |
From: CVS <do...@th...> - 2001-07-14 15:02:55
|
Update of /cvs/BasiliskII/src/uae_cpu Modified Files: memory.cpp memory.h Log Message: - 1-bit mode under X11 always uses default visual - fixed possible crash in driver_window dtor (image data would be freed twice, once by XDestroyImage() and once in driver_base dtor) - fixed compilation problems with banked memory - fixed typos |
From: CVS <do...@th...> - 2001-07-13 18:49:39
|
Update of /cvs/BasiliskII/src/BeOS Modified Files: ether_beos.cpp Log Message: - outgoing packet source address is set in ether.cpp - UDP tunnelling sends packets to Ethernet broadcast address as IP broadcasts |
From: CVS <do...@th...> - 2001-07-13 18:49:34
|
Update of /cvs/BasiliskII/src/Unix Modified Files: ether_unix.cpp Log Message: - outgoing packet source address is set in ether.cpp - UDP tunnelling sends packets to Ethernet broadcast address as IP broadcasts |
From: CVS <do...@th...> - 2001-07-13 18:49:34
|
Update of /cvs/BasiliskII/src/AmigaOS Modified Files: ether_amiga.cpp Log Message: - outgoing packet source address is set in ether.cpp - UDP tunnelling sends packets to Ethernet broadcast address as IP broadcasts |
From: CVS <do...@th...> - 2001-07-13 18:49:33
|
Update of /cvs/BasiliskII/src Modified Files: ether.cpp Log Message: - outgoing packet source address is set in ether.cpp - UDP tunnelling sends packets to Ethernet broadcast address as IP broadcasts |
From: CVS <do...@th...> - 2001-07-13 15:39:30
|
Update of /cvs/BasiliskII/src/include Modified Files: ether.h 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:30
|
Update of /cvs/BasiliskII/src/dummy Modified Files: audio_dummy.cpp ether_dummy.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:29
|
Update of /cvs/BasiliskII/src/Unix Modified Files: audio_oss_esd.cpp ether_unix.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:29
|
Update of /cvs/BasiliskII/src/BeOS Modified Files: ether_beos.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 |