Sergey Bugaev

Results 26 issues of Sergey Bugaev

cc: * @spholz and @BertalanD for the LibELF change * @nico for LibPDF & JBIG2 * @ADKaster for `Core::MachPort` * @stelar7 for LibCrypto / MGF

👀 pr-needs-review

Seems to be still working somewhat. ![Screenshot from 2024-04-23 15-42-16](https://github.com/SerenityOS/serenity/assets/10091584/29e1ad96-9a14-4805-ad8a-dc06cf2975b6) cc @Midar [`man 2 pledge`](http://man.serenityos.org/man2/pledge.html)

👀 pr-needs-review

The semaphore implementation is rather complicated. The trick a mutex uses to avoid losing wakeups is already tricky enough ("futexes are tricky!") that it took me a long time to...

It would be great to test that condition variable works properly, including under load/contention. Unfortunately it's not clear how to test its behavior under load, since the load tends to...

An implementation of a few ideas found in Parsec: - `parser.should_fail()` succeeds (consuming no input) if `parser` fails - `parser > parser).many()`. It can however handle zero-times case and has...

The `dpkg-buildflags` tool can apparently be used without buying in to the rest of the Debian packaging workflow. It outputs the build flags according to the distro-wide policies, importantly the...