search for: loosen

Displaying 20 results from an estimated 156 matches for "loosen".

Did you mean: loose
2009 Jul 31
0
[PATCH]xend: passthrough: loosen the pci co-assignment for pv guest
In current xend, we can not assign co-assignment devices to different guests, even for pv guests. This patch loosens the policy for pv guest: if none of the co-assignment devices have been assigned to hvm guest, we can assign the devices to different pv guests. The patch also adds a detection: if a device has been assigned to guest, we can't try to "xm pci-attach" it to the same guest again. Tha...
2006 Nov 07
1
loosening voicemail file permissions for msg????.txt and msg????.wav
HI folks, I figured out where in the source code to hack the .wav file permissions which were set too restrictive for me, but I can't figure out how to do the same for the .txt file. Looks like the voicemail.c file sets it nicely for asterisk1.4beta3 using a #define statement early on, but msg????.txt comes out with permissions 0600 and there are no umask entries that affect how
2007 Feb 13
0
to loosenes
Hi, Save over 50% on your medication http://www.ledrx .com Remove space in the above link month will affect you, with reference to your personal chart, she snapped, sounding much more like Professor McGonagall than her usual airy-fairy self. I want it ready to hand in next Monday, and no excuses!
2008 Jun 10
6
Wine Question or Suggestion?
First off GREAT PROGRAM! It's the Wine team that is loosening the tyrannical grip of the "Other" software company on the computer using community worldwide, while at the same time making it easy for Linux users to still have the use of the programs they are used to, in turn making a transition of operating systems easy. That said, on to the issu...
2012 Oct 04
7
[LLVMdev] TableGen: Requesting feedback for "TGContext"
...hich will definitively flush out *all* pointer-value-as-map-key non-determinism inside TableGen. Does anybody have anything else they think should go into TGContext or any other responsibilities it should have? Or any feedback about the idea in general? I'm also hoping that this change should loosen up some of the calcification that has accumulated on TableGen and get the ball rolling for transitioning dynamic_cast<> to dyn_cast<> and eliminating exceptions, along with general improvements in reliability and performance. Along the way I'm also hoping to pull together proper ref...
2012 Oct 04
2
[LLVMdev] TableGen: Requesting feedback for "TGContext"
...her responsibilities it should have? Or any feedback about the >> idea in general? > > All memory allocations should go into its bump pointer, RecordKeeper should as well. Any other global state that exist should also. Sounds good. >> I'm also hoping that this change should loosen up some of the >> calcification that has accumulated on TableGen and get the ball >> rolling for transitioning dynamic_cast<> to dyn_cast<> and eliminating >> exceptions, along with general improvements in reliability and >> performance. Along the way I'm als...
2012 Oct 04
0
[LLVMdev] TableGen: Requesting feedback for "TGContext"
...o into TGContext or > any other responsibilities it should have? Or any feedback about the > idea in general? All memory allocations should go into its bump pointer, RecordKeeper should as well. Any other global state that exist should also. > I'm also hoping that this change should loosen up some of the > calcification that has accumulated on TableGen and get the ball > rolling for transitioning dynamic_cast<> to dyn_cast<> and eliminating > exceptions, along with general improvements in reliability and > performance. Along the way I'm also hoping to pull...
2017 Jul 20
3
FYI: Ninja-build user may use CMake-3.9
This is useful for developer who uses multicore builder. https://cmake.org/cmake/help/v3.9/release/3.9.html#other-changes - The Ninja <https://cmake.org/cmake/help/v3.9/generator/Ninja.html#generator:Ninja> generator has loosened the dependencies of object compilation. Object compilation now depends only on custom targets and custom commands associated with libraries on which the object’s target depends and no longer depends on the libraries themselves. Source files in dependent targets may now compile without...
2012 Oct 04
0
[LLVMdev] TableGen: Requesting feedback for "TGContext"
...ave? Or any feedback about the >>> idea in general? >> >> All memory allocations should go into its bump pointer, RecordKeeper should as well. Any other global state that exist should also. > > Sounds good. > >>> I'm also hoping that this change should loosen up some of the >>> calcification that has accumulated on TableGen and get the ball >>> rolling for transitioning dynamic_cast<> to dyn_cast<> and eliminating >>> exceptions, along with general improvements in reliability and >>> performance. Along the...
2023 Jan 31
2
[PATCH libnbd v2 3/4] generator: Add APIs to get/set the socket activation socket name
.../* Check the proposed name is short and alphanumeric. */ > > + if (len > 32) { > > + set_error (ENAMETOOLONG, "socket activation name should be " > > + "<= 32 characters"); > > I don't mind keeping us strict to start with and loosening it later if > someone demonstrates why it is needed. But systemd documents a larger > set of possible names: > > https://www.freedesktop.org/software/systemd/man/sd_pid_notify_with_fds.html > > FDNAME=? > > When used in combination with FDSTORE=1, specifies a name...
2008 Nov 07
3
TE121B Doesn't Fit PCI-E Slot
I have 2 HP Proliant 365 G5 servers with PCI-E risers. I bought a Digium TE121B single port card. When installing the card, the slot on the card doesn't quite line up with the tab in the PCI-E slot. If I loosen the front plate on the card, Ican sort of make it plug in, however, the card won't go in far enough to screw down the plate. I tried the card in the other server and had the same problem. Has anyone else experienced this? -------------- next part -------------- An HTML attachment was scrubbed.....
2007 Jun 08
2
Formating the data
...ces between them. I have been trying with many option but not able to do this task. I would greatly appreciate your suggestion on fixing this simple task. Thanks in advance. Kind regards, Ezhil ____________________________________________________________________________________ Bored stiff? Loosen up...
2007 Jan 12
5
Popup/Tooltip Dialog windows using AJAX?
Hello, Can anybody point me to a sample of popup/tooltip using Prototype? I saw examples for windows and also for tool tip but what I want is a little bit different. I want the same fuctionality which exists at yahoo mail login. https://login.yahoo.com/ -> on the right corner you have a Prevent Password Theft image. On mouse over you see a tooltip. Now the good think in this solution is that
2016 Jan 15
3
RFC: non-temporal fencing in LLVM IR
On 01/14/2016 04:05 PM, Hans Boehm via llvm-dev wrote: > > > On Thu, Jan 14, 2016 at 1:37 PM, JF Bastien <jfb at google.com > <mailto:jfb at google.com>> wrote: > > On Thu, Jan 14, 2016 at 1:35 PM, David Majnemer > <david.majnemer at gmail.com <mailto:david.majnemer at gmail.com>> wrote: > > > > On Thu, Jan 14, 2016 at 1:13
2016 Jan 30
2
[llvm] r259255 - Need #include <cstdint> for uint64_t
Oh I did not know about DataTypes.h. However given that there are already two other files in llvm (in the AMDGPU and Hexagon targets) that #include <cstdint> since 2014, maybe we can loosen the requirement for DataTypes.h nowadays as #include <cstdint> seems to be working everywhere? - Matthias > On Jan 29, 2016, at 3:06 PM, Craig Topper <craig.topper at gmail.com> wrote: > > I think you may really want include/llvm/Support/DataTypes.h > > On Fri, Jan 29...
2012 Jun 10
0
[LLVMdev] anti-dependency breaking and mask/shift dependencies
...ther anti-dependencies on condition code registers. If that is not enough, you will very soon be able to inject a target-dependent pass between register allocation and virtual register rewriting. You can use the new LiveRegMatrix interface to change the virtual register assignments, for example to loosen anti-dependencies. I expect to have this ready within the next week. /jakob
2009 Dec 10
1
obtain intermediate estimate using optim
...del-Mead needs many iterations until it finally converges. I have set $control.trace and $control.report such that I can see the value of the function at each iteration. I do see that I set the convergence criteria to strict in the sense that the function value does not change much. However, before loosening my convergence criteria, I was wondering how to progamm that I can see the estimates of the true parameters and of the hessian such that I can see whether they do not change much either. Than I can adjust my convergence criteria such that he ends at that point. I do know how to adjust the conver...
2012 Oct 04
0
[LLVMdev] TableGen: Requesting feedback for "TGContext"
...ll* pointer-value-as-map-key non-determinism > inside TableGen. > > Does anybody have anything else they think should go into TGContext or > any other responsibilities it should have? Or any feedback about the > idea in general? > > I'm also hoping that this change should loosen up some of the > calcification that has accumulated on TableGen and get the ball > rolling for transitioning dynamic_cast<> to dyn_cast<> and eliminating > exceptions, along with general improvements in reliability and > performance. Along the way I'm also hoping to pull...
2007 Jun 03
3
should_receive.again
Hi, It appears that if I have 2 should_receives in a row, the latest one overrides the previous one(s). If there isn''t one, could we add a way to accumulate them, such as @thing.should_receive(:method).and_return(@value) @thing.should_receive(:method).again.and_return(@value) @thing.should_receive(:method).again.and_return(@value) would be equivalent to
2012 Jun 10
2
[LLVMdev] anti-dependency breaking and mask/shift dependencies
On PowerPC (at least versions which predate the mfocrf instruction), while there are multiple independent condition registers, the only way to move those registers into a general-purpose register is to use mfcr, which transfers all of the (concatenated) condition registers into one general purpose register, followed by a mask/shift operation to extract the desired pieces. I would like to know if