search for: sokolov

Displaying 20 results from an estimated 37 matches for "sokolov".

2012 Oct 24
2
[LLVMdev] Section specialization & COFF.
...solves this problem, please review. >>>> >>>> I found some similar tests in test/Objects/Inputs. Should I do something >>>> like trivial.ll checking or there is a better way >>>> to check patch behaviour? >>>> >>>> - Dmitry Sokolov. >>>> >>>> _______________________________________________ >>>> LLVM Developers mailing list >>>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >>>> >>> t...
2004 Oct 18
0
DENY LIST ???
...to the mailing list than to LARTC, can you explain why each time I send a mail to the mailing list lartc@mailman.ds9a.nl I get the following (BTW, my mail is correctly diffused..) : >>>>>>>>>>>>>>>>> -----Message d''origine----- De : Denis Sokolov [mailto:despot@ml.lv] Envoyé : lundi 18 octobre 2004 21:40 À : EC Objet : Re: [LARTC] bandwidth limitation per dynamic IP Hello EC, YOUR MAIL PLACED IN DENY LIST. STOP MAILING TO ME. Monday, Monday, October 18, 2004, you wrote something with subject " ... (the mail subject...) .......&quo...
2012 Nov 02
2
[LLVMdev] Section specialization & COFF.
...;>>> I found some similar tests in test/Objects/Inputs. Should I do >>>>>> something >>>>>> like trivial.ll checking or there is a better way >>>>>> to check patch behaviour? >>>>>> >>>>>> - Dmitry Sokolov. >>>>>> >>>>>> _______________________________________________ >>>>>> LLVM Developers mailing list >>>>>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>>>>> http://lists.cs.uiuc.edu/mailman/listinfo...
2012 Oct 22
0
[LLVMdev] Section specialization & COFF.
...t;>> Attached patch solves this problem, please review. >>> >>> I found some similar tests in test/Objects/Inputs. Should I do something >>> like trivial.ll checking or there is a better way >>> to check patch behaviour? >>> >>> - Dmitry Sokolov. >>> >>> _______________________________________________ >>> LLVM Developers mailing list >>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >>> >> test/Object is not the right...
2012 Oct 31
0
[LLVMdev] Section specialization & COFF.
...gt;>> >>>>> I found some similar tests in test/Objects/Inputs. Should I do >>>>> something >>>>> like trivial.ll checking or there is a better way >>>>> to check patch behaviour? >>>>> >>>>> - Dmitry Sokolov. >>>>> >>>>> _______________________________________________ >>>>> LLVM Developers mailing list >>>>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>>>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >>&gt...
2012 Nov 07
0
[LLVMdev] Section specialization & COFF.
...some similar tests in test/Objects/Inputs. Should I do >>>>>>> something >>>>>>> like trivial.ll checking or there is a better way >>>>>>> to check patch behaviour? >>>>>>> >>>>>>> - Dmitry Sokolov. >>>>>>> >>>>>>> _______________________________________________ >>>>>>> LLVM Developers mailing list >>>>>>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>>>>>> http://lists.cs.uiuc....
2012 Oct 19
2
[LLVMdev] Section specialization & COFF.
...data" was discovered that llc ignores weak linkage if we emit it in COFF object. Attached patch solves this problem, please review. I found some similar tests in test/Objects/Inputs. Should I do something like trivial.ll checking or there is a better way to check patch behaviour? - Dmitry Sokolov. -------------- next part -------------- A non-text attachment was scrubbed... Name: section.diff Type: text/x-patch Size: 1170 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121019/1b8dd11e/attachment.bin>
2010 Jun 29
1
[PATCH] virt-what.in: Added VMware virt detection using cpuid in wrapper script
...i" | grep -q 'Manufacturer: innotek GmbH'; then - echo virtualbox -fi + if echo "$dmi" | grep -q 'Manufacturer: Microsoft Corporation'; then + echo virtualpc + exit 0 + fi -# Check for OpenVZ / Virtuozzo. -# Added by Evgeniy Sokolov. -# /proc/vz - always exists if OpenVZ kernel is running (inside and outside -# container) -# /proc/bc - exists on node, but not inside container. + # Check for VirtualBox. + # Added by Laurent L?onard. + if echo "$dmi" | grep -q 'Manufacturer: innotek GmbH'; the...
2010 Jun 29
1
[PATCH] virt-what.in: Added VMware virt detection using cpuid in wrapper script
...i" | grep -q 'Manufacturer: innotek GmbH'; then - echo virtualbox -fi + if echo "$dmi" | grep -q 'Manufacturer: Microsoft Corporation'; then + echo virtualpc + exit 0 + fi -# Check for OpenVZ / Virtuozzo. -# Added by Evgeniy Sokolov. -# /proc/vz - always exists if OpenVZ kernel is running (inside and outside -# container) -# /proc/bc - exists on node, but not inside container. + # Check for VirtualBox. + # Added by Laurent L?onard. + if echo "$dmi" | grep -q 'Manufacturer: innotek GmbH'; the...
2012 Oct 22
2
[LLVMdev] Section specialization & COFF.
...e emit it in COFF object. >> Attached patch solves this problem, please review. >> >> I found some similar tests in test/Objects/Inputs. Should I do something >> like trivial.ll checking or there is a better way >> to check patch behaviour? >> >> - Dmitry Sokolov. >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> > test/Object is not the right place for the test. It shoul...
2012 Oct 19
0
[LLVMdev] Section specialization & COFF.
...llc ignores weak linkage if we emit it in COFF object. > Attached patch solves this problem, please review. > > I found some similar tests in test/Objects/Inputs. Should I do something > like trivial.ll checking or there is a better way > to check patch behaviour? > > - Dmitry Sokolov. > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > test/Object is not the right place for the test. It should probably go in test/MC/COF...
2012 Oct 02
1
[LLVMdev] Unreachable block eliminate problem.
...1 inserts only if block was elimanted. Is it normal, when block eliminates even if some constant have address of this block? Can I disable this behaviour in llc through command line options or I need patch unreachable block elimantion pass? Any suggestions are welcome. Thanks in advance, Dmitry Sokolov.
2001 Oct 10
0
SAMBA (Performance problem: many concurrent RO operations on the same file)
...is problem. I tweaked many SAMBA's parameters but nothing could help me with this problem. I did not get ANY reaction either from Samba mail list or from Samba work group. I am afraid of nobody tries to use Samba with such load for serious things. So I had to use windows. -- Yaroslav M. Sokolov p.s. Please, let me know, if you get a solution.
2005 May 18
0
Re: FXTable possible bug
On Wed, 18 May 2005 23:12:03 +0400, Pavel Sokolov <elgato@rambler.ru> wrote : > I am still learning to deal with FOX and playing with different > widgets. I have encountered strange behavior of FXTable with regard to > style options. FXTable allows to resize rows and columns both w/ and > w/o options TABLE_ROW_SIZABLE,...
2020 Mar 12
0
Asterisk 13.32.0 Now Available
...Torrey Searle) * ASTERISK-28735 - Realtime MoH Unknown format '' -- defaulting to SLIN (Reported by Ross Beer) * ASTERISK-26955 - pjsip: SIP Packets with Via "received=" Containing IPv6 Address Delimited by "[]" Rejected (Reported by Peter Sokolov) * ASTERISK-28718 - chan_sip: Returns 403 if RTP ports are depleted, should return 503 (Reported by Walter Doekes) * ASTERISK-28719 - Cannot remove defaultrule from queue using realtime queues (Reported by EDV O-TON) * ASTERISK-28714 - REGRESSION: Feature subscripti...
2020 Mar 12
0
Asterisk 13.32.0 Now Available
...Torrey Searle) * ASTERISK-28735 - Realtime MoH Unknown format '' -- defaulting to SLIN (Reported by Ross Beer) * ASTERISK-26955 - pjsip: SIP Packets with Via "received=" Containing IPv6 Address Delimited by "[]" Rejected (Reported by Peter Sokolov) * ASTERISK-28718 - chan_sip: Returns 403 if RTP ports are depleted, should return 503 (Reported by Walter Doekes) * ASTERISK-28719 - Cannot remove defaultrule from queue using realtime queues (Reported by EDV O-TON) * ASTERISK-28714 - REGRESSION: Feature subscripti...
2020 Jun 11
0
Asterisk 17.5.0 Now Available
...siconhold: Module res_musiconhold throws false warning (Reported by Nicholas John Koch) * ASTERISK-28904 - RTP ICE leaks the memory (Reported by sungtae kim) * ASTERISK-26780 - res_pjsip: PJSIP Registration Fails when transport=transport-udp6 (Reported by Peter Sokolov) * ASTERISK-28854 - SIGSEGV when pjsip show history encounters IPV6 address (Reported by Roger James) * ASTERISK-28797 - [patch] tcptls: Fix notice when TLS is enabled but not configured. (Reported by Alexander Traud) * ASTERISK-28804 - [patch] app_osplookup.c: Avoid a fo...
2020 Jun 11
0
Asterisk 16.11.0 Now Available
...siconhold: Module res_musiconhold throws false warning (Reported by Nicholas John Koch) * ASTERISK-28904 - RTP ICE leaks the memory (Reported by sungtae kim) * ASTERISK-26780 - res_pjsip: PJSIP Registration Fails when transport=transport-udp6 (Reported by Peter Sokolov) * ASTERISK-28854 - SIGSEGV when pjsip show history encounters IPV6 address (Reported by Roger James) * ASTERISK-28804 - [patch] app_osplookup.c: Avoid a format truncation. (Reported by Alexander Traud) * ASTERISK-28797 - [patch] tcptls: Fix notice when TLS is enabl...
2020 Jun 11
0
Asterisk 16.11.0 Now Available
...siconhold: Module res_musiconhold throws false warning (Reported by Nicholas John Koch) * ASTERISK-28904 - RTP ICE leaks the memory (Reported by sungtae kim) * ASTERISK-26780 - res_pjsip: PJSIP Registration Fails when transport=transport-udp6 (Reported by Peter Sokolov) * ASTERISK-28854 - SIGSEGV when pjsip show history encounters IPV6 address (Reported by Roger James) * ASTERISK-28804 - [patch] app_osplookup.c: Avoid a format truncation. (Reported by Alexander Traud) * ASTERISK-28797 - [patch] tcptls: Fix notice when TLS is enabl...
2020 Jun 11
0
Asterisk 17.5.0 Now Available
...siconhold: Module res_musiconhold throws false warning (Reported by Nicholas John Koch) * ASTERISK-28904 - RTP ICE leaks the memory (Reported by sungtae kim) * ASTERISK-26780 - res_pjsip: PJSIP Registration Fails when transport=transport-udp6 (Reported by Peter Sokolov) * ASTERISK-28854 - SIGSEGV when pjsip show history encounters IPV6 address (Reported by Roger James) * ASTERISK-28797 - [patch] tcptls: Fix notice when TLS is enabled but not configured. (Reported by Alexander Traud) * ASTERISK-28804 - [patch] app_osplookup.c: Avoid a fo...