Geert Custers

Results 12 issues of 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...

enhancement

Currently it uses ``#if __MLIBC_POSIX_OPTION`` which can be improved by splitting the sysdeps file.

enhancement

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...

enhancement

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...

bug

This requires implementation of pthread cleanup handlers and using libgcc's stack unwinding.

enhancement

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...

enhancement

Involves closing the screen on key press.

enhancement
release-critical
priority: high

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...