search for: _reloc

Displaying 20 results from an estimated 50 matches for "_reloc".

Did you mean: reloc
2003 Dec 01
1
access samba 3.0 shares from Win2K, Win3K, WinXPProf. using netbios name
...ks fine without prompting user and password authentication - with the browser happens the same, using name fails, but with ip, works fine. ---Publicidad-------------------------------------------------------- ?nete a los miles de sin pareja en Meetic... ?te vas a enamorar! http://www.iespana.es/_reloc/email.meetic ---Publicidad-------------------------------------------------------- Juega con Ventura24.es, loter?a inteligente y multiplica tus posibilidades!! http://www.iespana.es/_reloc/email.ventura
2004 Mar 27
1
How to apply a patch ?
.../2004q1/012112.html can anyone explain me how to apply it ? Regards Pascal OFFREDO _____________________________________________________________________ Un mot doux à envoyer? Une sortie ciné à organiser? Faites le en temps réel avec MSN Messenger! C''est gratuit! http://ifrance.com/_reloc/m _____________________________________________________________________ Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France _______________________________________________ LARTC mailing list / LART...
2001 Oct 16
2
(no subject)
...7 I think) with devFS (dynamic /dev). Bye, Yves Gablin. ______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif
2003 Dec 11
3
Problems with file date/time creation and modification
...times =3D yes '...for Visual C++... But it didn't change anything. Is it possible to syncronize these filetimes...? _____________________________________________________________________ Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France
2003 Apr 15
5
SIP support status
Hello, I'm new to Asterisk and would like to know SIP support status. Are there any testing been done with some widely deployed client (Cisco SIP IP phone, ...)? I was using Vocal but I'm now interested in Asterisk as it seems to offer more features...if it supports SIP. Thanks for your help. Francois.
2001 Jun 21
3
An handful of tags !
...n't seem to be involved, and I know nowhere else... ______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscrib...
2001 Jun 21
3
TwinVQ versus The World
The last few threads have really been interesting. Technologies that are currently on the market are MP3, RealAudio, and Windows Media (pre-version8). Technologies currently in progress or just shipped are Ogg Vorbis and mp3pro. I don't think anyone has mentioned TwinVQ on this list. While exploring alternatives to MP3 (which is when I also found Vorbis), I noticed TwinVQ. I encoded
2001 Apr 11
2
smbpasswd 2.0.7-3 matters (with smbpasswd & smb.conf...)
...III 1 GHz, Linux 2.2.19, Samba 2.0.7-3 --------------- ______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif -------------- next part -------------- [global] admin users = admin allow trusted domains = yes bind interfaces only = yes case sensitive = no change notify timeout = 15 character set = ISO8859-1 client code page = 850 create mask = 0770 deadtime = 15 debug timestamp = yes debug lev...
2004 Oct 03
1
RE: Shorewall-users Digest, Vol 23, Issue 4
...tp://www.shorewall.net/FAQ.htm End of Shorewall-users Digest, Vol 23, Issue 4 ********************************************** _____________________________________________________________________ Envie de discuter en "live" avec vos amis ? Tilicharger MSN Messenger http://www.ifrance.com/_reloc/m la 1hre messagerie instantanie de France --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.767 / Virus Database: 514 - Release Date: 21/09/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://...
2007 Jun 06
0
[PATCH UPDATE] xen: use iret directly where possible
...linkage.h> + #include <asm/asm-offsets.h> #include <asm/thread_info.h> #include <asm/percpu.h> -#include <asm/asm-offsets.h> #include <asm/processor-flags.h> +#include <asm/segment.h> + +#include <xen/interface/xen.h> #define RELOC(x, v) .globl x##_reloc; x##_reloc=v #define ENDPATCH(x) .globl x##_end; x##_end=. + +/* Pseudo-flag used for virtual NMI, which we don't implement yet */ +#define XEN_EFLAGS_NMI 0x80000000 /* Enable events. This clears the event mask and tests the pending @@ -81,13 +87,12 @@ ENDPATCH(xen_save_fl_direct) */...
2007 Jun 06
0
[PATCH UPDATE] xen: use iret directly where possible
...linkage.h> + #include <asm/asm-offsets.h> #include <asm/thread_info.h> #include <asm/percpu.h> -#include <asm/asm-offsets.h> #include <asm/processor-flags.h> +#include <asm/segment.h> + +#include <xen/interface/xen.h> #define RELOC(x, v) .globl x##_reloc; x##_reloc=v #define ENDPATCH(x) .globl x##_end; x##_end=. + +/* Pseudo-flag used for virtual NMI, which we don't implement yet */ +#define XEN_EFLAGS_NMI 0x80000000 /* Enable events. This clears the event mask and tests the pending @@ -81,13 +87,12 @@ ENDPATCH(xen_save_fl_direct) */...
2009 Jan 31
14
[PATCH 2/3] xen: make direct versions of irq_enable/disable/save/restore to common code
...%rsi + pop %rdx + pop %rcx + pop %rax +#endif + ret + =================================================================== --- /dev/null +++ b/arch/x86/xen/xen-asm.h @@ -0,0 +1,12 @@ +#ifndef _XEN_XEN_ASM_H +#define _XEN_XEN_ASM_H + +#include <linux/linkage.h> + +#define RELOC(x, v) .globl x##_reloc; x##_reloc=v +#define ENDPATCH(x) .globl x##_end; x##_end=. + +/* Pseudo-flag used for virtual NMI, which we don''t implement yet */ +#define XEN_EFLAGS_NMI 0x80000000 + +#endif =================================================================== --- a/arch/x86/xen/xen-asm_32.S +++ b/arch/x8...
2007 Jun 04
1
[PATCH] xen: use iret directly where possible
...linkage.h> + #include <asm/asm-offsets.h> #include <asm/thread_info.h> #include <asm/percpu.h> -#include <asm/asm-offsets.h> #include <asm/processor-flags.h> +#include <asm/segment.h> + +#include <xen/interface/xen.h> #define RELOC(x, v) .globl x##_reloc; x##_reloc=v #define ENDPATCH(x) .globl x##_end; x##_end=. + +/* Pseudo-flag used for virtual NMI, which we don't implement yet */ +#define XEN_EFLAGS_NMI 0x80000000 /* Enable events. This clears the event mask and tests the pending @@ -81,13 +87,12 @@ ENDPATCH(xen_save_fl_direct) */...
2007 Jun 04
1
[PATCH] xen: use iret directly where possible
...linkage.h> + #include <asm/asm-offsets.h> #include <asm/thread_info.h> #include <asm/percpu.h> -#include <asm/asm-offsets.h> #include <asm/processor-flags.h> +#include <asm/segment.h> + +#include <xen/interface/xen.h> #define RELOC(x, v) .globl x##_reloc; x##_reloc=v #define ENDPATCH(x) .globl x##_end; x##_end=. + +/* Pseudo-flag used for virtual NMI, which we don't implement yet */ +#define XEN_EFLAGS_NMI 0x80000000 /* Enable events. This clears the event mask and tests the pending @@ -81,13 +87,12 @@ ENDPATCH(xen_save_fl_direct) */...
2007 Jun 04
1
[PATCH] xen: use iret directly where possible
...linkage.h> + #include <asm/asm-offsets.h> #include <asm/thread_info.h> #include <asm/percpu.h> -#include <asm/asm-offsets.h> #include <asm/processor-flags.h> +#include <asm/segment.h> + +#include <xen/interface/xen.h> #define RELOC(x, v) .globl x##_reloc; x##_reloc=v #define ENDPATCH(x) .globl x##_end; x##_end=. + +/* Pseudo-flag used for virtual NMI, which we don't implement yet */ +#define XEN_EFLAGS_NMI 0x80000000 /* Enable events. This clears the event mask and tests the pending @@ -81,13 +87,12 @@ ENDPATCH(xen_save_fl_direct) */...
2002 Aug 14
1
I am looking for Kernel and root FS images
Hi, I am new to this. Can you show me where to get the Kernel and root FS iamges. Or show me how to create and kernel and root fs by myself. Thanks. kevinn
2002 Aug 15
1
Re: isolinux doesn't load kernel
...:0208 > -BX:0200 > -CX:0002 > -DX:0000 > ......etc > ______________________________________________________________________________ Pour mieux recevoir vos emails, utilisez un PC plus performant ! D?couvrez la nouvelle gamme DELL en exclusivit? sur i (france) http://www.ifrance.com/_reloc/signedell
2001 May 18
0
[HELP] Fn keys
.... Does anyone know anything that could help me? Thanks! ______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif
2001 May 18
1
[HELP] file access
.... Does anyone know anything that could help me? Thanks! ______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif
2001 May 18
1
[HELP] DPMS
.... Does anyone know anything that could help me? Thanks! ______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif