search for: unneded

Displaying 20 results from an estimated 20 matches for "unneded".

Did you mean: unneeded
2012 Dec 10
2
[LLVMdev] Possible bug in DFAPacketizer::ReadTable
...en state == <last state in table>. Behaviour changes depending on gcc version / platform / ..., but in some cases might lead to segmentation faults. I have checked the problem happens in Hexagon tests (for example fadd.ll test) but does not break badly there (though CachedTable will get some unneded and random data rows). Probably making tblgen add an end-of-table marker in <Target>DFAStateEntryTable is the easiest solution. BR Carlos -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121210/3f120f...
2011 Mar 17
1
inetd config - dovecot doesn't exits
Is there any option for dovecot to exit when is unneded? I mostly use dovecot via shell process (ie. something like /usr/sbin/dovecot --exec-mail imap) But sometimes I want to use it remotely via tcp and I run dovecot via inetd. --8<---------------cut here---------------start------------->8--- localhost:imap stream tcp nowait r...
2012 Dec 10
2
[LLVMdev] Possible bug in DFAPacketizer::ReadTable
...t; in table>. Behaviour changes depending on gcc version / platform / ..., but > in some cases might lead to segmentation faults. > > I have checked the problem happens in Hexagon tests (for example fadd.ll > test) but does not break badly there (though CachedTable will get some > unneded and random data rows). > > Probably making tblgen add an end-of-table marker in > <Target>DFAStateEntryTable is the easiest solution. > > BR > > Carlos > > > _______________________________________________ > LLVM Developers mailing listLLVMdev at cs.uiuc.edu...
2012 Jul 20
1
mdbox with separate index location results in many emptydirectories
...index files now reside under /dovecot/index%h/mailboxes/, but the path /dovecot/storage%h/mailboxes/ also contains for every user and every mailbox name a directory which in turn contains only an empty subdirectory 'dbox-Mails'. These directories seem to me to sum up to a lot of unneded infrstructure objects. I tried to delete these empty directories, but dovecot did not like that and stopped to work. So somehow they are necessary, in spite of setting a separate index file location. So my question is, could these empty directories be avoided, perhaps in a future version?...
2012 Dec 10
0
[LLVMdev] Possible bug in DFAPacketizer::ReadTable
...in table>. Behaviour changes depending on gcc version / platform > / ..., but in some cases might lead to segmentation faults. > > I have checked the problem happens in Hexagon tests (for example > fadd.ll test) but does not break badly there (though CachedTable will > get some unneded and random data rows). > > Probably making tblgen add an end-of-table marker in > <Target>DFAStateEntryTable is the easiest solution. > > BR > > Carlos > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiu...
2007 Apr 18
2
[PATCH 3/3] Gdt page isolation
...GDT page aligned and page padded to support running inside of a hypervisor. This prevents false sharing of the GDT page with other hot data, which is not allowed in Xen, and causes performance problems in VMware. Rather than go back to the old method of statically allocating the GDT (which wastes unneded space for non-present CPUs), the GDT for APs is allocated dynamically. Signed-off-by: Zachary Amsden <zach@vmware.com> Index: linux-2.6.14-rc1/include/asm-i386/desc.h =================================================================== --- linux-2.6.14-rc1.orig/include/asm-i386/desc.h 2005-09...
2007 Apr 18
2
[PATCH 3/3] Gdt page isolation
...GDT page aligned and page padded to support running inside of a hypervisor. This prevents false sharing of the GDT page with other hot data, which is not allowed in Xen, and causes performance problems in VMware. Rather than go back to the old method of statically allocating the GDT (which wastes unneded space for non-present CPUs), the GDT for APs is allocated dynamically. Signed-off-by: Zachary Amsden <zach@vmware.com> Index: linux-2.6.14-rc1/include/asm-i386/desc.h =================================================================== --- linux-2.6.14-rc1.orig/include/asm-i386/desc.h 2005-09...
2005 Nov 29
1
Installed Kernal (default)
...give all the various modules it is compiled with? As with BSD, I assume there are things in the kernal that are mandatory, and then there are things that are optional or included so as to catch most everything one could have w/r/t hardware. That being the case, as with FreeBSD, removing those unneded modules would work to reduce the size of the kernal. Aside from rebuilding the kernal to have it contain certain objects needed for something to work, and the loading of different modules at runtime, are there any other benefits to building a custom kernal for any particular set of hardware?...
2012 Dec 10
0
[LLVMdev] Possible bug in DFAPacketizer::ReadTable
...cc version >> / platform / ..., but in some cases might lead to segmentation >> faults. >> >> I have checked the problem happens in Hexagon tests (for example >> fadd.ll test) but does not break badly there (though CachedTable >> will get some unneded and random data rows). >> >> Probably making tblgen add an end-of-table marker in >> <Target>DFAStateEntryTable is the easiest solution. >> >> BR >> >> Carlos >> >> >> _____________________________________________...
2012 Dec 11
2
[LLVMdev] Possible bug in DFAPacketizer::ReadTable
...viour changes depending on gcc version / platform / >> ..., but in some cases might lead to segmentation faults. >> >> I have checked the problem happens in Hexagon tests (for example >> fadd.ll test) but does not break badly there (though CachedTable will get >> some unneded and random data rows). >> >> Probably making tblgen add an end-of-table marker in >> <Target>DFAStateEntryTable is the easiest solution. >> >> BR >> >> Carlos >> >> >> _______________________________________________ >> LLV...
2020 Apr 13
0
[PATCH 0/8] tools/vhost: Reset virtqueue on tests
On Fri, Apr 03, 2020 at 06:51:11PM +0200, Eugenio P??rez wrote: > This series add the tests used to validate the "vhost: Reset batched > descriptors on SET_VRING_BASE call" series, with a small change on the > reset code (delete an extra unneded reset on VHOST_SET_VRING_BASE). > > They are based on the tests sent back them, the ones that were not > included (reasons in that thread). This series changes: > > * Delete need to export the ugly function in virtio_ring, now all the > code is added in tools/virtio (except the...
2009 Aug 15
2
How to disable system users from receiving mail?
I know that login can be disable for system users and groups, but how do I refuse email for system groups? It's a bit of a security/maintenance irritation - I don't want to check for such spam mail, since that is possible. Thanks for any help!! Answer preferably given, so that I can configure it through webmin please.
2020 Apr 13
0
[PATCH 0/8] tools/vhost: Reset virtqueue on tests
...t; > > On Fri, Apr 03, 2020 at 06:51:11PM +0200, Eugenio P??rez wrote: > > > This series add the tests used to validate the "vhost: Reset batched > > > descriptors on SET_VRING_BASE call" series, with a small change on the > > > reset code (delete an extra unneded reset on VHOST_SET_VRING_BASE). > > > > > > They are based on the tests sent back them, the ones that were not > > > included (reasons in that thread). This series changes: > > > > > > * Delete need to export the ugly function in virtio_ring, now all the...
2012 Dec 11
0
[LLVMdev] Possible bug in DFAPacketizer::ReadTable
...ing on gcc version / platform / >>> ..., but in some cases might lead to segmentation faults. >>> >>> I have checked the problem happens in Hexagon tests (for example >>> fadd.ll test) but does not break badly there (though CachedTable will get >>> some unneded and random data rows). >>> >>> Probably making tblgen add an end-of-table marker in >>> <Target>DFAStateEntryTable is the easiest solution. >>> >>> BR >>> >>> Carlos >>> >>> >>> ____________________...
2007 Apr 18
0
[PATCH 13/21] i386 Gdt page isolation
...GDT page aligned and page padded to support running inside of a hypervisor. This prevents false sharing of the GDT page with other hot data, which is not allowed in Xen, and causes performance problems in VMware. Rather than go back to the old method of statically allocating the GDT (which wastes unneded space for non-present CPUs), the GDT for APs is allocated dynamically. Signed-off-by: Zachary Amsden <zach@vmware.com> Index: linux-2.6.14-zach-work/include/asm-i386/desc.h =================================================================== --- linux-2.6.14-zach-work.orig/include/asm-i386/de...
2007 Apr 18
0
[PATCH 13/21] i386 Gdt page isolation
...GDT page aligned and page padded to support running inside of a hypervisor. This prevents false sharing of the GDT page with other hot data, which is not allowed in Xen, and causes performance problems in VMware. Rather than go back to the old method of statically allocating the GDT (which wastes unneded space for non-present CPUs), the GDT for APs is allocated dynamically. Signed-off-by: Zachary Amsden <zach@vmware.com> Index: linux-2.6.14-zach-work/include/asm-i386/desc.h =================================================================== --- linux-2.6.14-zach-work.orig/include/asm-i386/de...
2004 May 24
0
Merely Opening Excel Files Increments Last-Modificationdate on Samba Shares
I have found the following regarding this problem: 1. It occurs only on files that (a) the user does not own AND (b) samba is forcing write permissions on (e.g. with the "force group" or "force create mode"). 2. Problem does *not* occur when "force create mode" and similar are left out of share definition, and you rely on the default standard 644 file modes and 755
2004 May 25
0
Merely Opening Excel Files Increments Last-Modification date on Samba Shares
I have had the same problem: Shared files, not owned by the user in question, were being deleted and re-written upon saving the file. Because Excel only gives user (not group) permission, it will muck up access for other users in the group. In my case, I was not enforcing anything (when the problem occurred) and my .conf only had the bare minimum of information, I also used method 3, but put a
2011 Jun 24
0
Wine release 1.3.23
...xpr eval functions. widl: Allow unsized in,out string parameters. widl: Make output unique pointers into object pointers in object interfaces. widl: Also check array pointers for null ref pointers. widl: Move the pointer check functionality to typegen.c. urlmon: Remove unneded stubs for IWindowForBindingUI. rpcrt4: Preserve the previous MaxCount value when computing variance through a callback. rpcrt4: Add a wrapper for NdrClientCall2 to isolate calling convention differences. rpcrt4: Add an assembly wrapper to implement the NdrClientCall2 calling conve...
2010 Aug 20
0
Wine release 1.3.1
...ddr.h. wineps: Use winspool.drv for job management. qmgr/tests: Detect when the service is disabled. ntdll: Implement RtlIpv4AddressToString / RtlIpv4AddressToStringEx. ntdll/tests: Add tests for RtlIpv4AddressToString / RtlIpv4AddressToStringEx. gdi32/enhmfdrv: Remove unneded if() before HeapFree. Dmitry Timoshkov (5): gdi32: Do not crash on an invalid pointer passed to AddFontMemResourceEx. user32: Add a test for GetClassInfo, make it pass under Wine. ws2_32: Rearrange the code to avoid a needless release_sock_fd(). user32: Protect from setting...