[go: up one dir, main page]

Activity for Thorsten Otto

  • Thorsten Otto Thorsten Otto posted a comment on ticket #6

    Thanks for looking into it. And yes, your adaption is more generic, although i doubt that are any other compilers beside gcc and clang that are able to cross-compile ;) After i did the patch i also noticed that there is a NATIVE_CC variable used in some Makefiles, but i think these are only used for win32.

  • Thorsten Otto Thorsten Otto created ticket #7

    Add support for Atari FreeMinT

  • Thorsten Otto Thorsten Otto created ticket #6

    Better support for cross-compilation

  • Thorsten Otto Thorsten Otto posted a comment on ticket #4

    Thats up to you of course, but a single "if" does not look very complex ;) Anyway, i'm fine with any solution that works. In the meantime, i try to fix that also in MiNT.

  • Thorsten Otto Thorsten Otto modified a comment on ticket #4

    Yes, you are right, almost forgot that. But you could still do something like if ((pid = Pexec(104), ...)) == -32) Pexec(4,...); else if (pid <0) /* maybe handle other errors here */ else Pwaitpid(pid, 2, NULL, NULL);

  • Thorsten Otto Thorsten Otto posted a comment on ticket #4

    Yes, you are right, almost forgot that. But you could still do something like if ((pid = Pexec(104), ...)) == -32) Pexec(4,...); else if (pid <0) / maybe handle other errors here / else Pwaitpid(pid, 2, NULL, NULL);

  • Thorsten Otto Thorsten Otto posted a comment on ticket #4

    Another idea (also not tried yet): you could use Pexec(104) instead of Pexec(4). That call does not wait, and should give you also the pid of the started Process, which you can use for Pwaitpid(pid, 2, NULL, NULL)

  • Thorsten Otto Thorsten Otto posted a comment on ticket #4

    Yes, Pwait() is identical to Pwait3(2, NULL), or Pwaitpid(-1, 2, NULL, NULL),as you can see here Pwait should report something, The module you started with Pexec(4) already has exited, so there is nothing to report... unless you have loaded other libraries before with Slbopen(). They are handled a bit strange by MiNT: they are started also with Pexec(), but then they get a SIGSTOP signal sent once their init function has been called. That is why Pwait() hangs: it waits for them to exit or change...

  • Thorsten Otto Thorsten Otto created ticket #4

    Call to Pwait() in ldg_load is wrong

  • Thorsten Otto Thorsten Otto committed [f096cb]

    Fix some calls to memset()

  • Thorsten Otto Thorsten Otto committed [1dfde5]

    Use boolean, not jboolean for older jpeg libraries.

  • Thorsten Otto Thorsten Otto committed [e1ee00]

    For now, make sure memory configuration isn't changed when

  • Thorsten Otto Thorsten Otto committed [463d0e]

    Fix a few debug printf format strings

  • Thorsten Otto Thorsten Otto committed [f97731]

    Prefer jpeglib over SDL_image; this is the only format needed,

  • Thorsten Otto Thorsten Otto committed [f93188]

    Disable using the SDL2 sample rate conversion again, it did not work

  • Thorsten Otto Thorsten Otto committed [f99d24]

    Increase low starting address for memory probing, using a too low value sometimes yields an uncatchable SIGSEGV

  • Thorsten Otto Thorsten Otto committed [ecf8c1]

    Do not install SIGINT handler when only probing for available memory ranges

  • Thorsten Otto Thorsten Otto committed [2a84a0]

    Remove forgotten debug output

  • Thorsten Otto Thorsten Otto committed [b50570]

    Fix audio output for SDL2

  • Thorsten Otto Thorsten Otto committed [815b90]

    gitignore .directory files created by some filemanagers

  • Thorsten Otto Thorsten Otto committed [f44293]

    Display an alert in the sdl-gui when no TOS image could be found.

  • Thorsten Otto Thorsten Otto committed [9d15f3]

    Change default emutos image filename to emutos-aranym.img.

  • Thorsten Otto Thorsten Otto committed [2c3044]

    Make the TOS- and EmuTOS-path selectable in the GUI.

  • Thorsten Otto Thorsten Otto committed [4d70ab]

    Sort some keys in dyngl.pl to avoid randomness in generated output

  • Thorsten Otto Thorsten Otto committed [d0905e]

    Convert logo.png to bmp, and use builtin function from SDL

  • Thorsten Otto Thorsten Otto committed [b03c56]

    SDL_DisplayFormat() is no longer available in SDL2

  • Thorsten Otto Thorsten Otto committed [f9a2ba]

    Define the EXT2 ioctl constants if <ext2fs/ext2_fs.h> is not available

  • Thorsten Otto Thorsten Otto committed [560b4c]

    Get rid of some annoying warnings generated by gcc 6.x+

  • Thorsten Otto Thorsten Otto committed [d15fdf]

    Set the window manager icon after initializing the video mode

  • Thorsten Otto Thorsten Otto committed [8d82c7]

    Comment out unused usart field

  • Thorsten Otto Thorsten Otto committed [c26b87]

    Fix handling of throw() with newer compilers

  • Thorsten Otto Thorsten Otto committed [915be9]

    replace verify.h with slightly different version that was released

  • Thorsten Otto Thorsten Otto committed [6a9f78]

    ata.cpp: fix some cases where two or more

  • Thorsten Otto Thorsten Otto committed [a9a0ae]

    Fix a wrong signed comparison in usbhost.cpp

  • Thorsten Otto Thorsten Otto committed [71beeb]

    Add missing NEWS entry from last release

  • Thorsten Otto Thorsten Otto committed [ffab1a]

    Comment out some unused functions

  • Thorsten Otto Thorsten Otto committed [fabd73]

    Use HAVE_VASPRINTF instead of HAVE_GNU_SOURCE

  • Thorsten Otto Thorsten Otto committed [e52265]

    blitter.cpp: handle word read/writes of blitter src/dst address

  • Thorsten Otto Thorsten Otto committed [1c2088]

    blitter.cpp: reformat the op table to make it more readable

  • Thorsten Otto Thorsten Otto committed [9fe9c3]

    blitter.cpp: do not read the source at all for operations that

  • Thorsten Otto Thorsten Otto committed [2ecc87]

    Remove some unused declarations

  • Thorsten Otto Thorsten Otto committed [bf89a8]

    xhdi: return error if fseek fails

  • Thorsten Otto Thorsten Otto committed [3b0258]

    ldd: avoid some warnings on Win32

  • Thorsten Otto Thorsten Otto committed [448191]

    add some comments

  • Thorsten Otto Thorsten Otto committed [c123b5]

    nfosmesa: fix prototype of glClearNamedFramebuf...

  • Thorsten Otto Thorsten Otto committed [04dddc]

    JIT: fix regression in definition of status flags

  • Thorsten Otto Thorsten Otto committed [b5ab4f]

    JIT: sync compemu_midfunc_x86.[cpp|h] with curr...

  • Thorsten Otto Thorsten Otto committed [1f28e5]

    JIT: sync gencomp*.c with current WinUAE sources

  • Thorsten Otto Thorsten Otto committed [4b069c]

    JIT: more sync with current WinUAE sources

  • Thorsten Otto Thorsten Otto committed [77821b]

    add disassembler support to JIT (with JIT_DEBUG)

  • Thorsten Otto Thorsten Otto committed [f8ab8f]

    Change some debug output to match other output ...

  • Thorsten Otto Thorsten Otto committed [92762f]

    Detect accesses to HOST NULL ptrs at least in c...

  • Thorsten Otto Thorsten Otto committed [f39a89]

    JIT: sync with current WinUAE sources

  • Thorsten Otto Thorsten Otto committed [56047a]

    Fix some file permissions; move verify.h to inc...

  • Thorsten Otto Thorsten Otto committed [d42165]

    JIT: workaround for cases where a buserror was ...

  • Thorsten Otto Thorsten Otto committed [5fd41a]

    Update sigsegv handler for x86 to handle some m...

  • Thorsten Otto Thorsten Otto committed [26b264]

    rtc.h: add define for Mexico, found in TOS sources

  • Thorsten Otto Thorsten Otto committed [b417f2]

    Fix typo in phys_put_quad()

  • Thorsten Otto Thorsten Otto committed [3b5fd2]

    Update EmuTOS loader for upcoming version

  • Thorsten Otto Thorsten Otto committed [8e264c]

    configure.ac: Fix non-linux build

  • Thorsten Otto Thorsten Otto committed [cc88b1]

    nf_scsidrv.cpp: some fixes to media change dete...

  • Thorsten Otto Thorsten Otto committed [929d87]

    Mark texts in sdlgui.sdl as translatable

  • Thorsten Otto Thorsten Otto committed [780d10]

    Fix compilation of standalone disassembler

  • Thorsten Otto Thorsten Otto committed [ba36f2]

    nf_scsidrv.cpp: experimental udev-based media c...

  • Thorsten Otto Thorsten Otto committed [51c7f6]

    nf_scsidrv.cpp: some interface changes as sugge...

  • Thorsten Otto Thorsten Otto committed [dec479]

    nf_scsidrv.cpp: some interface changes as sugge...

  • Thorsten Otto Thorsten Otto committed [e8aef9]

    autogen.sh: automake must run after autoheader ...

  • Thorsten Otto Thorsten Otto committed [7db60a]

    rtc.cpp: freeze reported time while Bit 7 in Re...

  • Thorsten Otto Thorsten Otto committed [e36a73]

    nf_scsidrv.cpp: handle the case of NULL pointer...

  • Thorsten Otto Thorsten Otto committed [901061]

    Implement NF_SCSIDRV Native Feature

  • Thorsten Otto Thorsten Otto committed [f2f314]

    Fixed buffersize calculation for buffers passed...

  • Thorsten Otto Thorsten Otto committed [ab8e82]

    nfvdi_soft.{cpp|h}: Fixes and some optimization...

  • Thorsten Otto Thorsten Otto committed [2ccf75]

    mathlib.h: remove useless assignment in make_nan()

  • Thorsten Otto Thorsten Otto committed [bd7e79]

    nfosmesa: make it possible to semi-automaticall...

  • Thorsten Otto Thorsten Otto committed [7a099b]

    nfosmesa: try to use renderbuffers when Mesa li...

  • Thorsten Otto Thorsten Otto committed [a6fe79]

    nfosmesa: support OSMesaGetProcAddress(); retur...

  • Thorsten Otto Thorsten Otto committed [9176b6]

    OSMesaCreateLDG(atari side): round buffersize u...

  • Thorsten Otto Thorsten Otto committed [483919]

    nfosmesa: For FULLMMU, copy all input parameter...

  • Thorsten Otto Thorsten Otto committed [51002b]

    osmesa(Atari side): Rework the way parameters a...

  • Thorsten Otto Thorsten Otto committed [96103b]

    allow opengl libraries to be a colon separated ...

  • Thorsten Otto Thorsten Otto committed [e715f4]

    nfosmesa: a few fixes, and grouping of function...

  • Thorsten Otto Thorsten Otto committed [ed86e8]

    nfosmesa: update to OpenGL 4.5, adding 172 func...

  • Thorsten Otto Thorsten Otto committed [5e2920]

    nfosmesa: Add remaining conversion macros for s...

  • Thorsten Otto Thorsten Otto committed [4c4b78]

    nfosmesa: Add conversion macros for several fun...

  • Thorsten Otto Thorsten Otto committed [f4a688]

    nfosmesa: Add conversion macros for several fun...

  • Thorsten Otto Thorsten Otto committed [1efad8]

    nfosmesa: Add conversion macros for several fun...

  • Thorsten Otto Thorsten Otto committed [ff6f0d]

    nfosmesa: Add conversion macros for several fun...

  • Thorsten Otto Thorsten Otto committed [ae0c85]

    nfosmesa: handle functions that return a 64-bit...

  • Thorsten Otto Thorsten Otto committed [9365dc]

    nfosmesa: Add conversion macros for several fun...

  • Thorsten Otto Thorsten Otto committed [bf90e8]

    nfosmesa: fix some export names

  • Thorsten Otto Thorsten Otto committed [3ec95a]

    nfosmesa: fix a few prototypes

  • Thorsten Otto Thorsten Otto committed [7b1454]

    nfosmesa: support exception_error callback (tin...

  • Thorsten Otto Thorsten Otto committed [42f7b1]

    nfosmesa: Add conversion macros for several fun...

  • Thorsten Otto Thorsten Otto committed [186e15]

    nfosmesa: cosmetic: fix prototype descriptions ...

  • Thorsten Otto Thorsten Otto committed [26a831]

    nfosmesa: fix wrong parameter in glGetStringi

  • Thorsten Otto Thorsten Otto committed [3fda5e]

    Fix truncated icon file

  • Thorsten Otto Thorsten Otto committed [ac73e3]

    nfosmesa: Add conversion macros for several fun...

  • Thorsten Otto Thorsten Otto committed [8b50ba]

    nfosmesa: Fix ldg interface for stupid programs...

  • Thorsten Otto Thorsten Otto committed [029262]

    nfosmesa: support glGet() for enums that return...

  • Thorsten Otto Thorsten Otto committed [69f523]

    nfosmesa: Fix passing/returning GLhandleARB par...

1 >