search for: danil

Displaying 14 results from an estimated 14 matches for "danil".

Did you mean: daniel
2005 May 17
4
HOW TO Enable IPSec for FreeBSD.......???
Hi, I have tried to enable IPSec support for my FreeBSD( 4.11-RELEASE) system. First, I copied the generic kernel configuration file to a file I called MYKERNEL: #cp /usr/src/sys/i386/conf/GENERIC /usr/src/sys/i386/conf/MYKERNEL Then, I added the following three lines to the options section of /usr/src/sys/i386/conf/MYKERNEL: options IPSEC options IPSEC_ESP options
2004 Sep 18
2
Random source ports in FreeBSD?
...d errors, please try to understand that this is the first time I decided to change something 'so deep' in FreeBSD and decided to make a patch for this ;-)) (but I tried to do my best to avoid errors) Some information about this patch is here - http://www.625.ru/rlsp/ -- Best regards, Danil V. Gerun. danil@hate.spam.625.ru
2005 May 11
3
icmp problem
hi i have a problem with my icmp, i have a router that performs nat. i cannot ping to internet hosts from more than one stations situated behind NAT at once. if i want to ping from another station i have to stop the ping that was initiated from the first host, and after a few seconds i can ping from another station.i've checked firewll and i have no ipfw rules that could stop icmp traffic.
2014 Nov 12
2
[LLVMdev] [llvm][SelectionDAG] trivial patch: fix misprint in SelectionDAGLegalize::ExpandInsertToVectorThroughStack
Hi Owen! The "First store the whole vector" is without uses and will be deleted later. I've attached trivial patch to fix it. I have no commit access so if patch is OK, please, commit it . Danil. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141112/52592eeb/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: ExpandInsertToVectorThroughStack.patch...
2014 Nov 12
2
[LLVMdev] [llvm][SelectionDAG] trivial patch: fix misprint in SelectionDAGLegalize::ExpandInsertToVectorThroughStack
...any ideas about the test case? (targets using ExpandInsertToVectorThroughStack, etc...) On Wed, Nov 12, 2014 at 8:29 PM, Owen Anderson <resistor at mac.com> wrote: > LGTM. Can you supply a testcase? > > —Owen > > > On Nov 12, 2014, at 5:52 AM, Daniil Troshkov <troshkovdanil at gmail.com> > wrote: > > > > Hi Owen! > > > > The "First store the whole vector" is without uses and will be deleted > later. > > I've attached trivial patch to fix it. > > I have no commit access so if patch is OK, please, commit it . &g...
2014 Nov 17
2
[LLVMdev] [llvm][SelectionDAG] trivial patch: fix misprint in SelectionDAGLegalize::ExpandInsertToVectorThroughStack
Alright, go ahead with it. —Owen > On Nov 17, 2014, at 4:58 AM, Daniil Troshkov <troshkovdanil at gmail.com> wrote: > > Hi! > > I have not found test case. (It is because we have no target using "ExpandInsertToVectorThroughStack"). > But I tested it for target currently not included in llvm trunk. > > This fix correct and trivial, so I'm offering to...
2006 Jul 18
7
Port scan from Apache?
Hi everyone, today I got an e-mail from a company claiming that my server is doing port scans on their firewall machine. I found that hard to believe so I started checking the box. The company rep told me that the scan was originating at port 80 with destination port 8254 on their machine. I couldn't find any hints as to why that computer was subject to the alleged port scans. Searching
2013 Apr 02
0
[LLVMdev] LNT ClamAV - Sorting output
...> > > This is a virus scan and, AFAICS, depends on the order in which the INODEs > are laid out in the directory. I'm not sure there is a way to sort the > files before, I'll look into that. > Ok, that seems ideal if possible. Looping in Edvin who wrote Clamscan. :) - Danil > > >> I'm not really a fan of doing any more transformations on the output than >> we have to, because it just pushes complexity into the test suite >> infrastructure. >> > > I agree, that is the last resort. > > cheers, > --renato > ----------...
2008 Jul 05
0
extracting values from a "by" function
Hello, I am trying to extract t and pvalues from a 1000 ttests using the by-function but everythinhg I tried did not work. Unfortunately googling "by" is not very helpful. Any help will be very appreciated. Cheers, Danile Stall *creating a data set library(MASS) dataset <- mvrnorm(160, mu, Sigma) dataset <- as.data.frame(dataset) dataset$GROUP <- rep(1:10, each=16) data.uni <- reshape(df, varying = list(c("V1","V2")), v.names="Y",direction="long") *the actual tes...
2008 Jul 05
0
Problem solved: extracting values from a "by" function
...from a "by" function Date: Sun, 6 Jul 2008 05:59:04 +0800 Hello, I am trying to extract t and pvalues from a 1000 ttests using the by-function but everythinhg I tried did not work. Unfortunately googling "by" is not very helpful. Any help will be very appreciated. Cheers, Danile Stall *creating a data set library(MASS) dataset <- mvrnorm(160, mu, Sigma) dataset <- as.data.frame(dataset) dataset$GROUP <- rep(1:10, each=16) data.uni <- reshape(df, varying = list(c("V1","V2")), v.names="Y",direction="long") *the actual te...
2013 Apr 02
2
[LLVMdev] LNT ClamAV - Sorting output
On 2 April 2013 19:20, Daniel Dunbar <daniel at zuster.org> wrote: > What is it that makes the output of the program asynchronous? The output > is deterministic on Darwin, so it seems like it should be possible to make > it more stable. > This is a virus scan and, AFAICS, depends on the order in which the INODEs are laid out in the directory. I'm not sure there is a way to
2018 Apr 30
0
LLVM Weekly - #226, Apr 30th 2018
...g target device information in LLVM IR](http://lists.llvm.org/pipermail/llvm-dev/2018-April/122767.html), which is needed for OpenMP backend outlining. * George Rimar reports back on [current code coverage of the LLD (ELF) tests](http://lists.llvm.org/pipermail/llvm-dev/2018-April/122782.html). * Danil Malyshev has been looking at the impact type-based alias analysis (TBAA) on the LLVM test suite and [reports results](http://lists.llvm.org/pipermail/llvm-dev/2018-April/122804.html). * Ciro Ceissler shares news of the [HardCloud OpenMP extension](http://lists.llvm.org/pipermail/llvm-dev/2018-Apri...
2011 Apr 04
2
Samba4 AD/LDAP question
Hi guys, First time poster so I do apologize if this question has been asked before. In a test set up we are trying to use samba4 to authenticate a small network with Linux, Win, and OSX clients. I have successfully deployed samba4 in domain controller mode, can attach windows machines to it, manage the DC via windows tools. We can also join Linux servers to the domain, however my problem is as
2018 Apr 26
0
Compare test-suite benchmarks performance complied without TBAA, with default TBAA and with new TBAA struct path
Hello, I was interested in how much Type-Based Alias Analysis helps to optimize code. For that purpose, I've compared three sets of benchmarks: compiled without TBAA, compiled with a default TBAA metadata format, and compiled with new TBAA metadata format. As a set of benchmarks, I've used the LLVM test suite (http://llvm.org/docs/TestingGuide.html#test-suite-overview) which has a lot of