search for: modra

Displaying 10 results from an estimated 10 matches for "modra".

2004 Sep 14
1
Re: got pointer wrong in shared klibc binary
On Wed, Sep 15, 2004 at 10:48:02AM +0930, Alan Modra wrote: > After using SHAREDFLAGS = -Ttext 0x0f000200 on ppc64 (which I see you > suggested in another email), I see the problem you're talking about. > > klibc is fundamentally broken on ppc64. You just can't call into > another chunk of code (klibc.so in this case) which h...
2014 Sep 09
3
[PATCH] ppc64: ELFv2: Load TOC value in system call stub
...function attempts to store errno (in an address relative to the TOC), that address incorrectly pointed to a read-only segment -- segmentation fault. The problem didn't happen with statically-linked binaries because the TOC value wasn't different on that case. Thanks and credits to Alan Modra and Ulrich Weigand, for helping with this and pointing out the solution. [1] https://gcc.gnu.org/ml/gcc-patches/2013-11/msg01141.html [2] https://www.sourceware.org/ml/libc-alpha/2013-11/msg00315.html Signed-off-by: Mauricio Faria de Oliveira <mauricfo at linux.vnet.ibm.com> --- usr/klibc/...
2016 Jan 06
0
[klibc:master] ppc64: ELFv2: Load TOC value in system call stub
...function attempts to store errno (in an address relative to the TOC), that address incorrectly pointed to a read-only segment -- segmentation fault. The problem didn't happen with statically-linked binaries because the TOC value wasn't different on that case. Thanks and credits to Alan Modra and Ulrich Weigand, for helping with this and pointing out the solution. [1] https://gcc.gnu.org/ml/gcc-patches/2013-11/msg01141.html [2] https://www.sourceware.org/ml/libc-alpha/2013-11/msg00315.html Signed-off-by: Mauricio Faria de Oliveira <mauricfo at linux.vnet.ibm.com> Signed-off-by:...
2010 Jun 04
0
BerkeleyTIP Join June Global Free SW HW Culture Mtgs via VOIP or in Berkeley
...OBAL MEETING; 10) VOLUNTEERING, TO DOs; 11) MAILING LISTS: BerkeleyTIP-Global, LocalBerkeley, Announce; 12) ANYTHING I FORGOT TO MENTION?; 13) FOR FORWARDING ======================================================================= ===== 1) 2010 JUNE VIDEOS Super Computing for Business, Brian Modra, CLUG State of the Linux Union 2010, Jim Zemlin, Linux Foundation Journaled Soft-Updates, Dr. Kirk McKusick, BSDCan 2010 Scientific data visualization using Mayavi2, Gael Varoquaux, Python4ScienceUCB Bringing OLPC to children in Afghanistan, Carol Ruth Silver, OLPC-SF Text-to-Speech in Ubuntu with...
2016 Jan 06
5
[PATCH klibc 0/5] klibc architecture fixes
Here's an assortment of build and run-time fixes for various architectures that we've applied in Debian. Ben. Aurelien Jarno (1): ppc64: fix struct stat Ben Hutchings (2): MIPS: Update archfcntl.h syscalls: Override detection of direct socket syscalls on i386, m68k, s390 Helge Deller (1): Add pread and pwrite 32bit syscall wrappers for parisc Mauricio Faria de Oliveira
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2009 Jan 02
0
GPD/GEV export results for plot
Hi, I'd like to export the results of GPD or GEV analysis generated with the Extremes Toolbox for plotting in Grapher or Excel (for manipulation by our publications group). Is it possible to access the data used to generate the plots in extRemes, or do I need to code the analysis from scratch and write to a file? Stay connected to the people that matter most with a smarter inbox.
2009 Jan 02
0
Fw: GPD/GEV export results for plot
Hi all, I'd like to export the results of GPD or GEV analysis generated with the Extremes Toolbox for plotting in Grapher or Excel (for manipulation by our publications group). Is it possible to access the data used to generate the plots in extRemes, or do I need to code the analysis from scratch and write to file? Thanks, Ben Stay connected to the people that matter most with a
2009 Jan 07
0
Manipulating plots
Hi all, Is it possible to manipulate the properties of an active graph? I'm trying to manipulate the plots generated by extRemes into something suitable for a report, but the only change I can make successfully is add lines ( abline(v=2) ). For example, I'd like to be able to use standard instead of scientific notation, and remove the data points leaving the mean and CI lines. I've