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...> - 2002-03-16 11:50:53
|
Update of /cvs/BasiliskII/src/MacOSX/BasiliskII.pbproj Modified Files: nigel.pbxuser project.pbxproj Removed Files: data00ec.006 Log Message: New script to generate symlinks, remove any symlink generation from Makefile, Makefile now generates 8 wrappers for cpuemu.cpp to slightly improve compile time, added the 8 wrappers to the Project Builder file, updated doco |
From: CVS <do...@th...> - 2002-03-16 10:58:29
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: - Large File support is now specific to Linux since it breaks build on other platforms like Solaris/SPARC and I could only test under Linux. TODO: Better use the AC_SYS_LARGEFILE macro from autoconf-2.5. |
From: CVS <do...@th...> - 2002-03-16 10:51:24
|
Update of /cvs/BasiliskII/src/Unix Modified Files: acconfig.h configure.in vm_alloc.cpp Log Message: - Check for caddr_t. On some systems like Solaris/SPARC, mmap() address type (first parameter) is caddr_t instead of void *. Explicitly cast address to (caddr_t) type and C++ implicit pointer conversion rules will do the rest. aka. caddr_t -> void * is OK unlike the opposite. |
From: CVS <do...@th...> - 2002-03-16 10:49:07
|
Update of /cvs/BasiliskII/src/Unix Modified Files: vm_alloc.h Log Message: - Also include <sys/types.h> if system has <unistd.h> |
From: CVS <do...@th...> - 2002-03-16 10:12:57
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in Log Message: - Expand TYPE_SOCKLEN_T as it is a non-standard autoconf macro that lives in ac-archive/Miscellaneous. Extracted from version 1.2 (2000/07/19) by Lars Brinkhoff <la...@no...>. |
Update of /cvs/BasiliskII/src/MacOSX Modified Files: Controller.h Emulator.h EmulatorView.h NNThread.h PrefsEditor.h extfs_macosx.h macos_util_macosx.h main_macosx.h misc_macosx.h sysdeps.h video_macosx.h Log Message: Initial revision of Mac OS X port code. Uses Objective-C++. Needs Mac OS 10.1 |
From: CVS <do...@th...> - 2002-03-16 10:00:26
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: Controller.mm Emulator.mm EmulatorView.mm PrefsEditor.mm extfs_macosx.mm main_macosx.mm misc_macosx.mm video_macosx.mm Log Message: Initial revision of Mac OS X port code. Uses Objective-C++. Needs Mac OS 10.1 |
From: CVS <do...@th...> - 2002-03-16 09:16:24
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: configure.in Log Message: Added latest changes in Unix version |
From: CVS <do...@th...> - 2002-03-16 09:09:28
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: Makefile.in Log Message: Added BasiliskII.icns (needed to build the application), and a rule to generate it (empty file) if the developer doesn't supply an icon |
From: CVS <do...@th...> - 2002-03-16 05:47:18
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: Makefile.in configure.in Log Message: Add Project builder and resource directories |
From: CVS <do...@th...> - 2002-03-16 05:28:03
|
Update of /cvs/BasiliskII Modified Files: README Log Message: Added Mac OS X screen preferences, Mac OS X to the 'ported to' list, my details to the Acknowledgements/Contributions |
From: CVS <do...@th...> - 2002-03-16 04:01:17
|
Update of /cvs/BasiliskII/src/MacOSX Log Message: Initial revision of Mac OS X port code. Uses Objective-C++. Needs Mac OS 10.1 Status: Vendor Tag: nigel-macosx Release Tags: start N BasiliskII/src/MacOSX/0_HOW_TO_BUILD.txt N BasiliskII/src/MacOSX/audio_macosx.cpp N BasiliskII/src/MacOSX/config.h.in N BasiliskII/src/MacOSX/configure.in N BasiliskII/src/MacOSX/Controller.h N BasiliskII/src/MacOSX/Controller.mm N BasiliskII/src/MacOSX/Credits.html N BasiliskII/src/MacOSX/Emulator.h N BasiliskII/src/MacOSX/Emulator.mm N BasiliskII/src/MacOSX/EmulatorView.h N BasiliskII/src/MacOSX/EmulatorView.mm N BasiliskII/src/MacOSX/extfs_macosx.h N BasiliskII/src/MacOSX/extfs_macosx.mm N BasiliskII/src/MacOSX/macos_util_macosx.h N BasiliskII/src/MacOSX/main_macosx.h N BasiliskII/src/MacOSX/main_macosx.mm N BasiliskII/src/MacOSX/Makefile.in N BasiliskII/src/MacOSX/misc_macosx.h N BasiliskII/src/MacOSX/misc_macosx.mm N BasiliskII/src/MacOSX/NNThread.h N BasiliskII/src/MacOSX/NNThread.m N BasiliskII/src/MacOSX/prefs_macosx.cpp N BasiliskII/src/MacOSX/PrefsEditor.h N BasiliskII/src/MacOSX/PrefsEditor.mm N BasiliskII/src/MacOSX/sysdeps.h N BasiliskII/src/MacOSX/ToDo.html N BasiliskII/src/MacOSX/Versions.html N BasiliskII/src/MacOSX/video_macosx.h N BasiliskII/src/MacOSX/video_macosx.mm N BasiliskII/src/MacOSX/BasiliskII.pbproj/data00ec.006 N BasiliskII/src/MacOSX/BasiliskII.pbproj/nigel.pbxuser N BasiliskII/src/MacOSX/BasiliskII.pbproj/project.pbxproj N BasiliskII/src/MacOSX/English.lproj/InfoPlist.strings N BasiliskII/src/MacOSX/English.lproj/MainMenu.nib/classes.nib N BasiliskII/src/MacOSX/English.lproj/MainMenu.nib/Collapsed.tiff N BasiliskII/src/MacOSX/English.lproj/MainMenu.nib/Expanded.tiff N BasiliskII/src/MacOSX/English.lproj/MainMenu.nib/info.nib N BasiliskII/src/MacOSX/English.lproj/MainMenu.nib/objects.nib N BasiliskII/src/MacOSX/English.lproj/MainMenu.nib/resetH.tiff N BasiliskII/src/MacOSX/English.lproj/MainMenu.nib/resetN.tiff N BasiliskII/src/MacOSX/English.lproj/MainMenu.nib/shutdownH.tiff N BasiliskII/src/MacOSX/English.lproj/MainMenu.nib/shutdownN.tiff N BasiliskII/src/MacOSX/Multiple-Windows/README N BasiliskII/src/MacOSX/Multiple-Windows/English.lproj/InfoPlist.strings N BasiliskII/src/MacOSX/Multiple-Windows/English.lproj/MainMenu.nib/classes.nib N BasiliskII/src/MacOSX/Multiple-Windows/English.lproj/MainMenu.nib/info.nib N BasiliskII/src/MacOSX/Multiple-Windows/English.lproj/MainMenu.nib/objects.nib N BasiliskII/src/MacOSX/Multiple-Windows/English.lproj/Win512x342.nib/classes.nib N BasiliskII/src/MacOSX/Multiple-Windows/English.lproj/Win512x342.nib/Collapsed.tiff N BasiliskII/src/MacOSX/Multiple-Windows/English.lproj/Win512x342.nib/Expanded.tiff N BasiliskII/src/MacOSX/Multiple-Windows/English.lproj/Win512x342.nib/info.nib N BasiliskII/src/MacOSX/Multiple-Windows/English.lproj/Win512x342.nib/objects.nib N BasiliskII/src/MacOSX/Multiple-Windows/English.lproj/Win512x342.nib/resetH.tiff N BasiliskII/src/MacOSX/Multiple-Windows/English.lproj/Win512x342.nib/resetN.tiff N BasiliskII/src/MacOSX/Multiple-Windows/English.lproj/Win512x342.nib/shutdownH.tiff N BasiliskII/src/MacOSX/Multiple-Windows/English.lproj/Win512x342.nib/shutdownN.tiff No conflicts created by this import |
From: CVS <do...@th...> - 2002-03-10 20:17:25
|
Update of /cvs/BasiliskII/src/AmigaOS Modified Files: video_amiga.cpp Log Message: minor cleanups |
From: CVS <do...@th...> - 2002-03-10 19:34:19
|
Update of /cvs/BasiliskII/src/include Modified Files: audio.h audio_defs.h Log Message: some cleanups in the sound component |
From: CVS <do...@th...> - 2002-03-10 19:34:19
|
Update of /cvs/BasiliskII/src Modified Files: audio.cpp Log Message: some cleanups in the sound component |
From: CVS <do...@th...> - 2002-02-23 17:54:32
|
Update of /cvs/BasiliskII/src/Unix Modified Files: sys_unix.cpp Log Message: fixed floppy disk change detection problems under Linux |
From: CVS <do...@th...> - 2002-02-23 17:54:30
|
Update of /cvs/BasiliskII/src Modified Files: sony.cpp Log Message: fixed floppy disk change detection problems under Linux |
From: CVS <do...@th...> - 2002-02-23 17:54:30
|
Update of /cvs/BasiliskII Modified Files: ChangeLog Log Message: fixed floppy disk change detection problems under Linux |
From: CVS <do...@th...> - 2002-02-22 17:48:39
|
Update of /cvs/BasiliskII/src/Unix Modified Files: main_unix.cpp sys_unix.cpp Log Message: - default floppy device under Linux is now /dev/fd?u1440 because /dev/fd?H1440 is deprecated |
From: CVS <do...@th...> - 2002-02-11 14:28:10
|
Update of /cvs/BasiliskII/src/Unix Modified Files: vm_alloc.cpp Log Message: - vm_acquire_fixed: Fix memset() and vm_protect() calls so that the address is really the one specified instead of always zero. |
From: Michael A. M. <ma...@st...> - 2002-02-07 22:06:29
|
On Sat, 2 Feb 2002, Gwenole Beauchesne wrote: > On Fri, 1 Feb 2002, CVS wrote: > > > direct addressing works under FreeBSD (says Michael Alyn Miller :-) > > Ah? Which version of FreeBSD? Last time I tried with FreeBSD 4.1, if > memory serves, the sigsegv.* tests passed when manually compiled (using > SIGBUS instead of SIGSEGV, of course). However, they failed when run > inside the configure script. By failure, I mean the program doesn't > terminate, thus blocking configure. I tested the change with 4.3-RELEASE. It should be forwards compatible. There may have been other issues in 4.1 that caused it to fail before..? Let me know if you have any other questions. Michael Alyn Miller |
From: CVS <do...@th...> - 2002-02-07 16:11:24
|
Update of /cvs/BasiliskII/src/Unix/Irix Modified Files: audio_irix.cpp Log Message: cleaned up pthread attributes [Brian Johnson] |
From: CVS <do...@th...> - 2002-02-07 16:11:16
|
Update of /cvs/BasiliskII Modified Files: ChangeLog Log Message: cleaned up pthread attributes [Brian Johnson] |
From: CVS <do...@th...> - 2002-02-07 16:11:06
|
Update of /cvs/BasiliskII/src/Unix/Solaris Modified Files: audio_solaris.cpp Log Message: cleaned up pthread attributes [Brian Johnson] |
From: CVS <do...@th...> - 2002-02-07 16:11:05
|
Update of /cvs/BasiliskII/src/Unix Modified Files: audio_oss_esd.cpp configure.in ether_unix.cpp main_unix.cpp serial_unix.cpp sys_unix.cpp sysdeps.h video_x.cpp Log Message: cleaned up pthread attributes [Brian Johnson] |