IRC channel logs

2025-01-09.log

back to list of logs

<rkeene>stikonas, To be clear I'm talking about these two PRs: (untar) https://github.com/oriansj/mescc-tools-extra/pull/25 (M2libc) https://github.com/oriansj/M2libc/pull/62
<stikonas>oh yeah, then that's fine
<rkeene>For everything except knight/linux which would probably need a modification to M2-Planet (I guess that's what interprets this ?) I can implement either a working symlink or failure stub (because there's no filesystem or no filesystem support for symlinks) -- For knight/linux I'd like to leave it as a failure stub for now, since it requires some other modification to some other project
<rkeene>Also, I think the definition for setting the system call for `unlink` on Linux/aarch64 is wrong: 0: d2808048 mov x8, #0x402 // #1026 but as far as I can tell, on Linux/aarch64 there is no unlink system call, only unlinkat (0x23, 35) d2800468 mov x8, #0x23 // #35
<stikonas>it could be, aarch is not well tested
<stikonas>see also this old bug https://github.com/oriansj/M2libc/pull/17
<rkeene>Seems like that would fix unlink -- but it was never merged in
<stikonas>yeah, author disapperared...
<rkeene>stikonas, I added Linux/aarch64 support and added support for returning an error on Linux/knight
<rkeene> https://github.com/oriansj/M2libc/pull/62 is now marked as ready to merge
<stikonas>well, it's up to oriansj to merge...
<stikonas>but looks fine
<rkeene>oriansj, ping