Allan Jude
Allan Jude
A canonical way to have an included config file override the configuration of the existing config file example: the pkg(8) tool in FreeBSD gets its configuration from all of the...
Comments
Comments are lost when the UCL is emitted as UCL In the case of a tool that reads a config file, applies edits, and writes the config file out again,...
Would it be possible to create conditional includes, based on a variable, or even better, a key ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/8366694-conditional-includes?utm_campaign=plugin&utm_content=tracker%2F483345&utm_medium=issues&utm_source=github)** We accept...
Would it be possible to have automatic conversion between arrays and strings Not sure how a user might denote when they want this to happen but, example: flags = "a,b,c";...
This allows pkg to find hidden "private" libssl and libcrypto on FreeBSD, as openssl is transitioned to being private.
Signed-off-by: Allan Jude Sponsored-by: Modirum MDPay Sponsored-by: Klara Inc. ### Motivation and Context The current credential swapping is evil, see: https://github.com/openzfs/zfs/pull/11312 ### Description Allow mounting snapshots in .zfs/snapshot as a...
Requires the related patches to pkg and the ports tree
### System information Type | Version/Name --- | --- Distribution Name | Linux Distribution Version | Ubuntu 18.04 Kernel Version | 5.3.0-26-generic 28\~18.04.1~Ubuntu Architecture | x86_64 OpenZFS Version | 0.8.2-1...
https://github.com/mdaxini/howto-openssl/wiki/OpenSSL-Cipher-Speed The openssl manual notes: https://wiki.openssl.org/index.php/Manual:OPENSSL_ia32cap(3) OPENSSL_ia32cap: bit #33 denoting availability of PCLMULQDQ instruction; bit #57 denoting AES-NI instruction set extension; Disabling both results in different performance between having AES-NI...
### Motivation and Context When inside a jail, visibility on datasets not "jailed" to the jail is restricted. However, it was possible to enumerate all datasets in the pool by...