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: <cv...@ce...> - 2007-12-30 09:18:37
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: main_unix.cpp Log Message: Sync with new SIGSEGV API. |
From: <cv...@ce...> - 2007-12-30 09:15:33
|
Update of /home/cvs/cebix/BasiliskII/src/MacOSX by gbeauche Modified Files: extfs_macosx.cpp Log Message: More overrides for MacOS X. |
From: <cv...@ce...> - 2007-12-30 09:14:57
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by gbeauche Modified Files: configure.ac Log Message: Fix build with new MacOS X extfs implementation (in C++). |
From: <cv...@ce...> - 2007-12-30 09:14:57
|
Update of /home/cvs/cebix/SheepShaver by gbeauche Modified Files: Makefile Log Message: Fix build with new MacOS X extfs implementation (in C++). |
From: <cv...@ce...> - 2007-12-30 08:47:32
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by gbeauche Modified Files: main_unix.cpp video_vosf.h Log Message: Sync with the new SIGSEGV API. |
From: <cv...@ce...> - 2007-12-30 08:47:32
|
Update of /home/cvs/cebix/BasiliskII/src/Windows by gbeauche Modified Files: main_windows.cpp Log Message: Sync with the new SIGSEGV API. |
From: <cv...@ce...> - 2007-12-30 08:47:30
|
Update of /home/cvs/cebix/BasiliskII/src/MacOSX by gbeauche Modified Files: main_macosx.mm Log Message: Sync with the new SIGSEGV API. |
From: <cv...@ce...> - 2007-12-30 08:46:28
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by gbeauche Modified Files: sigsegv.cpp sigsegv.h Log Message: Improve API for systems that require explicit calls to functions to retrieve the memory addresses that triggered a SIGSEGV (e.g. MacOS X). |
From: <cv...@ce...> - 2007-11-03 16:36:33
|
Update of /home/cvs/cebix/BasiliskII/src/slirp by gbeauche Modified Files: VERSION tcp.h tcp_subr.c udp.c Log Message: Update to slirp sources from QEMU 0.9.0: - fix UDP (Jason Wessel) - enable TCP_NODELAY for slirp redirection (Daniel Jacobowitz) |
From: <cv...@ce...> - 2007-11-03 11:31:35
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by gbeauche Modified Files: ether_unix.cpp Log Message: Don't raise SIGPIPE, let errno be set to EPIPE. i.e. this fixes slirp ethernet mode with no listening port on the remote host. |
From: <cv...@ce...> - 2007-11-03 11:11:45
|
Update of /home/cvs/cebix/BasiliskII/src/slirp by gbeauche Modified Files: VERSION bootp.c ip.h ip_icmp.c libslirp.h main.h misc.c slirp.c slirp_config.h socket.c tcp_subr.c udp.c Log Message: Update to slirp sources from QEMU 0.8.2: - set slirp client hostname - fix slirp redirection on systems without a useful host IP address - separate alias_addr (10.0.2.2) from our_addr (Ed Swierk) - fix 32+ KB packets handling (Ed Swierk) - fix UDP broadcast translation error - solaris port (Ben Taylor) |
From: <cv...@ce...> - 2007-11-03 10:01:26
|
Update of /home/cvs/cebix/BasiliskII/src/slirp by gbeauche Added Files: VERSION Log Message: Add VERSION file so that to track differences from "upstream" slirp sources, i.e. QEMU. |
From: <cv...@ce...> - 2007-11-03 09:59:39
|
Update of /home/cvs/cebix/BasiliskII/src by gbeauche Modified Files: extfs.cpp Log Message: Host OS name representation must be large enough to handle any kind of native encoding (e.g. UTF-8 on MacOS X). |
From: <cv...@ce...> - 2007-11-01 15:33:27
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by gbeauche Modified Files: configure.ac Log Message: Rewrite ExtFS support for MacOS X. This implementation uses xattrs (metadata) on Tiger+ to store FInfo and FXInfo. Otherwise, plain old .finfo/ helpers are used. "Safe" flags and fields are always synchronized to/from MacOS X. BTW, CFString leak was fixed at the same time. |
From: <cv...@ce...> - 2007-11-01 15:33:26
|
Update of /home/cvs/cebix/BasiliskII/src/MacOSX by gbeauche Modified Files: Makefile.in Added Files: extfs_macosx.cpp Removed Files: extfs_macosx.h extfs_macosx.mm Log Message: Rewrite ExtFS support for MacOS X. This implementation uses xattrs (metadata) on Tiger+ to store FInfo and FXInfo. Otherwise, plain old .finfo/ helpers are used. "Safe" flags and fields are always synchronized to/from MacOS X. BTW, CFString leak was fixed at the same time. |
From: <cv...@ce...> - 2007-08-27 21:45:15
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: main_unix.cpp Log Message: use the new SDL 1.2.12 env variable to allow the OS to launch the screensaver when sheepshaver is running - must be linking to sdl 1.2.12 or later for it to take effect |
From: <cv...@ce...> - 2007-07-28 16:19:15
|
Update of /home/cvs/cebix/SheepShaver/src/MacOSX/PrefsEditor/standalone_nib/English.lproj by asvitkine Log Message: Directory /home/cvs/cebix/SheepShaver/src/MacOSX/PrefsEditor/standalone_nib/English.lproj added to the repository |
From: <cv...@ce...> - 2007-07-28 15:50:29
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: Makefile.in Log Message: copy prefs stuff into app bundle |
From: <cv...@ce...> - 2007-07-28 15:46:18
|
Update of /home/cvs/cebix/SheepShaver/src/MacOSX by asvitkine Added Files: prefs_macosx.mm Log Message: more prefs stuff |
From: <cv...@ce...> - 2007-07-28 15:46:18
|
Update of /home/cvs/cebix/SheepShaver/src/dummy by asvitkine Added Files: prefs_dummy.cpp Log Message: more prefs stuff |
From: <cv...@ce...> - 2007-07-28 15:45:11
|
Update of /home/cvs/cebix/BasiliskII/src by asvitkine Modified Files: prefs.cpp Log Message: support for prefs stuff |
From: <cv...@ce...> - 2007-07-28 15:45:11
|
Update of /home/cvs/cebix/BasiliskII/src/include by asvitkine Modified Files: prefs.h Log Message: support for prefs stuff |
From: <cv...@ce...> - 2007-07-28 15:44:35
|
Update of /home/cvs/cebix/SheepShaver/src/Unix by asvitkine Modified Files: configure.ac Log Message: support new prefs editor handling (rerun autogen) |
From: <cv...@ce...> - 2007-07-28 15:28:13
|
Update of /home/cvs/cebix/SheepShaver/src/MacOSX/PrefsEditor/standalone_nib by asvitkine Log Message: Directory /home/cvs/cebix/SheepShaver/src/MacOSX/PrefsEditor/standalone_nib added to the repository |
From: <cv...@ce...> - 2007-07-28 15:27:37
|
Update of /home/cvs/cebix/SheepShaver/src/MacOSX/PrefsEditor/standalone_nib/English.lproj/MainMenu.nib by asvitkine Modified Files: keyedobjects.nib Log Message: make unix root textbox larger in os x prefs editor |