Gleb Popov
Gleb Popov
Next chunk of work on exterrorizing fuse code. Putting this on GitHub, because I divided changes into many commits - one commit per VOP. I will squash these commits before...
On FreeBSD the 'environ' symbol is a part of CSU and not libc. This is a common source of linking errors in various ports that are accessing this variable. Luckily,...
As it turned out in https://github.com/ximion/appstream-generator/issues/111 running `appstream-generator` on an already built repository is too time consuming - it requires unpacking each package to scan its contents, which might be...
It does not represent a feature that some arch may or may not possess, but instead is entirely dependent on the OPENSSL_SMALL_FOOTPRINT option. I found having `BN_MUL_COMBA` a little more...
Putting it in a form of PR to make it possible to comment on individual lines.
TL;DR version: This is required to have fancy app descriptions in GUI software management applications like Plasma Discover or Gnome Software: https://arrowd.name/discover-appstream.jpg Long version: AppStream is a spec that describes...
(sorry of this is wrong repository to report this issue) When building .NET with plain `./build.sh` invocation, the build logs of its components are only redirected to a log file....