Displaying 20 results from an estimated 41 matches for "volodymyr".
2008 Feb 22
7
Windows Kernel & Executive implementation
Hello everyone, my name is Volodymyr, I am driver developer mostly doing
stuff for Windows.
I discovered that WineHQ project does not have support for drivers (am I
wrong?). In other words, quite a big amount of applications will fail to
function properly, because many of them are using helper device drivers to
get some extended func...
2012 Oct 11
7
kern.maxswzone is gone... what next?
Hi all.
I prefer to build all ports in /tmp, which is actually a tmpfs
filesystem. I have 8G partition. But when I tried to compile Apache
OpenOffice system starts shooting processes when I was near 6G of swap.
Oct 11 18:12:32 ar1l0u kernel: swap zone exhausted, increase kern.maxswzone
Oct 11 18:12:32 ar1l0u kernel: pid 1334 (java), uid 818, was killed: out
of swap space
Oct 11 18:12:32
2015 Jun 04
2
[LLVMdev] non-standard machine value types
...e used with intrinsics so I also need
appropriate C custom types defined.
I wonder if I can describe those in tablegen files or do I need to extend
llvm. What is the right way of supporting such types?
I'm not familiar will llvm internals so far, so any help and pointers
appreciated.
Thanks,
Volodymyr.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150603/1267e9aa/attachment.html>
2014 Nov 15
3
[LLVMdev] [PATCH] Protection against stack-based memory corruption errors using SafeStack
Hi Kostya,
>On Wed, Nov 12, 2014 at 2:50 AM, Volodymyr Kuznetsov <vova.kuznetsov at epfl.ch
>> wrote:
>
>> Dear LLVM developers,
>>
>> We've applied the feedback we received on Phabricator on the SafeStack
>> patches,
>>
>
>Did you investigate the possibility of moving the transformation from
>code...
2014 Nov 17
2
[LLVMdev] [PATCH] Protection against stack-based memory corruption errors using SafeStack
+nlewycky
On Mon, Nov 17, 2014 at 9:36 AM, Volodymyr Kuznetsov <vova.kuznetsov at epfl.ch
> wrote:
> Hi Kostya,
>
> On Sat, Nov 15, 2014 at 1:53 PM, Volodymyr Kuznetsov <
> vova.kuznetsov at epfl.ch> wrote:
> > Do you think moving the pass to lib/Transform/Instrumentation but
> > scheduling it during code generati...
2016 May 30
2
[Bug 1070] New: NETMAP "to" address is not separated from previous output while listing NAT rules
...NAT rules
Product: iptables
Version: 1.4.x
Hardware: x86_64
OS: All
Status: NEW
Severity: blocker
Priority: P5
Component: iptables
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: volodymyr.homyak at gmail.com
E.g., for the command
iptables -t nat -A PREROUTING -s 1.1.10.1 -d 2.2.2.0/28 -j NETMAP -m iprange
--dst-range 2.2.2.5-2.2.2.10 --to 3.3.3.64/28
the output is
Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source...
2014 Nov 04
4
[LLVMdev] [PATCH] Protection against stack-based memory corruption errors using SafeStack
On 4 Nov 2014, at 00:36, Kostya Serebryany <kcc at google.com> wrote:
> You at least increase the memory footprint by doubling the stack sizes.
Not quite. The space overhead is constant for each stack frame - you just need to keep track of the top of two stacks, rather than one. The important overhead is that you reduce locality of reference. You will need a minimum of two cache
2013 Feb 04
1
[LLVMdev] The future of class2llvm tool
...pers have
plans to develop it or "Java front end" with "class2llvm" tool live the
last days? If it has a future, when it will being developed again?
2) Will it support dalvik bytecode?
Any help would greatly appreciated.
Sorry if I came to the wrong shop. :)
With best regards,
Volodymyr.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130204/03290c0b/attachment.html>
2008 Aug 05
7
[ANNOUNCE] Samba 3.2.1 Available for Download
...o SATOH Fumiyasu <fumiyas@osstech.co.jp>
* BUG 5202: Fix setting of ACEs for users/groups with write access
in setups with ''dos filemode = yes''.
* Re-activate ''acl group control'' parameter and make it only apply
to owning group.
o Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>
* Make ntimes function more like POSIX and allow NULL arg.
o Volker Lendecke <vl@samba.org>
* BUG 5512: Fix alignment problems on sparc.
* BUG 5616: Fix share connections in setups with
"server signing = mandatory"...
2008 Aug 05
7
[ANNOUNCE] Samba 3.2.1 Available for Download
...o SATOH Fumiyasu <fumiyas@osstech.co.jp>
* BUG 5202: Fix setting of ACEs for users/groups with write access
in setups with ''dos filemode = yes''.
* Re-activate ''acl group control'' parameter and make it only apply
to owning group.
o Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>
* Make ntimes function more like POSIX and allow NULL arg.
o Volker Lendecke <vl@samba.org>
* BUG 5512: Fix alignment problems on sparc.
* BUG 5616: Fix share connections in setups with
"server signing = mandatory"...
2012 Mar 10
6
Time Clock Stops in FreeBSD 9.0 guest running under ESXi 5.0
I've now seen this on two different VMs on two different ESXi servers
(Xeon based hosts but different hardware otherwise and at different
facilities):
Everything runs fine for weeks then (seemingly) suddenly/randomly the
clock STOPS. In the first case I saw a jump backwards of about 15
minutes (and then a 'freeze' of the clock). The second time just 'time
standing
2018 Apr 03
1
[cfe-dev] trivial input provokes failed assertion in Parser.h:322
I believe https://reviews.llvm.org/D44449 <https://reviews.llvm.org/D44449> should fix this issue.
Thanks,
Volodymyr
> On Apr 2, 2018, at 22:51, Shoaib Meenai via cfe-dev <cfe-dev at lists.llvm.org> wrote:
>
> Adding cfe-dev, since this is a clang issue.
>
> From: llvm-dev <llvm-dev-bounces at lists.llvm.org <mailto:llvm-dev-bounces at lists.llvm.org>> on behalf of Jim Meyerin...
2014 Nov 03
8
[LLVMdev] [PATCH] Protection against stack-based memory corruption errors using SafeStack
...for C/C++, while CPI’s overhead is 2.9% for
C and 8.4% for C/C++. >>
(This is joint work with V. Kuznetsov, L. Szekeres, M. Payer, G. Candea, R.
Sekar, and D. Song)
We look forward to your feedback and hope for a prompt merge into LLVM, to
make the software built with clang more secure.
- Volodymyr Kuznetsov & the CPI team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141103/a77c8aae/attachment.html>
-------------- next part --------------
diff --git a/include/llvm/Bitcode/LLVMBitCodes.h b/incl...
2013 Feb 03
1
Ports and WITH_LIBCPLUSPLUS
Hello,
I wanted to try the new c++ stuff, ie clang-3.2, libc++ and libcxxrt, so I
used poudriere to build a jail setup for that ( WITH_LIBCPLUSPLUS=yes in
src.conf, CXXFLAGS+=-stdlib=libc++ and libsupc++.so.1 libcxxrt.so.1 in
libmap.conf ), and started to build my normal set of packages ( see
desktop.list ). Please note that I also have WITH_NEW_XORG=yes and
WITH_KMS=yes, as well as using the
2018 Mar 19
1
rtc_timeoffset libvirt patch
Hello,
Could you please clarify if below patch is going to be released every with
some stable version of libvirt. Do you have any info which version?
https://www.redhat.com/archives/libvir-list/2018-February/msg00981.html
Thank you in advance for your answer.
2012 Jul 24
1
9-STABLE (238719) compilation fails on i386
Hi all.
When building procstat I get this:
clang -O2 -pipe -march=athlon-xp -std=gnu99 -Qunused-arguments
-fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch
-Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline
-Wnested-externs
2012 Nov 20
1
Logging of installed packages.
In the light of this: http://www.freebsd.org/news/2012-compromise.html
It would be nice if there was default way to log all package installations from both pkgs and ports.
Is there? If not, what would you recommend for doing this?
Thanks.
2013 Jul 12
1
stable/9 fails to compile: kmem_alloc_contig bad definition
Hello.
/usr/local/libexec/ccache/world/cc -c -O -pipe -march=native -std=c99 -g
-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef
-Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs
-fdiagnostics-show-option -Wno-error-tautological-compare
-Wno-error-empty-body -Wno-error-parentheses-equality -nostdinc
2011 Oct 20
3
[Announce] Samba 3.6.1 Available for Download
...B2_OP_IOCTL parsing requirements.
o Wilco Baan Hofman <wilco at baanhofman.nl>
* BUG 8455: Fix uninitialized memory problem in group_sids_to_info3.
o Bj?rn Jacke <bj at sernet.de>
* BUG 8256: Add man vfs_aio_fork.
* BUG 8363: Fix build of vfs_prealloc on SLES8.
o Volodymyr Khomenko <Volodymyr_Khomenko at dell.com>
* BUG 8515: Disallow "." in can_set_delete_on_close().
o Volker Lendecke <vl at samba.org>
* BUG 7864: Fix usage of cli_errstr().
* BUG 8334: smb2: smbd logs "Invalid SMB packet: first request: 0x0008" and cra...
2011 Oct 20
3
[Announce] Samba 3.6.1 Available for Download
...B2_OP_IOCTL parsing requirements.
o Wilco Baan Hofman <wilco at baanhofman.nl>
* BUG 8455: Fix uninitialized memory problem in group_sids_to_info3.
o Bj?rn Jacke <bj at sernet.de>
* BUG 8256: Add man vfs_aio_fork.
* BUG 8363: Fix build of vfs_prealloc on SLES8.
o Volodymyr Khomenko <Volodymyr_Khomenko at dell.com>
* BUG 8515: Disallow "." in can_set_delete_on_close().
o Volker Lendecke <vl at samba.org>
* BUG 7864: Fix usage of cli_errstr().
* BUG 8334: smb2: smbd logs "Invalid SMB packet: first request: 0x0008" and cra...