search for: jsr

Displaying 20 results from an estimated 89 matches for "jsr".

Did you mean: jr
2003 Apr 02
6
[Bug 527] Bad packet length on SunOS 4.1.3U1
...SunOS 4.1.3U1 Product: Portable OpenSSH Version: 3.6p1 Platform: Sparc OS/Version: SunOS Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: jsr at dexter.mi.org IP_TOS is undefined in packet.c. Setting it to 1 allows build to continue. When a Slackware Linux system running kernel 2.4.20 tries to slogin to the SunOS system, it disconnects with a bad packet length message. My "fix" to packet.c may be to blame. dex:/home/u/jsr...
2008 Apr 21
3
[LLVMdev] Implementing try/catch/finally
...ock (see tree-eh.c). I suggest that > to start with you do the same, because it is simple to do, and then once > everything is working well look into improving the code quality. > > Ciao, > > Duncan. > Interesting. After doing some more research, I noticed that Java uses a jsr to implement 'finally', at least according to this document: http://java.sun.com/docs/books/jvms/second_edition/html/Compiling.doc.html -- Talin
2004 May 06
9
[Bug 864] sshd segfaults on connect on SunOS
...onnect on SunOS Product: Portable OpenSSH Version: 3.8.1p1 Platform: Sparc OS/Version: SunOS Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: jsr at dexter.mi.org sshd segfaults on connect ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2019 Dec 27
2
SIP via TCP - new TCP session per call or use same session for multiple calls?
...required by standards or if it is merely obviously good practice. I have had this problem too with asterisk 16.5.0 This is not the first recommendation I have seen to use kamailio as a proxy for asterisk, for these sorts of issues as well as clients that change addresses. Unfortunately the "jsr pc, set_up_kamailo" subroutine call is still executing so I can't say if things work right then...
2006 Nov 17
4
set empty values as null in the database
Le''s say that I have a table called people and the column middle_name is nullable. If the user enters say blank or empty space then in the database it is recorded as empty space. I would like in all my models all empty spaces to be recorded as null. I guess I can write a plugin which will do so for all the models but I''m sure something like that should already be existing.I
2006 Jul 26
2
How to highlight the search term in the search result
In the ''basecamp'' product from 37signals if I search for ''ruby'' the I get a bunch of results. In the search result page the search term (ruby in this case) is highlighted. I was wondering how to accomplish the same. How to highlight the ''search term'' in the search result? Is there any already existing utility that I could use? Thanks.
2006 Apr 27
2
How to override pagination_links method
I intend to override pagination_links method. I added following lines of code in application_helper.rb module ActionView module Helpers def pagination_links(paginator, options={}, html_options={}) raise("boom!!") end end end But my code is not executing my code. The view is still using the method pagination_links from rails. What''s the correct way to override
2003 Sep 18
1
[Bug 674] permanently_set_uid() doesn't work on BSDI 4.0.1
...work on BSDI 4.0.1 Product: Portable OpenSSH Version: 3.7p1 Platform: ix86 OS/Version: BSDI Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: jsr at dexter.mi.org On BSDI 4.0.1, sshd answers the port but closes the connection before negotiation is complete. Replacing the permanently_set_uid() function in uidswap.c with the one from 3.6.1p2 fixed the problem for BSDI. harry:/home/u/jsr/development/exper/openssh-3.7.1p1(8)# ./sshd -d debug...
2006 May 05
0
[patch] m68k build crt0
found by Christian T. Steigies <cts@debian.org> usr/klibc/arch/m68k/crt0.o: In function `_start': usr/klibc/arch/m68k/crt0.S:(.text+0xe): undefined reference to `___libc_init' too many '_'. never seen jbsr, converted that to jsr. Signed-off-by: maximilian attems <maks@sternwelten.at> diff --git a/usr/klibc/arch/m68k/crt0.S b/usr/klibc/arch/m68k/crt0.S index 6eb3b51..780d7a5 100644 --- a/usr/klibc/arch/m68k/crt0.S +++ b/usr/klibc/arch/m68k/crt0.S @@ -22,6 +22,6 @@ _start: # Push ELF argument pointer on the stack...
2005 Oct 25
3
How to get the source code for login generator
Hi, I installed login generator using gem. It''s installed and it''s working fine. I wanted to browse the source code of login generator installed by gem. I couldn''t find the source code anywhere. Thanks. -=- Neeraj _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Aug 09
6
How to change the error message easy way
validates_presence_of :fname results in the error message "Fname can''t be blank". What I want is "First Name can''t be blank". I could do this def validate errors.add_to_base("First Name can''t be blank") if fname.blank? end I find this clunky and I have to put everyrhing in the validate method. Is there an easy to get what I want. I
2011 Jun 29
2
[LLVMdev] hello world error
...sent in the bitcode. But when i use llc to change the bitcode to alpha assembly, i get the following: ldah $29,0($27) !gpdisp!1 lda $29,0($29) !gpdisp!1 $main..ng: lda $30,-32($30) stq $9,24($30) stq $11,16($30) bis $26,$26,$9 * ldq $27,puts($29) * !literal lda $11,8($30) jsr $26,($27),0 The puts call is there, but register 16 which i believe is supposed to have the arguments to a function call is not set. If i manually add the line to the assembly, lda $16, $.str($29) where $.str is defined in the assembly to be the appropriate string, it works fine, and i get th...
2011 Jan 17
2
list mac or IP of all guests NICs?
I'm trying to figure out how to use virsh (or something else) to list all the IP addresses (or MAC addresses if needed) for each virtual NIC, preferably with it domain affiliation also listed. Is this possible? Thanks, JSR/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20110117/e5da9ec3/attachment.htm>
2008 Apr 21
2
[LLVMdev] Implementing try/catch/finally
...e better than that. It would seem more efficient, I would think, to be able to pass into the finally block the address of where to resume execution. Or treat it like a kind of local subroutine (i.e. not a full-fledged function with its own local variables and stack frame, but more like a simple jsr instruction.) Anyway, just musing on different possibilities and wondering if anyone has any suggestions...
2006 Jan 31
2
Relationship navigation issue
class Event < ActiveRecord::Base belongs_to :venue belongs_to :category end class Venue < ActiveRecord::Base belongs_to :city end class City < ActiveRecord::Base belongs_to :state end I want to retrieve all event records belonging to a state. Coming from hibernate background I tried something like this: def self.list_for_a_state(state_id) find_by_sql(["select e.*
2006 Jul 05
2
How to write get functional test when there is no action by that name
I have following line in route.rb #event info for an event name map.connect ''event/:name_url'',:controller => ''home'',:action => ''event_info'' It causes a URL like http://localhost:3000/event/_jewels_exhibition_ to be sent to the home controller with action as ''event_info''. I am trying to test this action. My first
2008 Mar 18
2
[LLVMdev] Proposal for a Google summer of code project for the Java frontend.
...r front end. I started working with llvm-java, since it was what was available. It does not run yet (small compilation issues, almost done), but the design seems fine. It can run (when setup complete) small pieces of Java code, but no real application, since it does not support exception handling (jsr/ret bytecodes) yet,nor garbage collection. Implementing these pieces would be the purpose of this summer grant request. A Java and CLI front end would be really interesting. What missing features could I implement? I can start preparing a proposal. Ramon On Mon, Mar 17, 2008 at 9:48 PM, Nicolas...
2020 Sep 25
1
[cfe-dev] [RFC] Backend for Motorola 6800 series CPU (M68k)
I know it's really early in the project's life, but another question I had: How does the generated 68K code perform, at least compared to modern GCC? -- Chris
2011 Jun 29
0
[LLVMdev] hello world error
...o alpha assembly, i get the > following: > > > ldah $29,0($27) !gpdisp!1 > lda $29,0($29) !gpdisp!1 > $main..ng: > lda $30,-32($30) > stq $9,24($30) > stq $11,16($30) > bis $26,$26,$9 > * ldq $27,puts($29) * !literal > lda $11,8($30) > jsr $26,($27),0 > > > The puts call is there, but register 16 which i believe is supposed to have > the arguments to a function call is not set. > If i manually add the line to the assembly, > > lda $16, $.str($29) > > where $.str is defined in the assembly to be the approp...
2008 Feb 04
3
[LLVMdev] Introducing myself, and Java project.
...h -fexceptions. Should exceptions be removed from the code of the Java frontend? Then, I have doubts about whether the changes for getting it built are correct or not. I will make more questions later. This could be a work plan: * Getting the java frontend built. * Implement exception handling (jsr/ret bytecodes) * Implement garbage collection. * Support JAR files. This should get an usable Java implementation. But there is still very hard work to be done. The difficult part is dynamic class loading, reflection and creation of classloaders. This would enable to use LLVM for Java server app...