freemint icon indicating copy to clipboard operation
freemint copied to clipboard

Unix-like kernel for Atari ST and compatible computers

Results 148 freemint issues
Sort by recently updated
recently updated
newest added

Hi, While doing the recent (somewhat larger) commits that touched a lot of sources all over the place, i actually went through the hassle of doing builds for all possible...

enhancement

Is there a reason why https://github.com/freemint/freemint/blob/39bf26fdab180918bdc84748d75d8a1dd3b9932d/sys/arch/v4epatch.S#L3-L8 is assembled to the data segment?

kernel

Just found that the recent changes in mt_gem.h, adding some definitions from geneva, causes XaAES to fail to compile. Even worse, they both use the terms X_LFTRT & X_UPDOWN, but...

`sysconf(_SC_PHYS_PAGES)` returns `Sysconf(7)` - `_SC_PHYS_PAGES` is defined in [confname.h (mintlib)](https://github.com/freemint/mintlib/blob/609bbd1e3667bf799399556ab529bac89fec2e61/include/bits/confname.h#L43) - FreeMiNT returns `freephysmem() / PAGESIZE` in [sys_s_ysconf()](https://github.com/freemint/freemint/blob/9a1f35a60984ff41bc868a1dd54e0a51de85f385/sys/dos.c#L589) - `freephysmem()` returns the [free physical memory](https://github.com/freemint/freemint/blob/9a1f35a60984ff41bc868a1dd54e0a51de85f385/sys/memory.c#L1214-L1223C2) because `tot_rsize()` is called with...

documentation
kernel
needsconfirmation

### To do (syscalls return ENOSYS) - [ ] System V message queues, semaphores and shared memory ### Missing features - [ ] POSIX message queues, semaphores and shared memory...

documentation

There are some rather powerful settings that are available in the file XAES.CNF, through "app_options". This keyword allows tweaking things like default, thinwork = [true/false], winframe_size = [x]. If you...

enhancement
xaaes

If you iconify a window that has a toolbar attached, XaAES will still allow mouse clicks to the original windows toolbar - that is, in the area where the toolbar...

bug
xaaes

I've discovered an interesting issue. If one initialises AES, it's not possible to print unlimited number of messages anymore: ```C #include #include static int s_app_id = -1; static short s_vdi_handle;...

bug
xaaes

To sum up the events leading to this problem: 1. on Aug 9, 2018 @DonQuichote030 reported a crash with TT030 and >= 256 MB of TT RAM (#92) 2. on...

bug
kernel
regression

It seems appl_getinfo() has multiple flaws - appl_getinfo_str(AES_VERSION) returns ap_gout3 only [if XaAES is not build as Release](https://github.com/freemint/freemint/blob/8ea9d1ab63b7a56ebc9ed9e65c7d1254733fdc67/xaaes/src.km/info.c#L31): Alpha and Beta are OK but Release returns an empty string (I...

xaaes