Dave Vasilevsky
8204105c41
Prefs: Fix buffer overrun
...
Prevent intermittent crashing when prefs contains empty lines or lines with
no spaces.
2013-04-20 19:01:54 -04:00
asvitkine
46be4955ae
Merge pull request #28 from vasi/linux-standalone
...
Make the standalone GUI build on Linux again
2013-04-05 23:04:59 -07:00
Dave Vasilevsky
47ec992f6d
Make the standalone GUI build on Linux again
2013-04-05 17:30:23 -04:00
asvitkine
7782a40f67
Merge pull request #24 from vasi/standalone-generic-disk
...
Standalone GUI doesn't need to pull in all the generic disks
2013-03-28 05:57:51 -07:00
Dave Vasilevsky
8f27d4af9b
Standalone GUI doesn't need to pull in all the generic disks
2013-03-28 06:30:08 -04:00
asvitkine
e4159d5c89
Merge pull request #23 from vasi/linux-true
...
Work even if TRUE is undefined
2013-03-27 18:24:37 -07:00
Dave Vasilevsky
d23a421a49
Work even if TRUE is undefined
2013-03-27 03:38:59 -04:00
Hans de Goede
2226aa4752
don't strip -g option to GCC for B2
2013-03-12 19:08:11 -04:00
Hans de Goede
d6416e2d07
don't strip SS when installing
2013-03-12 19:05:07 -04:00
Hans de Goede
469dce168d
fix whitespace issue in configure.ac
2013-03-12 19:02:33 -04:00
Hans de Goede
90c113c43b
check for WANT_SDL_VIDEO rather than WANT_SDL when deciding to use X11
2013-03-12 18:59:58 -04:00
Hans de Goede
cb42ef255b
fix linux crash on sscanf failure
2013-03-12 18:55:58 -04:00
Alexei Svitkine
9f5d67497d
update xcode project for sparsebundle support
2013-03-12 18:50:44 -04:00
asvitkine
3b177f141f
Merge pull request #22 from vasi/dmg-sparsebundle
...
Sparsebundle support
2013-03-11 18:53:54 -07:00
Dave Vasilevsky
b05e0ba074
sparsebundle: Fix spacing in Makefile
2013-03-11 17:16:32 -04:00
Dave Vasilevsky
912d2e05be
disk_generic: Iterate using index instead of pointers
2013-03-11 17:10:38 -04:00
Dave Vasilevsky
c79a52f3b8
disk_generic: Distinguish between unknown disks, and unmountable disks
2013-03-11 17:08:27 -04:00
Dave Vasilevsky
cdb0338883
sparsebundle: Handle locking properly
2013-03-11 16:50:12 -04:00
Dave Vasilevsky
9953374b25
sparsebundle: Don't write zeros in unallocated space
...
Also close files when we're done with them.
2013-03-11 16:18:43 -04:00
Dave Vasilevsky
127441afb7
sparsebundle: Use pointers to member functions
2013-03-10 12:12:24 -04:00
Dave Vasilevsky
753a5c40fe
sparsebundle: Remove old TODOs
2013-03-10 12:05:43 -04:00
Dave Vasilevsky
0c8292aea3
sparsebundle: Minor fixes
...
- Allocate memory in disk_sparsebundle() constructor
- Constify constructor parameter
- Be careful with invalid fds
2013-03-10 12:03:34 -04:00
asvitkine
bbc0af47db
Merge pull request #20 from dougg3/master
...
Fix Windows black screen problem
2013-03-04 19:14:20 -08:00
Dave Vasilevsky
33e55760a9
Linux works!
2013-03-03 17:06:01 -05:00
Dave Vasilevsky
9f77458b75
Fix spacing
2013-03-03 17:05:02 -05:00
Doug Brown
0980a87e3f
Ensure ROM is above RAM in Windows.
...
Fixes black screen on newer versions of Windows.
2013-03-02 12:29:39 -08:00
Doug Brown
ed358ca618
Fix case sensitivity of MinGW basetsd.h header when compiling inside Linux.
2013-03-01 03:08:29 -08:00
asvitkine
ef5a6ef3a7
Merge pull request #19 from landonf/landonf-pty-fix
...
Set tty raw mode when using a pty.
2013-02-28 20:56:14 -08:00
Landon Fuller
2c8507ea97
Set tty raw mode when using a pty.
2013-02-25 20:24:56 -05:00
Dave Vasilevsky
17aabc4c40
Generify vhd, too
2013-02-24 15:57:18 -05:00
Dave Vasilevsky
5c7af60f16
generically search for disk types
2013-02-24 15:43:54 -05:00
Dave Vasilevsky
3af3834b8e
Basilisk deserves sparse bundles too!
2013-02-24 14:40:41 -05:00
Dave Vasilevsky
917984e6ec
Add to make links
2013-02-24 14:15:21 -05:00
Dave Vasilevsky
2a15911938
Full sparsebundle implementation
2013-02-24 14:11:29 -05:00
Dave Vasilevsky
091db05aac
Partial implementation of sparsebundles; still needs Info.plist parsing
2013-02-24 13:02:16 -05:00
asvitkine
0c3516ef5a
Merge pull request #13 from clehner/master
...
Port forwarding in slirp
2012-11-02 21:31:00 -07:00
Charles Lehner
76911be266
Fix compilation error on OS X.
2012-10-30 09:34:10 -04:00
Charles Lehner
349fad4d2f
Add port redirection option for networking with slirp.
...
Port forwarding allows the emulator to host servers that can be
accessed from outside the virtual network.
The code for parsing the preference option "redir" is adapted from
qemu code. The rest was already implemented.
2012-10-30 01:32:38 -04:00
Christian Bauer
b4940ae29d
more cleanups (unused/uninitialized variables, forgotten free()s, etc.)
2012-09-08 12:33:39 +02:00
Alexei Svitkine
c1e7267de4
Merge branch 'master' of https://github.com/cebix/macemu
2012-09-02 11:30:10 -04:00
Alexei Svitkine
407edc8bfd
Cleanup shm cleanup code.
2012-09-02 11:29:16 -04:00
Christian Bauer
6ca9738e6c
clean up and add documentation
2012-08-27 20:17:12 +02:00
Amadeusz Sławiński
80c2e5349f
Add missing dummy ZeroScrap() on linux
2012-08-21 15:18:43 +02:00
Alexei Svitkine
243307f05c
Fix typo.
2012-08-19 10:17:10 -04:00
Alexei Svitkine
3b6fdddfa1
Use a diff var name in configure.ac to avoid erroneous caching.
2012-08-12 13:01:55 -04:00
Alexei Svitkine
3c8856bcca
Include unistd.h in config signal checks.
2012-08-12 12:41:03 -04:00
Alexei Svitkine
fa7da794c3
Trying to fix linux/arm build.
2012-08-12 12:25:19 -04:00
Charles
23ee14227f
Yet another clipboard patch for Basilisk / SheepShaver
...
This patch introduces a few changes:
1. Data of arbitrary Mac OS types which aren't handled (i.e. non text/picture types) will now be passed through to the host pasteboard, just like in the 32-bit code.
2. Reorganization of a few things.
3. Fixed a memory leak (whoops).
I'm basically submitting this patch now because I have a few other changes I'm going to try, but since I'm not sure that they're going to work, I thought it better to flush out the changes I've already made at this point first.
Thanks,
Charles
2012-07-15 15:17:16 -04:00
Alexei Svitkine
77862b2103
Update version in version.h too.
2012-07-07 21:25:44 -04:00
Alexei Svitkine
3ddc4ff65d
Make version number show up in Finder's get info and update Xcode project.
2012-07-07 14:08:38 -04:00