search for: gurantee

Displaying 20 results from an estimated 95 matches for "gurantee".

Did you mean: guarantee
2008 Sep 20
3
[LLVMdev] Has anyone sucessfully compile the llvm code using visual studio 2005?
HI everyone. I am using visual studio 2005 and windows xp to compile the llvm project. I downloaded the project with svn client. I thought this action may gurantee my code is up to date and integrate. However, after I opened the solution located in the win32 directory and build the solution, the visual studio output many many errors, and even few projects can be compiled to generate runable .exe files. I miss the powerful experiment tools to experience the p...
2002 Aug 29
2
Weird(?) HTB3 setup
Hi, I want to be able to specify actions for different classes of traffic in any of these four ways, and I''d like to use only HTB if possible: 1. No guranteed rate, No ceil 2. Guaranteed rate, No ceil 3. No guranteed rate, Ceil specified 4. Guaranteed rate, Ceil specified For types 2, 3 and 4 there can be several classes of each, with different rates and ceilings. 4 is ofcourse easy. 2 is also easy - just set ceil to the ceil of the parent class. But...
2008 Feb 20
2
Skype Users
...connection to it and your off... or on.... Again I am not a skype user so this may not be as cool as it sounds but if you are you may consider it. http://www.mhspot.com/mhspot/sippyskype.htm - -- James Finstrom Rhino Equipment Corp. All Rhino products are made in America, Come with a Money Back gurantee and have a 5 Year warranty. Quality and Toughness built in!! Phone: 1-800-785-7073 ~ FAX: +1 (480) 961-1826 IP: asterisk.rhinoequipment.com ~ FWD: 633686 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you rec...
2005 Dec 27
9
2.6.14 - HTB/SFQ QoS broken?
Hello, First of all, I already contacted Martin Devera, the developer of HTB, and he told me to search for help on this mailinglist, thus I am describing my problems here now... I am kind of seriously annoyed by QoS as I have been trying for over 3 years to get it working properly - first I did not understand how it works, then it seemed not to work, then it was working perfectly for half a
2016 Jun 19
2
[RFC PATCH] vhost, mm: make sure that oom_reaper doesn't reap memory read by vhost
...h > > +++ b/include/linux/uaccess.h > > @@ -76,6 +76,28 @@ static inline unsigned long __copy_from_user_nocache(void *to, > > #endif /* ARCH_HAS_NOCACHE_UACCESS */ > > > > /* > > + * A safe variant of __get_user for for use_mm() users to have a > > + * gurantee that the address space wasn't reaped in the background > > + */ > > +#define __get_user_mm(mm, x, ptr) \ > > +({ \ > > + int ___gu_err = __get_user(x, ptr); \ > > + if (!___gu_err && test_bit(MMF_UNSTABLE, &mm->flags)) \ > > test_b...
2016 Jun 19
2
[RFC PATCH] vhost, mm: make sure that oom_reaper doesn't reap memory read by vhost
...h > > +++ b/include/linux/uaccess.h > > @@ -76,6 +76,28 @@ static inline unsigned long __copy_from_user_nocache(void *to, > > #endif /* ARCH_HAS_NOCACHE_UACCESS */ > > > > /* > > + * A safe variant of __get_user for for use_mm() users to have a > > + * gurantee that the address space wasn't reaped in the background > > + */ > > +#define __get_user_mm(mm, x, ptr) \ > > +({ \ > > + int ___gu_err = __get_user(x, ptr); \ > > + if (!___gu_err && test_bit(MMF_UNSTABLE, &mm->flags)) \ > > test_b...
2013 Mar 23
0
[LLVMdev] About commit TILE-Gx backend to community repository and default disabled
...nt of code to be reviewed at Hi Tobias & Joerg, I understand your concern. yes, Asm Parser is a module which could be committed individually, but I think the code for AsmParser is relatively small and highly target dependent, a full regression test which cover all instructions could largly gurantee the correctness. I know contributors have their own works. For TILE-Gx backend, it's good if any contributor could have time to finish a full set review, I have been wating for several weeks. I personly think it's not premature to commit TILE-Gx backend into mainline and default disabl...
2013 Mar 23
2
[LLVMdev] About commit TILE-Gx backend to community repository and default disabled
On Sat, Mar 23, 2013 at 04:59:49PM +0100, Tobias Grosser wrote: > With Chris's reply you also got the general OK to upstream the > patch, _AFTER_ the actual patches have been reviewed. One thing I was asking on IRC for is whether it makes sense for new backends to be committable in incremental steps. Especially for a complete backend like this, e.g. the asm parser would make a
2005 Jan 30
4
Asterisk on MS Virtual Server
Hi, This might not be a very popular question, but I was just wondering if anyone have ever tried to run Asterisk on a Windows computer using Microsoft Virtual Server (http://www.microsoft.com/windowsserversystem/virtualserver/default.mspx). I am told that you can run Linux on a virtual server using this software, so in theory it should be possible. I run a windows based domain, but am also
2007 Apr 01
0
odium edinburgh
This one is GURANTEED to Double by end of week Experience a Charging Bull Critical Care New SYM-C-C-T-I Stron g B reccomended at 18 Cents This could hit in short and over in the long run Get in Monday don't regret later You wanna experience this one !! "I want to move as quickly as I can, but some of the...
2005 Jun 01
2
voice-coloring with asterisk
I was pondering of the best way to implement voice-coloring within Asterisk, e.g. pass a channel thru a multiband equalizer and modify it enough where it could be distinguished from other voices in a conference call. This could make conference calls much less confusing. Perhaps the easiest way would be to use sox as the equalizer but I am not familiar enough with * to know how to put a channel
2002 Jul 25
0
Please evaluate my patch for Winbind
...en if this is complete crap, I would appreciate any feedback. *** /root/samba-2.2.5/source/nsswitch/wb_common.c Wed Jun 19 03:13:44 2002 --- wb_common.c Thu Jul 25 16:36:39 2002 *************** *** 94,99 **** --- 94,120 ---- } } + /* Returns a duplicate of the given file descriptor that is guranteed + not to be 0, 1 or 2 (stdin, stdout or stderr respectively), unless + an error occurs. If the given fd is invalid, it will be returned + unchanged. If a different error occurs, the returned file handle + will still be valid but it may be 0, 1 or 2. If a valid file + handle is r...
2018 Apr 05
1
[virtio-dev] Re: [RFC PATCH 1/3] qemu: virtio-bypass should explicitly bind to a passthrough device
On 04/04/2018 10:02, Siwei Liu wrote: >> pci_bus_num is almost always a bug if not done within >> a context of a PCI host, bridge, etc. >> >> In particular this will not DTRT if run before guest assigns bus >> numbers. >> > I was seeking means to reserve a specific pci bus slot from drivers, > and update the driver when guest assigns the bus number but it
2019 Aug 08
0
[PATCH] nouveau/hmm: map pages after migration
...return; > + > + mutex_lock(&svm->mutex); > + svmm = nouveau_find_svmm(svm, mm); > + if (!svmm) { > + mutex_unlock(&svm->mutex); > + return; > + } > + mutex_unlock(&svm->mutex); Given that nouveau_find_svmm doesn't take any kind of reference, what gurantees svmm doesn't go away after dropping the lock? > @@ -44,5 +49,19 @@ static inline int nouveau_svmm_bind(struct drm_device *device, void *p, > { > return -ENOSYS; > } > + > +u64 *nouveau_pfns_alloc(unsigned long npages) > +{ > + return NULL; > +} > + > +void...
2016 Mar 24
2
[GSoC'16] Proposal for Enhance SAFECode’s Baggy Bounds Checking
...on memory objects, we can easily locate the pointers which points to the deallocated memory. For another example, to ensure thread safety at runtime, we can add guarded_by relations to the memory object’s padding area. With the help of constant time runtime check, this enhancement will efficiently gurantee that all the operations to a memory are provided by a particular mutex lock. Criteria of Success ---------------------------------- I will mainly focus on the points-to enhanment of BBAC, so the criteria of success is : 1. Expand padding area to store some additional informations (at least points...
2001 Oct 25
3
ext3 Patch doesn't work with 2.4.13
Hi, I just wanted to compile my kernel 2.4.13 with the ext3-2.4.13-pre6 patch, but it doesn't work. It seems, that the patching failes by replacing some things in a textfile. Does anyone of you know, if there is a upcoming solution for this? Kind regards Jan Albrecht -- Jan Albrecht Phone: +49-5241-80-88404 System Consultant UNIX/NT Fax:
2005 Sep 26
2
constrOptim (PR#8158)
Full_Name: Haobo Ren Version: 2.1.1 OS: Windows 2000 Submission from: (NULL) (192.11.226.116) When running constrOptim, there is error message Error: subscript out of bounds
2008 Mar 11
3
Ogg in .NET
Hi, I'm working on making a game in VB2008, and I'm hoping to use OGG Vorbis-format music (because ogg files are tiny =D) in it. I've googled for info on doing this, but all I've found are dead links and non-free implementations... and when I tried compiling libogg ages ago on Windows, I completely failed. I've already worked out how to use DirectSound, so I really just need
2016 Jun 17
2
[RFC PATCH] vhost, mm: make sure that oom_reaper doesn't reap memory read by vhost
...h index 349557825428..b1f314fca3c8 100644 --- a/include/linux/uaccess.h +++ b/include/linux/uaccess.h @@ -76,6 +76,28 @@ static inline unsigned long __copy_from_user_nocache(void *to, #endif /* ARCH_HAS_NOCACHE_UACCESS */ /* + * A safe variant of __get_user for for use_mm() users to have a + * gurantee that the address space wasn't reaped in the background + */ +#define __get_user_mm(mm, x, ptr) \ +({ \ + int ___gu_err = __get_user(x, ptr); \ + if (!___gu_err && test_bit(MMF_UNSTABLE, &mm->flags)) \ + ___gu_err = -EFAULT; \ + ___gu_err; \ +}) + +/* similar...
2016 Jun 17
2
[RFC PATCH] vhost, mm: make sure that oom_reaper doesn't reap memory read by vhost
...h index 349557825428..b1f314fca3c8 100644 --- a/include/linux/uaccess.h +++ b/include/linux/uaccess.h @@ -76,6 +76,28 @@ static inline unsigned long __copy_from_user_nocache(void *to, #endif /* ARCH_HAS_NOCACHE_UACCESS */ /* + * A safe variant of __get_user for for use_mm() users to have a + * gurantee that the address space wasn't reaped in the background + */ +#define __get_user_mm(mm, x, ptr) \ +({ \ + int ___gu_err = __get_user(x, ptr); \ + if (!___gu_err && test_bit(MMF_UNSTABLE, &mm->flags)) \ + ___gu_err = -EFAULT; \ + ___gu_err; \ +}) + +/* similar...