search for: gus

Displaying 20 results from an estimated 132 matches for "gus".

Did you mean: bus
2018 Mar 20
2
Encoding an X86 format with long operands
Whoops - sorry for the confusion. n would be set in stone beforehand. I basically meant to indicate that we'd either be looking at a 32 bit or 64 bit system, ie 4 byte or 8 byte addresses. On Tue, Mar 20, 2018, 1:07 PM Craig Topper <craig.topper at gmail.com> wrote: > Hi Gus, > > When you say "n byte destination" you mean you want to encode an n byte > address as a constant within the instruction? That would mean you couldn't > encode an address that comes from a register. > > ~Craig > > On Tue, Mar 20, 2018 at 9:48 AM, Gus Smith v...
2003 Oct 24
8
SS7 signaling/Softswitch
I'm confused a bit about the following and was hoping to get some answers on this group - What is exactly implied when we say asterisk can connect to a PSTN. Does it mean connecting to the PSTN via PRI/T1/E1? If yes, then I assume asterisk does not need to do any SS7 signaling and all it does (playing the role of a PBX) is to connect to a Class 5 Switch at the CO. Is this a correct statement?
2005 Aug 08
1
ansi2sys and patch for ansieditor
...he patch) already drawed ascii images and text, and jave is for everything related to write text and clip ascii arts. Hope helps someone, and I send it cause it will be archived on the list files for others who can need it. Files: Patch for the original editor http://www.compunauta/forums/linux/gus/WMAnsiEd_syslinux.diff Patched version http://www.compunauta/forums/linux/gus/WMAnsiEd_syslinux.tgz ansi2sys.pl for just converting ansi to syslinux http://www.compunauta/forums/linux/gus/ansi2sys.pl :) -- Gustavo Guillermo P?rez Compunauta uLinux www.compunauta.com
2003 Oct 16
3
Starting * with G729 licences
Hi all: I've just purchase some licences of G.729 codecs, and I like to bring up * using /etc/rc.d/init.d script. Does anyone knows how to start in the "old" way? Thanks in advance, Gus -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031016/6dd07c4b/attachment.htm
2003 Dec 02
7
Meetme Recording
Hi, Can anybody explain me in configuring Asterisk to record a conference? Regards... Girish _________________________________________________________________ Add zing to Hotmail. Get FREE newsletters. http://server1.msn.co.in/features/general/Newsletters/index.asp Subscribe now!
2018 Mar 20
0
Encoding an X86 format with long operands
...ten be the case in real code. For example, when a pointer is passed as operand to a function. Most X86 instructions support a format of (base + scale * index + displacement) where any of those pieces are optional, but it takes up to 6 bytes to encode them. ~Craig On Tue, Mar 20, 2018 at 10:25 AM, Gus Smith <gushenrysmith at gmail.com> wrote: > Whoops - sorry for the confusion. n would be set in stone beforehand. I > basically meant to indicate that we'd either be looking at a 32 bit or 64 > bit system, ie 4 byte or 8 byte addresses. > > > On Tue, Mar 20, 2018, 1:07...
2018 Mar 20
2
Encoding an X86 format with long operands
...can't use the existing I<..> class, which is what I'd used previously. Can anyone point me in the general direction of what I will need to do to encode this rather arbitrary instruction format? Should I look into implementing a new Instruction class? Is there an easier way? Thanks, Gus Smith, PSU -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180320/51644ca0/attachment.html>
2003 Aug 18
3
Call transfer ATA186
...ringing up some ATA186. In * environment, all stuff works greats. The only thing that don't work is a Call Transfer, but the 3Party works ok. Some time ago I read that somebody had proven this functionality successfully. If somebody knows what I missing, please let me know. Thanks in advance, Gus -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030818/6a255ba1/attachment.htm
2018 Mar 20
0
Encoding an X86 format with long operands
Hi Gus, When you say "n byte destination" you mean you want to encode an n byte address as a constant within the instruction? That would mean you couldn't encode an address that comes from a register. ~Craig On Tue, Mar 20, 2018 at 9:48 AM, Gus Smith via llvm-dev < llvm-dev at lists.ll...
2018 Feb 26
2
Compiling a benchmark to IR (either from test-suite, or other benchmarks)
...e options I need to be passing to cmake or make? Alternatively, are there other known benchmarks (and associated makefiles) that compile to IR/bytecode? I can go through the work of setting up benchmarks to compile to bc/IR, but I figured someone has likely already done this! Thanks for the help, Gus Smith, Penn State -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180226/02e1a35a/attachment.html>
2018 Feb 26
0
Compiling a benchmark to IR (either from test-suite, or other benchmarks)
...it lacks documentation and I'm not aware of any examples of how to use it. I would recommend to use `CMAKE_C_FLAGS=--save-temps=obj cmake ...` in the test-suite. The --save-temps=obj flag will make clang place a bitcode file next to each .o file. - Matthias > On Feb 26, 2018, at 9:42 AM, Gus Smith via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hello all. > > I'm in need of a benchmark that can be compiled to IR or bytecode. I found the test-suite project (https://llvm.org/docs/TestSuiteMakefileGuide.html <https://llvm.org/docs/TestSuiteMakefileGuide.htm...
2010 Feb 19
5
autoconf error with Wine 1.1.39
I have got this error when trying to build Wine 1.1.39 in Fedora 12 Code: + autoreconf configure:4993: error: possibly undefined macro: AS_VAR_APPEND If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 In Fedora 12 installed autoconf-2.63.
2018 Mar 19
0
Generating a custom opcode from an LLVM intrinsic
...rom above TA - 0x0f 0x3a opcode map with no prefix TAPS - 0x0f 0x3a opcode map version of PS from above TAPD - 0x0f 0x3a opcode map version of PD from above TAXS - 0x0f 0x3a opcode version of XS from above TAXD - 0x0f 0x3a opcode version of XD from above ~Craig On Sun, Mar 18, 2018 at 7:39 PM, Gus Smith <gushenrysmith at gmail.com> wrote: > Craig, thanks for the quick response. That helps a lot. I had no clue they > were buried in there, though I guess I should have looked harder -- the hex > should have given me a clue, perhaps! > > For the sake of my own edification (...
2010 Jun 15
8
strange string in /etc/shadow
Hi, I am using puppet (version 0.25.5-1.e15 for redhat) for password management for non-system users. This morning, users on some of my puppet clients had their encrypted password strings in /etc/shadow replaced with the following string: YAML::syck::BadAlias That has effectively broken the users'' ability to login to those servers. Puppet will not overwrite that string with the
2018 Mar 19
4
Generating a custom opcode from an LLVM intrinsic
...E_PREFETCH>, PD; > > The encoding information for the binary output is buried in these > definitions too. If you tell me what opcode you've chosen I can tell you > what the right things are to get the binary output. > > > ~Craig > > On Sun, Mar 18, 2018 at 3:22 PM, Gus Smith via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hello all. LLVM newbie here. If anything seems glaringly wrong with my >> use of LLVM, that's probably why. >> >> Here's what I'm trying to do. I have modified the gem5 simulator to >&g...
2018 Mar 20
1
Generating a custom opcode from an LLVM intrinsic
...), "cache_op", [(int_cache_op)]>; I added this definition to llvm/lib/Target/X86/X86InstrInfo.td. I also had to comment out an instruction (PUSHES) which overlapped the 0x06 opcode. This was OK in my case (as far as I know) because PUSHES isn't implemented in gem5. Thanks again! Gus On Sun, Mar 18, 2018 at 11:30 PM, Craig Topper <craig.topper at gmail.com> wrote: > ASM is the text output you want printed in a textual listing of the > assembly. The curly braces you see in some text strings like > "adcx{l}\t{$src, $dst|$dst, $src}" are there to provide...
2008 May 29
1
appropriate covariance matrix for multiple nominal exogenous and multiple continuous endogenous variables in SEM
...how to calculate the appropriate covariance matrix for use with the sem package. I have read through the polycor package, and am confused as to the use of "numeric" for the hetcor function. Is this used synonymous with a continuous variable, or perhaps a nominal variable? Thanks, Gus
2007 Mar 20
5
Mailing list going beserk
...s, with dates going back to July 2006. They all appear to be legitimate messages based on the header info and the body. Since I only joined the list a month ago, I doubt it's me. Is there something wrong with mailman? Or has someone contracted a virus and is spewing stuff out on the list? Gus
2018 Mar 28
4
x86 instruction format which takes a single 64-bit immediate
...which takes a single 64-bit immediate. This doesn't seem like a thing that would exist already (because who needs an instruction which just takes an immediate?) How might I implement this easily? Perhaps I could use a format which encodes a register, which is then unused? Thanks for the help. Gus -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180328/16b0fb32/attachment.html>
2003 Nov 06
2
Asterisk and SIP Proxy on same machine?
...register some SIP accounts directly from asterisk (like my SIP provider) but then wanna dial outbound pure SIP calls via my SER... Has anyone got a functional system like this up and running? SER/Asterisk on the same machine? rgds, /Staffan kerker -----Ursprungligt meddelande----- Fr?n: CW_ASN - Gus [mailto:cw_asn@fibertel.com.ar] Skickat: den 6 november 2003 12:45 Till: asterisk-users@lists.digium.com ?mne: Re: [Asterisk-Users] How to control dialout in extensions file You could use DISA app. exten => 2101,1,DISA,/opt/pass.txt|default Where: /opt/pass.txt is a plain text file with pass...