search for: cris

Displaying 20 results from an estimated 151 matches for "cris".

Did you mean: chris
2006 Jun 26
0
[klibc 23/43] cris support for klibc
The parts of klibc specific to the cris architecture. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit 84f6a72f42cf41e32daa59871a0b5424572093e4 tree 52bad10c1575f773a71cd4f4ea4b8083631f9d82 parent 1eff7c685b36cd0120694fd4150b32a26168d926 author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:18 -0700 com...
2020 Apr 30
0
[klibc:master] arch: Remove cris port
...?p=libs/klibc/klibc.git;a=commit;h=a7a754c66437d4ab26503cdc183fd9e54a9e84d0 Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Thu, 30 Apr 2020 14:06:32 +0100 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Thu, 30 Apr 2020 14:08:28 +0100 [klibc] arch: Remove cris port klibc targets the latest kernel version, and the cris kernel port was removed in Linux 4.17. Remove our support for it. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/include/arch/cris/klibc/archconfig.h | 15 ----- usr/include/arch/cris/klibc/archsetjmp.h | 24 ------...
2004 Aug 06
2
Cross compiling
Hello all, I'm trying to build speex library for a CRIS processor running Linux. The configure seems to fail. Here is the command I use wich works to build libogg : ./configure --host=cris --prefix=/home/axis/devboard_lx/target/cris-axis-linux-gnu/usr/local --exec-prefix=/home/axis/devboard_lx/target/cris-axis-linux-gnu/usr/local (I have all my target...
2004 Aug 06
0
Cross compiling
I really have no idea of what's needed for cross-compiling. If you find out what needs to be added, please send me a patch. Jean-Marc Le dim 14/12/2003 à 06:12, M bre a écrit : > Hello all, > > I'm trying to build speex library for a CRIS > processor running Linux. The configure seems to fail. > Here is the command I use wich works to build libogg : > > ./configure --host=cris > --prefix=/home/axis/devboard_lx/target/cris-axis-linux-gnu/usr/local > --exec-prefix=/home/axis/devboard_lx/target/cris-axis-linux-gnu/us...
2004 Jun 23
4
CRIS port of klibc
klibc now runs on the CRIS archtitecture. The patch below is against 0.146. Most of the changes are trivial but the new files in libgcc requires some comments. __negdi2.c: The CRIS port fallbacks to C-code for negdi2. The code in __negdi2.c is copied from libgcc2.c but with modified typenames. I would really appreciate if...
2011 Mar 21
3
unbreak vfork on cris architecture
...>Begin forwarded message originally by Mike Frysinger: >> On Mon, Mar 21, 2011 at 10:24 AM, Waldemar Brodkorb wrote: >>> unfortunately the common vfork implementation, which just use >>> the syscall function to interact with the kernel, does not work >>> on the cris architecture. The system call vfork is special, on most >>> architectures just calling syscall is not enough. >>> The patch below adds the vfork implementation from klibc. >> this lacks an explanation as to why vfork is so special on cris. I think vfork is special on most...
2016 Jun 02
0
[RFC v3 10/45] cris: dma-mapping: Use unsigned long for dma_attrs
Split out subsystem specific changes for easier reviews. This will be squashed with main commit. Signed-off-by: Krzysztof Kozlowski <k.kozlowski at samsung.com> --- arch/cris/arch-v32/drivers/pci/dma.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/arch/cris/arch-v32/drivers/pci/dma.c b/arch/cris/arch-v32/drivers/pci/dma.c index 8d5efa58cce1..1f0636793f0c 100644 --- a/arch/cris/arch-v32/drivers/pci/dma.c +++ b/arch/cris/arch-v32/drivers/pci...
2008 May 26
0
attemptin to port some parts of openssh to cris arch (linux)
Please Cc:, as I'm not subscribed to the list. I'm trying to port openssh to embedded cris arch. Mainly interested in sftp-server, but I managed to crossbuild most apps: 273564 2008-05-27 00:15 openssh/ssh 58388 2008-05-27 00:15 openssh/sftp 312616 2008-05-27 00:15 openssh/sshd 31536 2008-05-27 00:15 openssh/sftp-server 53856 2008-05-27 00:15 openssh/ssh-agent 83560 2008-05-27 00:1...
2010 Mar 23
2
Two things...
1. Would one of the Wiki admins help unwind my Wiki credentials? I originally registered as "crisrhea" (lower case), but was told I should have used "CrisRhea" (camel case). I logged in and changed my preferences to use CrisRhea, but I can't access/edit my pages (/CrisRhea, /HowTos/Xen/NvidiaWithXen). Can one of the admins please fix my rights on these two pages...
1999 May 06
1
Removing Banner
> 1. How do I remove the info page that the printer prints after each job. > (containing username, job no., time etc...) telnet to the printer and set banner = 0 -- "Don't steal, the Government hates competition!" smeisner@cris.com | http://www.cris.com/~Smeisner Courtesy of Netscape and Linux 2.0 [running 2.0.33]
2003 Oct 07
3
file sharing over Internet
Hi, I have setup a Samba in Local network and working perfect. I want to release my share over Internet so that my PC at home can access this share at the RUN \\MYIPADDRESS. Is it possible? Cris
2012 May 05
3
[PATCH] fix non-RT sigsuspend()
...nored2, sigset_t mask) Note how none of these accepts a pointer, they all want the value. 6) (none at all, only RT exists) Breakdown by architectures: alpha (2+6) not affected: using RT already amd64 (6) not affected by this patch arm (3) changed blackfin (6) non-RT stubbed out [not in klibc] cris (1) changed frv (4) [not in klibc] h8300 (7) see below [not in klibc] i386 (4) changed ia64 (6) not affected by this patch m32r (6) not affected by this patch m68k (4) changed microblaze (6) non-RT stubbed out [not in klibc] mips (8) see below, switched to RT mips64 (8) see below, switched...
2010 Mar 01
3
Closing loop: How-to for NVIDIA driver on Xen Dom0
...quot;, only because it was a cookbook for "how to" get this configuration running. If the Wiki moderators feel it belongs in T&T, based on length, I'm OK with that. >From Marcus' comment, there doesn't seem to be much interest in this (narrowly focused) topic. -- Cris Rhea
2009 Oct 01
3
mongrel + mysql can't connect in custom mysql install
Hi all... The linux box I am working on I do not have root access to, and given I am at a government site all hope of that is lost. I have installed the mysql gem as follows: env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/home/t192zcs/mysql/mysql-5.1.39-linux-x86_64-icc-glibc23/bin/mysql_config
2010 Feb 14
2
How-to for NVIDIA driver on Xen Dom0
...iki how-to article for running the NVIDIA drivers on a Xen Dom0 machine. This is useful if you wish to run Xen-based VMs on your desktop system, but also take full advantage of the graphics card. Lots of outdated, overly complicated, or incomplete info regarding this topic on the web today. -- Cris Rhea
2010 Mar 11
2
Wiki housekeeping...
1. If one of the Wiki admins would like to change my Wiki name to CrisRhea, rather than crisrhea, that would be fine with me (I currently only have the /HowTos/Xen/NvidiaWithXen page). 2. I'd like to create a home page for myself, but don't have permission. If you guys still recommend using the home page for contact info/comments on pages, may I please have o...
2010 Apr 15
1
Please add links for HowTo article
...he wiki. > I'd like to see some text first, before doing so, though. > > If anybody else reading this thinks I forgot them and should put them > into EditGroup: Nudge me :) > > Cheers, > > Ralph I'm done. Please add the links to the TOC and indexes. Thanks. --- Cris > -- but the delays I see are from people with NonCamel userids > (contrary to our published sugestions on setting such up), or > clerical errors readily fixed. I've long since given up on > thinking people read instructions or google out answers as to > CentOS matters &...
2007 Jan 11
3
[Bug 531] ip_tables.h: IPT_TABLE_MAXNAMELEN bogously #defined to XT_FUNCTION_MAXNAMELEN
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=531 kaber@trash.net changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|laforge@netfilter.org |kaber@trash.net ------- Additional Comments From kaber@trash.net 2007-01-11 19:00 MET ------- Very nice catch. I guess it
2006 Mar 01
1
New 'amr' driver and linux MegaMGR
Hi, according to http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/amr/amr.c?only_with_tag=RELENG_6 it seems MegaMGR for linux now can work. Any experience? -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/
2001 Mar 22
1
SP6 for Windows NT terminal server AND SAMBA - 2ND try
Had no replies, so here goes again. We recently installed the Terminal server SP6.0 on Windows Terminal server. And are now having problems opening some files with some applications from samba shares. We have traced it to being a file open function used by apps. such as notepad and perl. Any ideas what has changed in SP6 and how to fix it? samba server Samba 2.0.7 on Solaris 2.8 --