search for: volkov

Displaying 20 results from an estimated 31 matches for "volkov".

2004 Feb 17
12
Metalog and Shorewall
Hi Tom and list, Still trying to set up Shorewall logging. I understand that Shorewall require syslog to get logging working, however I have metalog. Is this possible to use metalog as logging facility for Shorewall? I was reading http://www.shorewall.net/shorewall_logging.html and it describes other method ( ULOG ). I understand that I have to compile ULOG support in the kernel... where do I
2013 Dec 18
2
[LLVMdev] Intrinsics __readeflags and __writeeflags
...inline assembler instead of implementing compiler intrinsic? > > Joerg > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -- Alexey Volkov Intel Corporation -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131218/8a31d2da/attachment.html>
2013 Dec 17
2
[LLVMdev] Intrinsics __readeflags and __writeeflags
...pseudo instruction expansion pass seems to be called only at -O0. Another way is to expand intrinsics to DAG nodes for each PUSH, POP, PUSHF and POPF instructions. This will add 4 new X86ISD types for DAG nodes for these instructions. What is the proper way to expand these intrinsics? -- Alexey Volkov Intel Corporation -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131217/3c834895/attachment.html>
2013 Dec 17
0
[LLVMdev] Intrinsics __readeflags and __writeeflags
...sed for an -Oz memmove lowering for example. I don't think LLVM will ever really support capturing ALU flags from previous ops without "using" the operation. LLVM does have overflow intrinsics though: http://llvm.org/docs/LangRef.html#id1164 On Tue, Dec 17, 2013 at 1:02 AM, Alexey Volkov <avolkov.intel at gmail.com>wrote: > Hello all, > > I am trying to implement intrinsics __readeflags and __writeeflags reading > and writing EFLAGS register on x86. > These intrinsics expand to two instructions popf and push to register for > __readeflags and pushf and pop...
2017 Mar 15
5
[Bug 2693] New: ssh: Include'ed host is not resolved by ssh
...ed by ssh Product: Portable OpenSSH Version: 7.4p1 Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: peter.volkov at gmail.com I'm trying to use ssh client. I've created following configs: /home/pay/.ssh/config: ===========cut here========== Host thtv.db? User pva Include ssh-config/*.ssh ===========cut here========== /home/pay/.ssh/ssh-config/thtv.ssh: ===========cut here========== Host thtv.e...
2013 Dec 18
0
[LLVMdev] Intrinsics __readeflags and __writeeflags
On 18 Dec 2013, at 11:03, Alexey Volkov <avolkov.intel at gmail.com> wrote: > These intrinsics are introduced for compatibility purposes. > Besides MSVC GCC also supports it in its main trunk; ICC supports it on Windows and is going to support in the next version on Linux. There have been two questions, neither of which is...
2013 Dec 17
2
[LLVMdev] Intrinsics __readeflags and __writeeflags
...xample. > > I don't think LLVM will ever really support capturing ALU flags from > previous ops without "using" the operation. LLVM does have overflow > intrinsics though: > http://llvm.org/docs/LangRef.html#id1164 > > > On Tue, Dec 17, 2013 at 1:02 AM, Alexey Volkov <avolkov.intel at gmail.com>wrote: > >> Hello all, >> >> I am trying to implement intrinsics __readeflags and __writeeflags >> reading and writing EFLAGS register on x86. >> These intrinsics expand to two instructions popf and push to register for >> __r...
2002 Mar 05
2
BSD installation - third question - fixme messages
...able at all? I am getting so much various fixme messages (remember - my wine installed manually under BSD where wineinstall does not work, so I probably encounter more errors then average user) so I would be happy to just sit and research souch source to find all my answers Please advise -- Alex Volkov (415) 987-7000 www.FixMyComp.com volkoff@usa.net
2002 Feb 23
2
BSD installation
Hi all ! I searched newsgroup archive prior to ask this newbie question, did not find any answer; I am trying to install wine (20020122) on FreeBSD (4.5) I have 2 problems: 1. When I do installation from port, I am getting errors like "undefined reference to .." To memset, getuid, memcpy, strcat, strcpy etc .. 2. When is is finally built and installed, I can run wine itself but I can
2009 Sep 09
1
[Announce] Samba 3.4.1 Available for Download
...> * BUG 6601: Avoid global fd limits. o SATOH Fumiyasu <fumiyas at osstech.co.jp> * BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient. o Simo Sorce <idra at samba.org> * BUG 6693: Check we read off the complete event from inotify. o Peter Volkov <pva at gentoo.org> * BUG 6105: Make linking of cifs.upcall --as-needed safe. o TAKEDA Yasuma <yasuma at osstech.co.jp> * BUG 5879: Update LDAP schema for Netscape DS 5. o Bo Yang <boyang at samba.org> * BUG 6560: Fix lookupname. * BUG 6615: Fix browsing of...
2009 Sep 09
1
[Announce] Samba 3.4.1 Available for Download
...> * BUG 6601: Avoid global fd limits. o SATOH Fumiyasu <fumiyas at osstech.co.jp> * BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient. o Simo Sorce <idra at samba.org> * BUG 6693: Check we read off the complete event from inotify. o Peter Volkov <pva at gentoo.org> * BUG 6105: Make linking of cifs.upcall --as-needed safe. o TAKEDA Yasuma <yasuma at osstech.co.jp> * BUG 5879: Update LDAP schema for Netscape DS 5. o Bo Yang <boyang at samba.org> * BUG 6560: Fix lookupname. * BUG 6615: Fix browsing of...
2013 Dec 17
0
[LLVMdev] Intrinsics __readeflags and __writeeflags
On Tue, Dec 17, 2013 at 01:05:10PM -0800, David Majnemer wrote: > This intrinsic seems very ill-defined, apparently it can be freely > reordered and does _not_ act like a compiler barrier. [1] > Other than source compatibility, why would one want this intrinsic? What > semantics is it supposed to give? Even more, why can't it just be defined as inline function in some header?
2017 Jan 18
0
[ANNOUNCE] xf86-input-evdev 2.10.5
Two fixes, one new feature for the evdev driver. The new feature is the ability to change the emulated middle button number (e.g. useful on devices with physical middle button as well). Alexander Volkov (1): Don't send pointer events in addition to touch events David Strobach (1): Middle emulation - make the emulated button number configurable Peter Hutterer (2): Fix off-by-one error counting axes evdev 2.10.5 git tag: xf86-input-evdev-2.10.5 https://xorg.freedeskto...
2020 Apr 14
0
[ANNOUNCE] xorgproto 2020.1
...son and autotools build sytems, and converts some quasi-text documentation to Markdown. Thanks to all who contributed. Adam Jackson (4): xorgproto 2020.1 Revert "xorgproto 2020.1" automake: Fix install and dist for the new markdown docs xorgproto 2020.1 Alexander Volkov (1): Add DPMSInfoNotify event Ashok Arora (1): Replaces text formatted protocol documentation with Markdown Ross Burton (1): meson: mark more extensions as legacy Sebastian Wick (1): XF86keysym: Add XF86XK_FullScreen git tag: xorgproto-2020.1 https://xorg.freedesktop.or...
2023 Jul 10
0
[Bug 1672] add local DNSSEC validation
https://bugzilla.mindrot.org/show_bug.cgi?id=1672 --- Comment #8 from pva <peter.volkov at gmail.com> --- What is the status of this patch? It looks like many people don't realize that without a secure local resolver, SSHFP just hides security under the carpet: instead of a clear one-time 'yes' it makes this 'yes' unattended, yet it's still possible for mitm...
2023 Aug 16
0
[ANNOUNCE] xcb-proto 1.16.0
Alan Coopersmith (3): gitlab CI: add a basic build test Add documentation for DAMAGE extension Remove "All rights reserved" from Oracle copyright notices Alexander Volkov (1): dpms: Add DPMSInfoNotify event (DPMS 1.2) Demi Marie Obenour (4): Document the MIT-SHM extension Add documentation for XFixes v6 Document BIG-REQUESTS Add documentation for Composite Emil Velikov (1): autogen.sh: use quoted string variables Matt Turner (1...
2005 Nov 01
0
Problems with bootable DVD
...Linux can install well, but on some PCs it can't install. When i trying to install on problems PCs it don't show bootable menu and apear white screen and I can't do something. Only reset can reboot PC. What's the problem? P.S. I am trying all last versions isolinux. -- Dmitriy Volkov OKSAT NIKIET Ltd. volkov_d at nikiet.ru
2004 Nov 09
1
PANIC in logs. What does it mean? How to avoid?
Hello. Now have samba-3.0.7 installed on my system. The problem is this strange message in my logs: Nov 9 14:36:18 alustem smbd[14188]: [2004/11/09 14:36:18, 0] lib/util.c:smb_panic2(1381) PANIC: PANIC: deferred_open_entries_identical: logic error. [2004/11/09 14:36:18, 0] lib/util.c:smb_panic2(1389) BACKTRACE: 1 stack frames: #0 /usr/sbin/smbd(smb_panic2+0xfc) [0x81bb594] How
2004 Nov 18
1
Empty Network Neighborhood"
Hello. My problem is not samba realted, but I might hope that it can help me to solve it. Our network is about 200 users. Some of them are using windows. But today Network Neighborhood on all computers became empty. I've tried smbtree and its listing is empty too. If I enable -d10 I can see in the last string: "Unable to find master browser by broadcast" The only idea I have,
2018 Oct 15
0
[ANNOUNCE] xorg-server 1.20.2
...opy glamor_egl: Don't initialize on llvmpipe glamor/egl: Avoid crashing on broken configurations fbdevhw: Refuse to touch PCI devices on the fallback probe path xserver 1.20.2 Alex Goins (1): randr: rrCheckPixmapBounding should only increase screen size Alexander Volkov (1): os/xdmcp: Don't create a new socket in XdmcpReset() Cedric Roux (1): miext/damage: take care of the coordinate mode in damagePolyPoint Dave Airlie (9): shm: move shmsize verify before allocating the drawable. xi: free modifiers_failed on error path. (v2) fbo...