Geert Custers
Geert Custers
This requires several changes. - Make udev expose /dev/disk/by-uuid/ - Make libblockfs support more than one partition and table - Get root partition from kernel command line Is realistically needed...
Currently it uses ``#if __MLIBC_POSIX_OPTION`` which can be improved by splitting the sysdeps file.
As discussed on discord there are numerous improvements to be made to our current implementation of ``getaddrinfo()`` - [ ] Handle DNS ipv6 records - [x] Parse ``/etc/resolv.conf`` for the...
With PR #298 there was a bug where ``__mlibc_do_cancel()`` was called in a loop. This was fixed by setting ``tcbExitingBit``, to prevent looping on ``pthread_exit()``, but the exact mechanism by...
This requires implementation of pthread cleanup handlers and using libgcc's stack unwinding.
Currently frigg formatting has support for locale options such as a custom decimal separator and thousands separation. However, this has not been wired up in mlibc yet, which should be...
Involves closing the screen on key press.
It's breaking the build and an easy fix Edit: ok the build is still broken...
Refer to issue #93 for exact progress status.
Various changes needed to support canceling in progress requests. - Kernel changes to allow a blocked thread to be interrupted by ``helInterruptThread()`` - Passing cancellation tokens through the async call...