Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 descendants of e62dad00a30ecaa8

2019-06-20
13:55
Implement system calls to access the framebuffer in RatufaCoat. check-in: 46b0b6703c user: stephanie.gawroriski tags: trunk
13:44
Obtain and map the Native Framebuffer in RatufaCoat. check-in: 4337a0a7f2 user: stephanie.gawroriski tags: trunk
13:35
Add basic native method to get the framebuffer details. check-in: 2f52e5bb83 user: stephanie.gawroriski tags: trunk
13:27
Add structure for the framebuffer. check-in: beea30a49f user: stephanie.gawroriski tags: trunk
13:26
Make it brighter red. check-in: 77b76ea32e user: stephanie.gawroriski tags: trunk
13:25
Make it 2 pixels instead of 5. check-in: 28178d3d80 user: stephanie.gawroriski tags: trunk
13:25
Move video RAM to a global for RetroArch; When a crash happened, draw a red border around the screen instead of making it red. check-in: 5ae5fcbf29 user: stephanie.gawroriski tags: trunk
13:16
Correct font to C conversion errors. check-in: c8006826ed user: stephanie.gawroriski tags: trunk
13:16
import SQF into RatufaCoat. check-in: b321ddd7eb user: stephanie.gawroriski tags: trunk
13:08
Regenerate fonts. check-in: f0268e4a2f user: stephanie.gawroriski tags: trunk
13:03
Add uudecode check in fontgen. check-in: 7db425055f user: stephanie.gawroriski tags: trunk
12:49
Correct the width of the Monospace 12 strike registered trademark symbol. check-in: 3e94e606cc user: stephanie.gawroriski tags: trunk
12:47
Add export to SQF. check-in: 50e166d36b user: stephanie.gawroriski tags: trunk
12:07
Add base for initial classpath. check-in: db7a3e50a5 user: stephanie.gawroriski tags: trunk
07:03
Backup developer notes. check-in: 92461ba46d user: squirreljme tags: trunk
01:02
Implement MEM_SET and MEM_SET_INT for RatufaCoat (is a bit faster than running the stuff in VM). check-in: 700762b5af user: stephanie.gawroriski tags: trunk
00:53
Make SystemCallIndex an interface; Add system call for supervisor boot success!; Correct RatufaCoat just executing 1M cycles then stopping forever; Add special error code to signal VM exit. check-in: 4635de991b user: stephanie.gawroriski tags: trunk
00:15
Store boot libraries in a global since they can be used later on. check-in: 344a8b61e3 user: stephanie.gawroriski tags: trunk
2019-06-19
23:51
Do not intern strings, it slows things down despite breaking the internal logic (the supervisor is a special case). check-in: c589048770 user: stephanie.gawroriski tags: trunk
23:44
Load and list boot libraries. check-in: 2e62631445 user: stephanie.gawroriski tags: trunk
20:52
Add missing ROMsize to SummerCoat boot; Add printing of base ConfigROM info. check-in: 2ecc758645 user: stephanie.gawroriski tags: trunk
07:02
Backup developer notes. check-in: c34827f254 user: squirreljme tags: trunk
00:32
Bring in Config ROM types. check-in: 1faa865b16 user: stephanie.gawroriski tags: trunk
00:30
Remove the vki package, it is not longer needed and the important stuff is in the supervisor project now. check-in: 0a30cda103 user: stephanie.gawroriski tags: trunk
00:29
Remove vki dependencies. check-in: 959e62c705 user: stephanie.gawroriski tags: trunk
00:01
Yank in a bunch of code from CLDC; Make traces print hex PC addresses instead of decimal. check-in: 3730f06705 user: stephanie.gawroriski tags: trunk
2019-06-18
23:36
Add a minimum chunk split requirement to prevent the creation of negative size chunks; When splitting set the current chunk size to the wanted size, but when not splitting just clear the chunk bit (this removes memory corruption). check-in: 2cab0cf910 user: stephanie.gawroriski tags: trunk
23:29
Add extra check in Allocator.free(). check-in: 0e6effa3aa user: stephanie.gawroriski tags: trunk
21:32
Add check in the allocator to ensure that subsequent chunks are always higher in memory. check-in: 74a405881a user: stephanie.gawroriski tags: trunk
21:14
Add an extra field for monitor counts in objects because how many locks an object has must be used! check-in: d30f66e48b user: stephanie.gawroriski tags: trunk
20:54
Add whitespace. check-in: 8877afc320 user: stephanie.gawroriski tags: trunk
20:50
Make the array GC a bit cleaner. check-in: 0a881a19a4 user: stephanie.gawroriski tags: trunk
20:47
Add catch for when decrements go negative (treat as error); Correct garbage collection of arrays just performing GC of the first entry and not the later array entries. check-in: 451880a123 user: stephanie.gawroriski tags: trunk
13:43
Correct fakeptr code being messed up. check-in: 66a599e6fb user: stephanie.gawroriski tags: trunk
12:24
Correct wrong macro being used in the RAM conversion. check-in: 9d3331988e user: stephanie.gawroriski tags: trunk
12:06
Some minor RatufaCoat adjustments. check-in: f7f16a2d49 user: stephanie.gawroriski tags: trunk
07:03
Backup developer notes. check-in: 57d234b8fe user: squirreljme tags: trunk
2019-06-17
21:07
Implement CallStackItem for RatufaCoat. check-in: b899c0f7ad user: stephanie.gawroriski tags: trunk
20:15
Implement get of stack trace details in SummerCoat. check-in: 67f34d06fd user: stephanie.gawroriski tags: trunk
20:00
Implement get of stack depth in RatufaCoat. check-in: 9a2c1025b6 user: stephanie.gawroriski tags: trunk
19:42
Printing of stack traces. check-in: 89bd364ca3 user: stephanie.gawroriski tags: trunk
18:17
Base for printing stack traces in the supervisor. check-in: d69654b45b user: stephanie.gawroriski tags: trunk
17:27
Sort RatufaCoat system calls. check-in: 7e1494eeeb user: stephanie.gawroriski tags: trunk
17:27
Sort NativeCPU system call handlers. check-in: e3a40d370c user: stephanie.gawroriski tags: trunk
12:25
Set STDC RatufaCoat cycle count to 1M instead of 2B. check-in: 6c64ae9ded user: stephanie.gawroriski tags: trunk
12:16
Add call tracing, unique objects, and unique strings for the Java SE wrapper; Prevent short system call arguments in JavaSE and SpringCoat; Correct index for unique objects in SpringCoat check-in: e75b6399ef user: stephanie.gawroriski tags: trunk
11:45
Sort Java SE system calls. check-in: f10006fd39 user: stephanie.gawroriski tags: trunk
11:43
Correct CallTraceElement.traceRaw() not filling frame details properly; Improvements in SpringCoat's frame trace. check-in: b07a6f34f7 user: stephanie.gawroriski tags: trunk
07:03
Backup developer notes. check-in: 15cd423edf user: squirreljme tags: trunk
01:08
Add support for call traces in SpringCoat. check-in: 339bb6b0b3 user: stephanie.gawroriski tags: trunk
2019-06-16
23:26
Remove DebugAccess. check-in: e62dad00a3 user: stephanie.gawroriski tags: trunk