IRC channel logs

2022-10-15.log

back to list of logs

<oriansj>stikonas: and here I was thinking M2libc would be getting a proper slab allocator ;-p
<oriansj>also there is only a few syscalls we even use paths; so we could potentially just have / => \ replacement just in those
<oriansj>we just need it in fopen, remove, mkstemp, access, chdir, execve, unlink, getcwd, getwd, (possibly get_current_dir_name), chmod, mkdir, mknod and I can't think of any more that might need a UEFI work around
***roptat is now known as Guest2228
***Guest2228 is now known as roptat_
***roptat_ is now known as roptat
***roptat is now known as help
<stikonas>hmm, opening new file for writing also behaves a bit strangely (at least compared to posix). There doesn't seem to be any option to do O_TRUNC ...
<stikonas>although so far I've ignored it...
<stikonas>possibly one can open the file, delete it and open again...
<stikonas>though if we do that, possibly only for C programs...
<stikonas>not for e.g. hex0
<stikonas>(or we can just ignore the problem completely and rely on users not putting files with the same names into boot file system)