{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":561183031,"defaultBranch":"master","name":"blink","ownerLogin":"jart","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-11-03T06:07:09.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/49262?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1705816997.0","currentOid":""},"activityList":{"items":[{"before":"095206e182f5a14c331646a69a149568214c46ad","after":"ad801e6c02a7a5237e4034ca30ad0fb43344c088","ref":"refs/heads/master","pushedAt":"2024-01-21T06:32:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jart","name":"Justine Tunney","path":"/jart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49262?s=80&v=4"},"commit":{"message":"Disable -Werror for jart","shortMessageHtmlLink":"Disable -Werror for jart"}},{"before":"8745e7dccb92b159fc39389a0490f1edb9c5924c","after":"095206e182f5a14c331646a69a149568214c46ad","ref":"refs/heads/master","pushedAt":"2024-01-21T06:29:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jart","name":"Justine Tunney","path":"/jart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49262?s=80&v=4"},"commit":{"message":"Add release process fixups","shortMessageHtmlLink":"Add release process fixups"}},{"before":"a43499eed9d8c61cfe7f5f617e07baa30d10d47e","after":"8745e7dccb92b159fc39389a0490f1edb9c5924c","ref":"refs/heads/master","pushedAt":"2024-01-21T06:29:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jart","name":"Justine Tunney","path":"/jart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49262?s=80&v=4"},"commit":{"message":"Add release process fixups","shortMessageHtmlLink":"Add release process fixups"}},{"before":"7deaf5bf59766e6ac113997f5896bc9e77a2381d","after":"a43499eed9d8c61cfe7f5f617e07baa30d10d47e","ref":"refs/heads/master","pushedAt":"2024-01-21T06:27:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jart","name":"Justine Tunney","path":"/jart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49262?s=80&v=4"},"commit":{"message":"Add release process fixups","shortMessageHtmlLink":"Add release process fixups"}},{"before":"f96cdbe48ac5f9d746452c9ccf91e1b3b1a563e6","after":"7deaf5bf59766e6ac113997f5896bc9e77a2381d","ref":"refs/heads/master","pushedAt":"2024-01-21T06:02:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jart","name":"Justine Tunney","path":"/jart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49262?s=80&v=4"},"commit":{"message":"Release blink v1.1","shortMessageHtmlLink":"Release blink v1.1"}},{"before":"46d82a0ced97c0df1fc645c5d81a88f0d142fbfd","after":"f96cdbe48ac5f9d746452c9ccf91e1b3b1a563e6","ref":"refs/heads/master","pushedAt":"2024-01-21T05:48:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jart","name":"Justine Tunney","path":"/jart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49262?s=80&v=4"},"commit":{"message":"Pass __program_executable_name to cosmo libc\n\nWe recently introduced an improved system to Cosmo Libc and Ape Loader\nfor detecting the path of the executable. This caused issues for blink\nbecause Cosmo was choosing `/proc/self/exe` rather than `argv[0]`. The\nsolution is to use Cosmo CRT's new feature that lets us pass the value\nin the the RDX register to _start(). This allows programs like redbean\nwhich need to introspect their own zip assets, to start working again.\n\nFixes #162","shortMessageHtmlLink":"Pass __program_executable_name to cosmo libc"}},{"before":"99837083c5783e259a83ceeb6a2c9c2ce6597245","after":"46d82a0ced97c0df1fc645c5d81a88f0d142fbfd","ref":"refs/heads/master","pushedAt":"2023-12-11T13:16:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jart","name":"Justine Tunney","path":"/jart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49262?s=80&v=4"},"commit":{"message":"APPEND: avoid overrunning the buffer (#161)\n\nif two APPENDs are called one after another, and first of them\r\ncannot fit the message into the buffer, the second will end up\r\nwriting its message pass the end of the buffer (due to size\r\nparameter to snprintf being unsigned).","shortMessageHtmlLink":"APPEND: avoid overrunning the buffer (#161)"}},{"before":"e75cbe84635e4c059444a502bbcf7143c343fec0","after":"99837083c5783e259a83ceeb6a2c9c2ce6597245","ref":"refs/heads/master","pushedAt":"2023-12-11T12:07:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jart","name":"Justine Tunney","path":"/jart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49262?s=80&v=4"},"commit":{"message":"Print log ellipsis if message is truncated (#160)","shortMessageHtmlLink":"Print log ellipsis if message is truncated (#160)"}},{"before":"312a027d0908c1b1f9d1e9ebba837da569606b82","after":"e75cbe84635e4c059444a502bbcf7143c343fec0","ref":"refs/heads/master","pushedAt":"2023-12-08T06:08:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jart","name":"Justine Tunney","path":"/jart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49262?s=80&v=4"},"commit":{"message":"Modelines (#158)\n\nJust the result of running the following:\r\n\r\n```console\r\nrg 'vi:.* et' -l0 | \\\r\n xargs -0 sed -i '' 's/vi:\\(.*\\) et\\(.*\\) :vi/vi:\\1 noet\\2:vi/'\r\nrg 'vi:.*net' -l0 | \\\r\n xargs -0 sed -i '' 's/vi:\\(.*\\)net\\(.*\\) :vi/vi:\\1et\\2 :vi/'\r\nrg '\\Svi:' -l0 | xargs -0 sed -i '' \\\r\n 's/\\([^[:space:]]\\)\\(vi:.*\\) :vi\\([^[:space:]]\\)/\\1 \\2:vi \\3/'\r\nrg '\\Svi:' -l0 | \\\r\n xargs -0 sed -i '' 's/[^[:space:]]\\(vi:.*:vi\\)[^[:space:]]/ \\1 /'\r\n```","shortMessageHtmlLink":"Modelines (#158)"}},{"before":"1ef448de1e3e8ab7cc90d2a0a977be8b4c2d91ea","after":"312a027d0908c1b1f9d1e9ebba837da569606b82","ref":"refs/heads/master","pushedAt":"2023-08-22T15:42:45.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ghaerr","name":"Gregory Haerr","path":"/ghaerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11985637?s=80&v=4"},"commit":{"message":"Merge pull request #149 from iyzsong/master\n\nPress 2 or 3 to toggle the display of columns.","shortMessageHtmlLink":"Merge pull request #149 from iyzsong/master"}},{"before":"a00feef713edc4d586fb41da30e40c22ad3641ce","after":"1ef448de1e3e8ab7cc90d2a0a977be8b4c2d91ea","ref":"refs/heads/master","pushedAt":"2023-08-09T18:04:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tkchia","name":null,"path":"/tkchia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5507843?s=80&v=4"},"commit":{"message":"blink/checked.h: fix syntax error when building with GCC 9.4 (#150)\n\n```\r\nblink/checked.h:10:47: error: missing binary operator before token \"(\"\r\n 10 | (defined(__has_builtin) && (__has_builtin(__builtin_add_overflow) && \\\r\n | ^\r\n```\r\n\r\nCo-authored-by: tkchia ","shortMessageHtmlLink":"blink/checked.h: fix syntax error when building with GCC 9.4 (#150)"}},{"before":"768e9bbad4f84f5ac66b45ca11261fdeef17c880","after":"a00feef713edc4d586fb41da30e40c22ad3641ce","ref":"refs/heads/master","pushedAt":"2023-07-22T20:21:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jart","name":"Justine Tunney","path":"/jart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49262?s=80&v=4"},"commit":{"message":"Support debugging eXecute-only ELF segments","shortMessageHtmlLink":"Support debugging eXecute-only ELF segments"}},{"before":"caf97b13ab95c352d29943de2f4d70a81d9382a7","after":"768e9bbad4f84f5ac66b45ca11261fdeef17c880","ref":"refs/heads/master","pushedAt":"2023-07-04T01:54:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jart","name":"Justine Tunney","path":"/jart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49262?s=80&v=4"},"commit":{"message":"Improve overflow detection","shortMessageHtmlLink":"Improve overflow detection"}},{"before":"671aa0b8fd2d87bf1ce8df8ff11f0ccf3e1d8993","after":"caf97b13ab95c352d29943de2f4d70a81d9382a7","ref":"refs/heads/master","pushedAt":"2023-07-02T02:50:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jart","name":"Justine Tunney","path":"/jart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49262?s=80&v=4"},"commit":{"message":"Slightly speed up TLB lookups for `blink -m` mode (#146)\n\nCo-authored-by: tkchia ","shortMessageHtmlLink":"Slightly speed up TLB lookups for blink -m mode (#146)"}},{"before":"b5fe131b3413b3c999e327228ffc1f2d0f060996","after":"671aa0b8fd2d87bf1ce8df8ff11f0ccf3e1d8993","ref":"refs/heads/master","pushedAt":"2023-06-21T15:24:04.719Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tkchia","name":null,"path":"/tkchia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5507843?s=80&v=4"},"commit":{"message":"AArch64 host fixes and optimizations (#145)\n\n* Tweak to work on environments with sub-47-bit virtual addresses\r\n\r\n* On AArch64, allow JITter to copy some micro-ops into JIT stream\r\n\r\n* Optimize `adcx` & `adox` instruction emulation for AArch64 host\r\n\r\n---------\r\n\r\nCo-authored-by: tkchia ","shortMessageHtmlLink":"AArch64 host fixes and optimizations (#145)"}},{"before":"3466a91da225f1787bc3d7d21bc118431f608df1","after":"b5fe131b3413b3c999e327228ffc1f2d0f060996","ref":"refs/heads/master","pushedAt":"2023-06-16T22:12:27.225Z","pushType":"push","commitsCount":1,"pusher":{"login":"jart","name":"Justine Tunney","path":"/jart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49262?s=80&v=4"},"commit":{"message":"Fix overflow detection\n\nThis change fixes a bug with the SUB instruction where the overflow flag\nwas being computed incorrectly. This change also refactors everything to\nuse the new C23 API for overflow checking arithmetic.","shortMessageHtmlLink":"Fix overflow detection"}},{"before":"b31fed832b10d32eadaec885fb20dacbb0eb6986","after":"3466a91da225f1787bc3d7d21bc118431f608df1","ref":"refs/heads/master","pushedAt":"2023-06-16T02:35:13.300Z","pushType":"push","commitsCount":2,"pusher":{"login":"jart","name":"Justine Tunney","path":"/jart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49262?s=80&v=4"},"commit":{"message":"Loosen ELF restrictions\n\nThis change loosens the restrictions on EI_OSABI and EI_CLASS so that\nBlink is as permissive as the Linux Kernel when it comes to the kinds\nof ELF format abuse that are popular in the size coding community. To\nmake this as safe as possible, ELF overflow checks have been added.","shortMessageHtmlLink":"Loosen ELF restrictions"}},{"before":"64a8be3b5a7b86522483222f6acf127323ebdfd5","after":"b31fed832b10d32eadaec885fb20dacbb0eb6986","ref":"refs/heads/master","pushedAt":"2023-06-07T00:08:57.889Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tkchia","name":null,"path":"/tkchia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5507843?s=80&v=4"},"commit":{"message":"Fix \"warn_unused_result\" errors\n\nThe compilation fails when compiling on Arch Linux using `makepkg`:\n\n```\ncc -fno-align-functions -fno-common -pthread -fpie -march=x86-64 -mtune=generic\n-O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat\n-Werror=format-security -fstack-clash-protection -fcf-protection\n-fno-omit-frame-pointer -fno-optimize-sibling-calls -fcf-protection=none\n-U_FORTIFY_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_C_SOURCE -D_DEFAULT_SOURCE\n-D_BSD_SOURCE -D_GNU_SOURCE -iquote. -DCONFIG_ARGUMENTS=\"\\\"\\\"\"\n-DBUILD_TOOLCHAIN=\"\\\"cc (GCC) 13.1.1 20230429\\\"\" -DBUILD_TIMESTAMP=\"\\\"Mon Jun\n5 11:09:39 UTC 2023\\\"\" -DBLINK_COMMITS=\"\\\"\\\"\" -DBLINK_UNAME_V=\"\\\"DEFAULT\\\"\"\n-DBLINK_GITSHA=\"\\\"\\\"\" -DBUILD_MODE=\"\\\"\\\"\" -c -o o//blink/blink.o blink/blink.c\nblink/blink.c: In function ‘Print’: blink/blink.c:251:9:\n\nerror: ignoring return value of ‘write’ declared with attribute\n‘warn_unused_result’ [-Werror=unused-result]\n251 | (void)write(fd, s, strlen(s));\n | ^~~~~~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as\nerrors make: *** [build/rules.mk:13: o//blink/blink.o]\n```\n\nUse (void)! to avoid the error as suggested at\nhttps://gcc.gnu.org/bugzilla/show_bug.cgi?id=66425#c34.","shortMessageHtmlLink":"Fix \"warn_unused_result\" errors"}},{"before":"9d6147469fec9a95821310007bd4b110c263886a","after":"64a8be3b5a7b86522483222f6acf127323ebdfd5","ref":"refs/heads/master","pushedAt":"2023-06-04T18:06:54.135Z","pushType":"push","commitsCount":1,"pusher":{"login":"jart","name":"Justine Tunney","path":"/jart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49262?s=80&v=4"},"commit":{"message":"Release Blink 1.0.0","shortMessageHtmlLink":"Release Blink 1.0.0"}},{"before":"a8ed5869686700c29656a317e61476ba7460329b","after":"9d6147469fec9a95821310007bd4b110c263886a","ref":"refs/heads/master","pushedAt":"2023-06-04T17:47:07.055Z","pushType":"push","commitsCount":1,"pusher":{"login":"jart","name":"Justine Tunney","path":"/jart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49262?s=80&v=4"},"commit":{"message":"Fix some compiler warnings","shortMessageHtmlLink":"Fix some compiler warnings"}},{"before":"4bfecfe9e8019fd0b234acf3131c06f713391172","after":"a8ed5869686700c29656a317e61476ba7460329b","ref":"refs/heads/master","pushedAt":"2023-05-25T23:26:37.588Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tkchia","name":null,"path":"/tkchia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5507843?s=80&v=4"},"commit":{"message":"x86-64 host optimizations (#137)\n\n* Optimize `adcx` & `adox` instruction emulation for x86-64 host\r\n\r\n* Disable Intel CET control flow protection for now, if doing JIT\r\n\r\n* Allow `pause` instruction to be JIT compiled\r\n\r\n* Optimize fast ALU micro-ops for x86-64 host\r\n\r\n* Further optimize `adcx` instruction emulation for x86-64 host\r\n\r\n* Some quick fixes to get musl cross builds to work\r\n\r\n---------\r\n\r\nCo-authored-by: tkchia ","shortMessageHtmlLink":"x86-64 host optimizations (#137)"}},{"before":"72f0841fed607b5db3f80e96e97d8ff45438087b","after":"4bfecfe9e8019fd0b234acf3131c06f713391172","ref":"refs/heads/master","pushedAt":"2023-05-21T04:54:13.765Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jart","name":"Justine Tunney","path":"/jart","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49262?s=80&v=4"},"commit":{"message":"Special-case `rep ret` to return flags to caller routine (#138)\n\nThis allows UPX's (https://upx.github.io/) x86-64 unpacker\r\nroutines to work properly. UPX relies on a callee being able\r\nto return a carry flag to its caller, and also just _happens_\r\nto use `rep ret`.\r\n\r\nCo-authored-by: tkchia ","shortMessageHtmlLink":"Special-case rep ret to return flags to caller routine (#138)"}},{"before":"c08a84d91a7d0347ad8f646f24f3c039a2abb3ea","after":"72f0841fed607b5db3f80e96e97d8ff45438087b","ref":"refs/heads/master","pushedAt":"2023-05-14T16:09:24.238Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tkchia","name":null,"path":"/tkchia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5507843?s=80&v=4"},"commit":{"message":"Fix `push`, `pop`, `smsw`, `lmsw`; implement `lss`, `lfs`, `lgs` (#133)\n\n* Fix `smsw` instruction operand parsing, & `lmsw` action\r\n\r\n* Implement `lss`, `lfs`, & `lgs` instructions\r\n\r\n* Fix stack address size for `push` & `pop` operations\r\n\r\nThe stack address size (whether to use %sp, %esp, or %rsp)\r\nis fixed by the segment descriptors in effect; & cannot be\r\naltered by 0x66 or 0x67 prefixes. Thus it is more correct\r\nto use Mode(rde) (versus Eamode(rde)) to compute the stack\r\naddress size.\r\n\r\n---------\r\n\r\nCo-authored-by: tkchia ","shortMessageHtmlLink":"Fix push, pop, smsw, lmsw; implement lss, lfs, lgs (#133)"}},{"before":"7f00457eeb2405431c8ce8e83a555e496e983b79","after":"c08a84d91a7d0347ad8f646f24f3c039a2abb3ea","ref":"refs/heads/master","pushedAt":"2023-05-10T18:13:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tkchia","name":null,"path":"/tkchia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5507843?s=80&v=4"},"commit":{"message":"Fix issues related to SIMD opcodes, `rep movsb`, & memory protection (#132)\n\n* Fix test/asm/repmovsb.S regression\r\n\r\n* Correctly decode 0x66 prefix on SIMD instructions in 16-bit mode\r\n\r\n* [metal] Fix `movdqa` & `movdqu` when operating on BIOS ROM area\r\n\r\n* test/asm/ssemov.S should check comparison results\r\n\r\n* [metal] Fix `rep movsb` when operating on BIOS area\r\n\r\n* [metal] Log attempts by guest to write to ROM area\r\n\r\n---------\r\n\r\nCo-authored-by: tkchia ","shortMessageHtmlLink":"Fix issues related to SIMD opcodes, rep movsb, & memory protection (#…"}},{"before":"bfc8c6e9864a411f4f62bcce16ab8886fd0281f5","after":"7f00457eeb2405431c8ce8e83a555e496e983b79","ref":"refs/heads/master","pushedAt":"2023-05-09T05:19:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tkchia","name":null,"path":"/tkchia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5507843?s=80&v=4"},"commit":{"message":"[metal] Ignore writes to BIOS code area\n\nAlso add a `--disable-rom` build option which will effectively\nmake the BIOS code area read/write, like normal RAM. This\nshaves around 200 bytes off a `MODE = tiny` Blink executable,\nat the cost of breaking emulation fidelity.","shortMessageHtmlLink":"[metal] Ignore writes to BIOS code area"}},{"before":"6397eecd9f449521bc369db58532a0894f383a7a","after":"bfc8c6e9864a411f4f62bcce16ab8886fd0281f5","ref":"refs/heads/master","pushedAt":"2023-05-08T15:09:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tkchia","name":null,"path":"/tkchia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5507843?s=80&v=4"},"commit":{"message":"[metal] Tweak display of CP437 characters in CGA/MDA window\n\n* display ASCII characters 0x20--0x7E as-is, 0x7F as \"house\"\n* display 0xFF as less intrusive symbol for No Break Space","shortMessageHtmlLink":"[metal] Tweak display of CP437 characters in CGA/MDA window"}},{"before":"8b4a718f4e0be120cf212d2c6457e8723a38ae6a","after":"6397eecd9f449521bc369db58532a0894f383a7a","ref":"refs/heads/master","pushedAt":"2023-05-06T23:02:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tkchia","name":null,"path":"/tkchia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5507843?s=80&v=4"},"commit":{"message":"Allow alternate BIOS via `-B` option; make BIOS ROM area read-only (#128)\n\n* Allow alternate BIOS image via a `-B` option to Blinkenlights\r\n\r\n* [metal] Make BIOS ROM area read-only\r\n\r\n* [metal] Add test code for new `-B` (alternate BIOS) option\r\n\r\n---------\r\n\r\nCo-authored-by: tkchia ","shortMessageHtmlLink":"Allow alternate BIOS via -B option; make BIOS ROM area read-only (#128"}},{"before":"e7948d7fef31e5000dee5076d830374af8ddf990","after":"8b4a718f4e0be120cf212d2c6457e8723a38ae6a","ref":"refs/heads/master","pushedAt":"2023-05-06T16:59:22.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ghaerr","name":"Gregory Haerr","path":"/ghaerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11985637?s=80&v=4"},"commit":{"message":"Merge pull request #129 from ghaerr/int16\n\nFix INT 16h function 1 called twice and lambda display in CGA/MDA output","shortMessageHtmlLink":"Merge pull request #129 from ghaerr/int16"}},{"before":"504805fe6238987f7ae5894a9328a7873e71e93a","after":"e7948d7fef31e5000dee5076d830374af8ddf990","ref":"refs/heads/master","pushedAt":"2023-05-05T13:24:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tkchia","name":null,"path":"/tkchia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5507843?s=80&v=4"},"commit":{"message":"Add cursor/function key to scancode conversion for bare metal (#127)\n\n* Add cursor/function key to scancode conversion for bare metal\r\n\r\n* Reset video and clear screen after INT 19h\r\n\r\n* Redraw display after BIOS timer call","shortMessageHtmlLink":"Add cursor/function key to scancode conversion for bare metal (#127)"}},{"before":"1d8f49182498ee954d2c2a4e4c0592da4244dd9a","after":"504805fe6238987f7ae5894a9328a7873e71e93a","ref":"refs/heads/master","pushedAt":"2023-05-04T18:57:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tkchia","name":null,"path":"/tkchia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5507843?s=80&v=4"},"commit":{"message":"Various minor changes (#126)\n\n* Fix issue in `./configure` test for `dup3()`\r\n\r\n* Test if host defines `fdatasync()`, use `fsync()` otherwise\r\n\r\n* [metal] Clear IF, TF, & AC flags when entering interrupt handler\r\n\r\n* `./configure`: do not clobber `$CPPFLAGS` if no ``\r\n\r\n* [metal] Try to simplify code for dealing with BIOS data area\r\n\r\n* Try to fix issues preventing Blink from building on macOS\r\n\r\n---------\r\n\r\nCo-authored-by: tkchia ","shortMessageHtmlLink":"Various minor changes (#126)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD5P0z_gA","startCursor":null,"endCursor":null}},"title":"Activity · jart/blink"}