Results 13 issues of Hristo Venev

It would be nice to use it instead as it's meant to replace *tables.

**Is this the right place for my bug report?** It might be related to brcmfmac firmware. I am using the firmware from https://github.com/RPi-Distro/firmware-nonfree **Describe the bug** It looks like brcmfmac...

The whole uncompressed kernel source is more than 700 MB, and extracting it takes a while. We can do something similar to what is done in distributions like Debian and...

This will prevent bugs like #22 from being a problem.

``` $ cat atest.zig const std = @import("std"); pub fn main() void { var mtx = std.Thread.Mutex {}; _ = mtx.tryAcquire(); } ``` ``` $ zig build-exe --libc >> referenced...

bug

Python 2 is EOL and has been EOL for years.

First, it seems to be busy-looping when calling `SSL_connect()`. Second, it only calls `SSL_read()` when the socket is readable and only calls `SSL_write()` when it is writeable. However, `SSL_write()` can...

``` $ sudo dnf5 install my-package --forcearch=x86_64_v3 Unsupported architecture "x86_64_v3". Please choose one from "aarch64", "alpha", "alphaev4", "alphaev45", "alphaev5", "alphaev56", "alphaev6", "alphaev67", "alphaev68", "alphaev7", "alphapca56", "amd64", "armv5tejl", "armv5tel", "armv5tl", "armv6hl",...

Priority: MEDIUM
Triaged

In OpenSSL 1.1.0 `EVP_MD_CTX` is an opaque struct. This patch adds support for OpenSSL 1.1.0. It also compiles with 1.0.2. ``` diff --git a/src/hash.c b/src/hash.c index b7c016b..b16b001 100644 --- a/src/hash.c...

Motivation: I want a user unit to run after the system has reached `network.target`. I don't want to know whether the system is using networkd, NetworkManager or `ifconfig`. My idea...

RFE 🎁
pid1