search for: etails

Displaying 8 results from an estimated 8 matches for "etails".

Did you mean: details
2006 Apr 04
1
Finding MGE units in North America (was: NUT online compatibility lists)
this is a bit off topic, but as there is a growing demand for our sponsor in North America, these can be helpful to others... 2006/3/31, Mike Patterson: > Arnaud Quette wrote on 3/31/06 3:05 AM: > > 2006/3/30, Ian Pilcher: > > >> I will certainly attempt to buy one when the time comes to replace my > >> aging Belkin model, but this is a product category in which mail
2005 Oct 23
0
FC4 + nut => shutdown sequence conundrum
...psdrv_initups(); /* now see if things are very wrong out there */ if (broken_driver) { printf("Fatal error: broken driver. It probably needs to be con\verted.\n"); printf("Search for 'broken_driver = 1' in the source for more d\etails.\n"); exit(EXIT_FAILURE); } if (do_forceshutdown) forceshutdown(); The call to setup_signals() does not reference any files in the statepath directory. memset() does not reference any files in the statepath directory upsdrv_initups() does n...
2012 Dec 20
3
[Bridge] [PATCH 1/3] iproute2: distinguish permanent and temporary mdb entries
This patch adds a flag to mdb entries so that we can distinguish permanent entries with temporary ones. Cc: Stephen Hemminger <shemminger at vyatta.com> Signed-off-by: Cong Wang <amwang at redhat.com> --- bridge/mdb.c | 24 +++++++++++++++--------- include/linux/if_bridge.h | 3 +++ 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/bridge/mdb.c
2004 Mar 22
18
[Bug 748] HP-UX 11.11 (aka 11i) needs BROKEN_GETADDRINFO
http://bugzilla.mindrot.org/show_bug.cgi?id=748 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |japs at adm.ku.dk ------- Additional Comments From dtucker at zip.com.au 2004-03-22 22:46 ------- *** Bug 816 has been marked as a
2011 Nov 17
2
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...> +|* The LLVM Compiler Infrastructure *| > +|* *| > +|* This file is distributed under the University of Illinois Open Source *| > +|* License. See LICENSE.TXT for details. *| > +|* *| > +|*===----------------------------------------------------------------------===*| > +|*...
2011 Nov 21
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...The LLVM Compiler Infrastructure *| > > +|* *| > > +|* This file is distributed under the University of Illinois Open Source *| > > +|* License. See LICENSE.TXT for details. *| > > +|* *| > > +|*===----------------------------------------------------------------------===*| > > +|*...
2011 Nov 16
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
Tobias, et al., Attached is the my autovectorization pass. I've fixed a bug that appears when using -bb-vectorize-aligned-only, fixed some 80-col violations, etc., and at least on x86_64, all test cases pass except for a few; and all of these failures look like instruction-selection bugs. For example: MultiSource/Applications/ClamAV - fails to compile shared_sha256.c with an error: error in
2011 Nov 15
3
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
Tobias, I've attached the latest version of my autovectorization patch. I was able to add support for using the ScalarEvolution analysis for load/store pairing (thanks for your help!). This led to a modest performance increase and a modest compile-time increase. This version also has a cutoff as you suggested (although the default value is set high (4000 instructions between pairs) because