Displaying 20 results from an estimated 57 matches for "limped".
Did you mean:
limked
2015 Aug 17
2
TSAN hack on AArch64 for Android
Folks,
The review of patch http://reviews.llvm.org/D11532 is extremely slow
due to the number of hacks, left-overs and general undesired changes
and style that the submission has. That happens, and it's ok when the
overall direction the patch is going was agreed, and is acceptable as
generally good.
But this is not the case.
To wake up the elephant in the room, do we really think that
2008 Apr 27
3
f/oss routing solution?
I'm looking for an open source router solution, and someone from the list
recently recommended zebra (www.zebra.org). I haven't yet identified all my
needs, but I'm guessing that it will do all my routing needs for a, say,
class C set of IP addresses, particularly if I ever have to do anything
BGP-related.
Anyone have any pointers before I delve in? Or possibly a recommendation
for
2020 Aug 17
2
Replacement for KMail V1
Last week my trusty Fedora 9 file and print server failed on me. Not bad
for 12 years trusty service.
I have now replaced it with a C7 server and found that lots have changed
in those 12 years. Thankfully many things haven't, named-chroot, dhcpd,
etc pretty much copied across and Samba wasn't a major rewrite.
However I feel like my right arm has been chopped off.? My work life
2013 Sep 13
2
[LLVMdev] [RFC] New function attributes for errno-setting functions
----- Original Message -----
>
> Food for thought: If you have a codebase which can't use
> -fno-math-errno, because it relies on errno values from math
> functions, it may be a more effective long-term strategy to work on
> modernizing your codebase, eliminating the dependencies on errno,
> rather than going through the trouble of adding even more complexity
> to
2013 Sep 13
0
[LLVMdev] [RFC] New function attributes for errno-setting functions
On Fri, Sep 13, 2013 at 2:07 PM, Hal Finkel <hfinkel at anl.gov> wrote:
> ----- Original Message -----
> >
> > Food for thought: If you have a codebase which can't use
> > -fno-math-errno, because it relies on errno values from math
> > functions, it may be a more effective long-term strategy to work on
> > modernizing your codebase, eliminating the
2003 Mar 07
2
Very slow welcome message...
Hi All...
When I shut down my Asterisk server early this morning I had it working
nicely. I just started it up again and for some reason its acting up.
When it answers the phone it plays all the messages very very slowely.
Voice mail prompts seem to work fine though. I read in the archives about
mpg321 vs mpg123 but I am not using music on hold and the messages are gsm
files.
I have
2005 Sep 26
1
FSX/UK analogue Phone rings all the time
hi Asterisk users,
I am in the UK and trying to get an asterisk system running.
I have the SIP side of things running or limping along to the best of my newbie
ability.
I have a problem with a FXS card. Connecting a standard (Working) UK phone makes
the phone ring all the time while on hook. Sounds like the A/B is being coupled
onto the ring wire.
I plugged the phone into a RJ11/BT6312
2006 Jan 11
5
stack level too deep problem
Hi all, I''m trying to overload the link_to function, (to disable link_to if
the user has no access right)
this is my code, it work the first time I run the application, the second
time I refresh the page I always get "stack level too deep error"
module UsersHelper
include ActionView::Helpers::UrlHelper
alias_method :link_to_original, :link_to
def permission?
true
2007 Feb 21
2
Dovecot on Solaris x86?
I'm trying to get dovecot working on Solaris x86. I've got it
working just fine on RH Desktop 4; and while I have a built, limping
version on solx86, it's not actually usable except from other solx86
systems.
Basic details:
Version 1.0rc23
OS Solaris x86 (64 bit)
CPU Opteron
Filesystem NFS (but it's
2009 Apr 16
2
[LLVMdev] Help me improve two-address code
I have my new port limping enough to compile a very basic function:
int
foo (int a, int b, int c, int d)
{
return a + b - c + d;
}
clang-cc -O2 yields:
define i32 @foo(i32 %a, i32 %b, i32 %c, i32 %d) nounwind readnone {
entry:
%add = add i32 %b, %a ; <i32> [#uses=1]
%sub = sub i32 %add, %c ; <i32> [#uses=1]
%add4 = add i32 %sub, %d ; <i32>
2006 Oct 11
2
Help please with observe_form - not working
My observe_form is basically totally limp. I think it should update without
hitting submit button but even if I hit it , it doesn''t change (doesn''t seem
to post the data).
Can anyone please take a look and see if I"m doing something wrong. TIA
Form:
<% start_form_tag({:action => "livesearch"},
:id => "asearch") %>
2013 Sep 13
0
[LLVMdev] [RFC] New function attributes for errno-setting functions
Food for thought: If you have a codebase which can't use -fno-math-errno,
because it relies on errno values from math functions, it may be a more
effective long-term strategy to work on modernizing your codebase,
eliminating the dependencies on errno, rather than going through the
trouble of adding even more complexity to compilers to keep errno support
limping along.
Of course, whether this
2009 Nov 14
2
Patch: event port-based ioloop and notify
Greetings,
thanks to all of you who work on Dovecot!
I have prepared a small patch to support Solaris 10 and Opensolaris'
event port mechanism for both the ioloop and the notify subsystems. It
seems to work fine for me, but I haven't conducted any extensive
testing.
It would be great if someone could review and/or test it (and if it
could eventually enter the code base).
I have
2013 Sep 13
1
[LLVMdev] [RFC] New function attributes for errno-setting functions
It was pointed out to me that I misunderstood what problem you were trying
to solve. Sorry for the noise.
Dan
On Fri, Sep 13, 2013 at 2:02 PM, Dan Gohman <dan433584 at gmail.com> wrote:
> Food for thought: If you have a codebase which can't use -fno-math-errno,
> because it relies on errno values from math functions, it may be a more
> effective long-term strategy to work on
2006 May 02
9
Visual Migration Design Tool
For a really long time, I''ve been using DBDesigner from FabForce.net.
For those of your who''ve never used it, its a freeware visual
entity-relationship diagram tool, which allows you to make database
designs visually instead of in SQL DDL. You can then use it to generate
the SQL to make your databse design into reality, or even run a
"synchronize" to make any
2015 Aug 18
2
TSAN hack on AArch64 for Android
On Tue, Aug 18, 2015 at 8:28 PM, Kostya Serebryany <kcc at google.com> wrote:
> +dvyukov
>
> On Mon, Aug 17, 2015 at 8:37 AM, Renato Golin <renato.golin at linaro.org>
> wrote:
>>
>> Folks,
>>
>> The review of patch http://reviews.llvm.org/D11532 is extremely slow
>> due to the number of hacks, left-overs and general undesired changes
>>
2013 Sep 13
7
[LLVMdev] [RFC] New function attributes for errno-setting functions
Hello,
Our current handling of -fno-math-errno (and this -ffast-math) in Clang is broken on systems for which libm functions do actually set errno. This is because, when -fno-math-errno is in effect, libm functions like sqrt, sin, cos, etc. are marked as readnone. As a result, these calls can be reordered with respect to other calls that set errno, and can clobber errno before it can be read. For
2009 Apr 16
0
[LLVMdev] Help me improve two-address code
On Apr 16, 2009, at 3:17 PM, Greg McGary wrote:
> I have my new port limping enough to compile a very basic function:
>
> int
> foo (int a, int b, int c, int d)
> {
> return a + b - c + d;
> }
>
> clang-cc -O2 yields:
>
> define i32 @foo(i32 %a, i32 %b, i32 %c, i32 %d) nounwind readnone {
> entry:
> %add = add i32 %b, %a ; <i32> [#uses=1]
2006 Aug 03
0
EXT3-fs error (devive dm-0) in start_transaction: Journal has aborted
...lop on a server running Mandrake Linux. My case was
due to the fact that this desktop Linux computer had two
HDs, where one of them (a Quamtum, top unit on the stack) got
overheated because of the heat emitted by the bottom unit
(a Maxtor). I tried using a recue CD disk to fix the data errors
and limped along for approximately three months. But I but did not
manage to pin down the problem till the top HD eventually died
and noticed that it was burning hot!
So, open the box while it is still running now and feel around
to find if something is wrong.
- Nobu Toge
2009 Aug 09
1
Current Infighting
Most often, I sit here and read the posts because I don't feel I'm
qualified yet to be of help to anyone posting in this mailing list. I
chose CentOS for my work file server because I had always used RedHat
and Fedora and felt comfortable with it.
I feel blessed to be part of this community and would be sadly
disappointed if it were to self destruct. I appreciate the developers