IRC channel logs

2023-08-16.log

back to list of logs

<stikonas>fossy: why do we need to rebuild tar here https://github.com/fosslinux/live-bootstrap/pull/317 ?
<stikonas>this came from your roadmap
<fossy>stikonas: actually, that is an oversight by me, i was looking through for pacakges not rebuilt after musl in sysa and for some reason i put tar down - whoops
<fossy>removed from roadmap
<matrix_bridge><Andrius Štikonas> OK, thanks
<matrix_bridge><Andrius Štikonas> Will hopefully make that PR simpler
<matrix_bridge><Andrius Štikonas> Though it still needs a lot of work to be mergeable
<rickmasters>Mikaku: thanks for merging recent PRs to Fiwix.
<rickmasters>Mikaku: With FiwixOS 3.2 libraries/headers do you know if it is possible to do a raw system call from a C program?
<rickmasters>Mikaku: I can't find a header for syscall() like /usr/include/sys/syscall.h
<Mikaku>rickmasters: no, this is not implemented (yet)
<Mikaku>as a work-around you can create your own Assembly function to call 'int 0x80'
<Mikaku>ACTION bbl
<rickmasters>Mikaku: right, I've started using assembly. Thanks!