search for: lmw

Displaying 16 results from an estimated 16 matches for "lmw".

Did you mean: lmc
2017 Jan 13
2
NDS32 V3 backend
Hi all, On behalf of Andes Technology Corp, I am proposing a backend targeting the NDS32 V3 ISA. NDS32 V3 ISA is a 16/32 bit mixed instruction set architecture that developed By AndesTech. You can find more information at the Andes website <http://www.andestech.com/>, and reference AndeStar ISA Manual (V3 ISA) from document download page <http://www.andestech.com/product.php?cls=9>.
2004 Sep 14
1
Re: got pointer wrong in shared klibc binary
...is case) which has a separate toc > and expect things to work. > > You *might* get something working by copying the klibc.so .toc section > into each app linking to klibc.so. Well, the Horrible Hack does seem to work for me. Attached is a diff, including a fix for setjmp.S too. stmw/lmw only save the low 32 bits so can't really be used, and stmd/lmd aren't available. -- Alan Modra IBM OzLabs - Linux Technology Centre -------------- next part -------------- diff -urpN klibc-0.173/MCONFIG klibc/MCONFIG --- klibc-0.173/MCONFIG 2004-07-02 09:09:19.000000000 +0930 +++ klibc/M...
2012 Jul 31
2
serial="pty"
When adding the keyword serial="pty" to a xen cfg file, I am able to open /dev/ttyS0 in my dom-U linux kernel environment and send serial data to a /dev/pts/x port in my dom-0 linux environment. If I happen to have have multiple dom-U''s configured this way, what is the best way to determine how these ports will be mapped so I will know which /dev/pts port belongs to which
2004 Oct 06
3
flac-1.1.1 completely broken on linux/ppc and on macosx if built with the standard toolchain (not xcode)
Sadly the latest optimization broke completely everything. The asm code isn't gas compliant. the libFLAC linker script has a typo, disabling the asm optimization and/or altivec won't let a correct build anyway. Instant fixes for the asm stuff: sed -i -e"s:;:\#:" on the lpc_asm.s to load address instead of addis+ori you could use lis and la and PLEASE use the @l(register)
2004 Jun 07
1
rsync server complaining about vanishing files while they are not.
...they do exist, and they are not deleted while rsync is working. Thus I can reproduce the problem at will by simply executing the client again and again. I call the client with the following: /opt/rsync/bin/rsync -vvvvrL some.server.com::module1/redhat/9/en/os/i386/RedHat/RPMS /export/lmw/install_images/redhat I also notice that the rsync server complains with a code 24, while the client complains with a code 23 (is this normal?). Should I report this as a bug? Best regards, Hans Deragon -- Consultant en informatique/Software Consultant Deragon Informatique inc. Ope...
2006 Nov 16
0
call from cisco router to asterisk gets auto attendant
...ce class codec 99 codec preference 1 g711alaw codec preference 2 g711ulaw ! (SNIP) ! dial-peer voice 40 pots destination-pattern 1... port 1/0:0 forward-digits all ! dial-peer voice 41 pots destination-pattern 2... port 1/0:0 forward-digits all ! dial-peer voice 5 voip description voice to LMW application session answer-address 5... destination-pattern 5... voice-class codec 99 session protocol sipv2 session target ipv4:192.168.12.30 session transport udp ! Thanks for any replies. ---- Sam Little Me Childrenswear -------------- next part -------------- An HTML attachment was sc...
2004 Sep 10
1
altivec lpc_restore_signal
...1,v20,v20,v17 ; v21[n]: shift for storage vsldoi v17,v17,v17,12 ; increment shift vector stvewx v21,0,r8 vsldoi v20,v20,v20,12 vsldoi v8,v8,v20,4 ; insert value onto history addi r3,r3,4 addi r8,r8,4 cmplw cr0,r8,r4 ; i<data_len bc 12,0,L1200 L1400: mtspr 256,r0 ; restore old vrsave lmw r31,-4(r1) blr _FLAC__lpc_restore_signal_asm_ppc_altivec_16_order8: ; r3: residual[] ; r4: data_len ; r5: qlp_coeff[] ; r6: order ; r7: lp_quantization ; r8: data[] ; see _FLAC__lpc_restore_signal_asm_ppc_altivec_16() above ; this version assumes order<=8; it uses fewer vector registers, whic...
2003 Dec 12
2
[PATCH] ppc64 support
...ndicate success */ + blr /* return */ + + .size .setjmp,.-.setjmp + .section ".opd","aw" +longjmp: + .quad .longjmp,.TOC.@tocbase,0 + .previous + .size longjmp,24 + .type .longjmp,@function + .globl longjmp + .globl .longjmp +.longjmp: + lmw %r9,0(%r3) /* save r9..r31 */ + mtlr %r11 /* restore LR */ + mtcr %r12 /* restore CR */ + mr %r2,%r9 /* restore GPR2 (not needed) */ + mr %r1,%r10 /* restore stack */ +...
2006 Jun 26
0
[klibc 31/43] ppc support for klibc
.../* save GPR2 (not needed) */ + stmw %r9,0(%r3) /* save r9..r31 */ + li %r3,0 /* indicate success */ + blr /* return */ + + .size setjmp,.-setjmp + + .type longjmp, at function + .globl longjmp +longjmp: + lmw %r9,0(%r3) /* save r9..r31 */ + mtlr %r11 /* restore LR */ + mtcr %r12 /* restore CR */ + mr %r2,%r9 /* restore GPR2 (not needed) */ + mr %r1,%r10 /* restore stack */ +...
2001 Jan 25
3
Samba quota 'feature' fix?
Hey Guys and Gals, I'm wondering if the quotas.c file is supposed to fix the problem where a Linux x86 system running with the quota software causes corrupt files to be written by Windows clients. I compiled it in and it didn't seem to make a difference for the following problem. In other words, if I enable quotas on my RH6.2 / 2.2.16-22 kernel box and then write a file via Samba/Windows
2012 Jul 21
8
XenStore as a data transfer path?
Can the XenStore database be accessed by domU''s? If so, could it be used to pass small amounts of data back and forth between dom0 and domU''s using XenStore key entries? If this is possible, it would seem that this could eliminate the need to create a "device" driver for a simple communication path. Also, what type of Guest Fedora Kernel would be needed to
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at:
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...e818a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 370538 zcmV)SK(fC>S5pZFXA1y$+QhsEd{o8yH-6 at vIWv29H$5aF6r<op6an$-6|PrrfFMzt zA&B04aoHprva-qM?rwnGM(Dlw-kTs`MWqN*6h&zQV#VHjFUb3yIp=I6`n&J@`Talt z==03XGtabVo_Xe(IkSvV=$nd?x?WN8RHb`HQ$<lmW<5(3<;GA&WtWofJqkut2WrAy zkor at bsz{`^ONS1_hYxQ*{Mz=x(2x$-bne`_L&r`XI(51l99M_yYa-qeSJ#AFwYf=F z(A^g<5BX~&{$NdkNPEkIb&)@{X=Bw|Q68<dwk{NqRaTUD at CAI;zM4q5!!_-%K}8ki zT`Gg2YH#EwZ*6VBU+xvvbr^AVxGGpabhvkz at 9N5cH(YgNhZv(M6Y)m^zMBdwf at Qvf z9s%Eof@=#3W922c$s(95VjaCHZkS$Cx_x...
2012 Jul 18
1
DomU to Dom0 Communication in Xen HVM?
I am new to Xen and want to provide simple communication between my DomU and Dom0 environments. I just need to be able to pass a few bytes of information back and forth between DomU and Dom0 while using some form of event management to know when an update occurs so I can act on it. At first, it appeared that using XenBus and XenStore might be the right solution for this. However, after looking
2012 Jul 27
0
(no subject)
What is the easiest way to determine the Dom Id of a unmodified Xen HVM guest from within a daemon process running in the guest?