From: CVS <do...@th...> - 2002-05-09 09:55:55
|
Update of /cvs/SheepShaver Modified Files: Makefile Log Message: - B2_TOPDIR: new macro specifying where Basilisk II directory can be found. Update "links" rule to take care of it and don't PREFIX with current path if B2_TOPDIR yields an absolute path. (Simply cosmetic so that I can have multiple SS work dirs, effortlessly ;-) |
From: CVS <do...@th...> - 2003-01-04 12:23:56
|
Update of /cvs/SheepShaver Modified Files: Makefile Log Message: Sync with changes from cxmon and B2. I have yet to find out why my old disk image (8.1 based) no longer boots completely. :-/ |
From: CVS <do...@th...> - 2003-05-15 13:32:10
|
Update of /cvs/SheepShaver Modified Files: Makefile Log Message: Use vm_acquire/vm_acquire_fixed/vm_release API. Prepare use of SIGSEGV handlers and instruction skippers. Fix test prior to including posix_sem.cpp. |
From: CVS <do...@th...> - 2003-05-22 22:12:21
|
Update of /cvs/SheepShaver Modified Files: Makefile Log Message: Import VOSF from Basilisk II for faster and more accurate video refresh. There may be some bugs left though. Rework sigsegv_handler() a little to accomodate VOSF way of life. TODO: merge video drivers infrastructure from B2. |
From: <do...@do...> - 2003-09-07 14:25:51
|
Update of /cvs/SheepShaver Modified Files: Makefile Log Message: Handle manual updates with kpx_cpu core |
From: <do...@do...> - 2003-09-14 22:10:59
|
Update of /cvs/SheepShaver Modified Files: Makefile Log Message: add PowerPC emulator tester |
From: <do...@do...> - 2003-11-24 22:19:40
|
Update of /cvs/SheepShaver Modified Files: Makefile Log Message: Add link to B2 Unix/config.{guess,sub} |
From: <do...@do...> - 2003-11-27 20:07:38
|
Update of /cvs/SheepShaver Modified Files: Makefile Log Message: I manually synchronize with Kheperix code. |
From: <do...@do...> - 2004-01-18 22:04:25
|
Update of /cvs/SheepShaver Modified Files: Makefile Log Message: handle dummy stuff |
From: <do...@do...> - 2004-05-09 17:55:12
|
Update of /cvs/SheepShaver Modified Files: Makefile Log Message: Link keycodes & tunconfig files, DESTDIR'ify Unix/Makefile |
From: <do...@do...> - 2004-06-24 15:31:54
|
Update of /cvs/SheepShaver Modified Files: Makefile Log Message: Symlink dummy/clip_dummy.cpp and SDL directory. |
From: <do...@do...> - 2004-06-27 20:18:11
|
Update of /cvs/SheepShaver Modified Files: Makefile Log Message: Symlink MacOS X sys_darwin.cpp and clip_macosx.cpp |
From: <do...@do...> - 2004-07-10 07:38:54
|
Update of /cvs/SheepShaver Modified Files: Makefile Log Message: Use Nigel's "extfs" implementation on MacOS X |
From: <do...@do...> - 2004-11-15 23:41:10
|
Update of /cvs/SheepShaver Modified Files: Makefile Log Message: Inherit clip_unix.cpp from Basilisk II, now they are identical. |
From: <do...@do...> - 2004-11-22 22:21:38
|
Update of /cvs/SheepShaver Modified Files: Makefile Log Message: Add missing symlinks. Fix LN_S with source dirs contains spaces. |
From: <do...@do...> - 2005-03-17 23:56:07
|
Update of /cvs/SheepShaver Modified Files: Makefile Log Message: add other symlinks to B2/Windows files |
From: <do...@do...> - 2005-07-01 06:15:24
|
Update of /cvs/SheepShaver by gbeauche Modified Files: Makefile Log Message: Add B2 Unix/m4 symlink |
From: <do...@do...> - 2005-07-03 13:05:39
|
Update of /cvs/SheepShaver by gbeauche Modified Files: Makefile Log Message: Add necessary configury + support code to support slirp in SheepShaver, the user-space network emulation layer. Enable it on all Unix supported platforms where I know it works. |
From: <do...@do...> - 2005-07-03 22:44:32
|
Update of /cvs/SheepShaver by gbeauche Modified Files: Makefile Log Message: Bad MacOS X, we need our our semaphore.h from Basilisk II to get POSIX unnamed semaphores emulation with named Mach semaphores. |
From: <cv...@ce...> - 2005-11-27 22:29:34
|
Update of /home/cvs/cebix/SheepShaver by gbeauche Modified Files: Makefile Log Message: Ethernet and Serial support (merge from Basilisk II tree) |
From: <cv...@ce...> - 2005-11-27 23:54:28
|
Update of /home/cvs/cebix/SheepShaver by gbeauche Modified Files: Makefile Log Message: Build Windows GUI with GTK |
From: <cv...@ce...> - 2005-11-29 23:48:20
|
Update of /home/cvs/cebix/SheepShaver by gbeauche Modified Files: Makefile Log Message: V2.3-Pre (snapshot) |
From: <cv...@ce...> - 2005-11-30 00:29:33
|
Update of /home/cvs/cebix/SheepShaver by gbeauche Modified Files: Makefile Log Message: Makefile fixes. Also checkout Basilisk II tree while preparing the SheepShaver sources tree as it's better to have the tarball having the B2 sources inside too. |
From: <cv...@ce...> - 2005-11-30 07:25:41
|
Update of /home/cvs/cebix/SheepShaver by gbeauche Modified Files: Makefile Log Message: Modernize tarball VERNAME |
From: <cv...@ce...> - 2005-12-04 16:27:03
|
Update of /home/cvs/cebix/SheepShaver by gbeauche Modified Files: Makefile Log Message: Better IRIX support: add audio & slirp networking. Fix configure to use -lm when searching for C99 functions (roundf() et al.). |