search for: unimpeded

Displaying 3 results from an estimated 3 matches for "unimpeded".

Did you mean: impeded
2014 Sep 18
3
[LLVMdev] proposal to avoid zlib dependency.
Once LLVM is built and used as a dylib, we'd just mark the zlib symbols as hidden. :-) I tend to think that bundling is ugly because it makes it harder for a distributor or integrator to pick the exact versions of all of the components in the system. I don't know if this was mentioned already, but maybe we can have a compromise where a configure option can be used to select between the
2012 Jul 12
11
Announce: PuppetDB 0.9.2 Available
...are readable by the PuppetDB daemon, and it reconfigures PuppetDB to use the newly-generated keystore and truststore passwords. * `puppetdb-ssl-setup` shouldn''t fail when FQDN can''t be determined We now revert to using `facter hostname`, to allow installation to continue unimpeded. * Change SSL setup to use master SSL keys intead of agent This fixes installation bugs on systems that use different Puppet `ssldir` settings for `[master]` and `[agent]`. * Automatic testing against Puppet 3.x ("telly") Spec tests now properly execute against Telly, and they a...
2007 Apr 18
33
[RFC PATCH 00/33] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths