Zygmunt Bazyli Krynicki
Zygmunt Bazyli Krynicki
A few small improvements to the test I've been looking at for the past few days.
When the feature is enabled no mount namespace persistence is attempted. This is done in response to problematic behavior of ongoing updates, even under a frozen control group. This change...
Historically Change.Perform was a two-step process, first it would ensure that both the source and destination of the operation are ready and only then it would call the lowLevelPerform function...
Developers may want to bundle the snap executable from the snapd project into their application to get access to the snap APIs in a convenient form. This test shows that...
When a loop device is created with a given backing file, the file itself may be deleted. The kernel keeps the reference to the file alive but it also adjusts...
The existing constant folding mechanism for sequences-of-literals is now generalized to inject the literal into the following item, possibly reducing the complexity of the tree at the cost of making...
When dealing with debug sessions, I often notice that the first keystroke that I send in response to the root prompt that opens, is lost. I don't exactly know why...
The variables `$@` and `$*` differ subtly in how they are expanded. - `$*` expands to a single value with all the arguments of the program or function joined with...
When debugging failures caused by interactions between jobs, being able to order jobs explicitly is critical. The new -explicit-order option strongly orders jobs following the order in which they were...
Snaps have a pretty elaborate and complex security subsystem and having a quick look at this repository, might be easily broken by uncoordinated changes. I think it's much better to...