Lubomir Rintel
Lubomir Rintel
GNOME 42 seems to be switching to Gtk4, so we seem to be in a bit of a hurry to port the VPN plugins over. The bunch of the changes...
Hi, I've recently got my hands on an Alef Polos board with GD32VF103 on it: https://www.analoglamb.com/product/polos-gd32v-alef-board-risc-v-mcu-board/ It's a lot like a Blue Pill board, but with a RISC-V based MCU....
Hi, We're working on integrating NetworkManager with p11-kit's PKCS#11 remoting to allow using PKCS#11 with user initiated VPN (and Wi-Fi) connections: https://bugzilla.gnome.org/show_bug.cgi?id=767872 Currently OpenVPN seems to do pretty well with...
There might be unassigned IAs among the options the client sends when it issues a REBIND. In fact, that's how the ISC dhclient reqests new IA_PDs to be assigned. However,...
Hi. This adds incomplete emulation of Altos 586 -- the main board and a hard drive board. It is good enough to boot and pass tests on the diagnostic floppy,...
TuneD reverting sysctls to values configured in sysctl.conf was reported to have made one fine gentleman very sad. The individual commits contains more details & a proposed remedy.
### Description This restores support for bitrotten MINITRONICS (v1.0 and v1.1) support. This is my first contribution to Marlin -- please be patient with me if I messed up something...
There seems to be an assumption that vsnprintf() returns a number of characters that were written. That is actually not the case -- it returns number of characters that *would*...
It upsets gcc's -Wmisleading-indentation: ``` prim_ops.c: In function ‘sbb_word’: prim_ops.c:1780:5: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] 1780 | else | ^~~~ In file included from prim_ops.c:99: include/x86emu_int.h:76:3: note:...