Displaying 7 results from an estimated 7 matches for "tfor".
Did you mean:
for
2007 Jul 29
3
xen kernel headers, new kernel modules with a-i
Hello Pkg-xen-devel list,
I am running lenny with xen-linux-system-2.6.18-4-xen-686 (xen 3.0.3)
installed. I'd like to put this server in the cupboard and access it
via wifi.
To build the wifi kernel module, it should hopefully go like this :
apt-get install madwifi-source madwifi-tools
m-a a-i madwifi
modprobe ath_pci ...
Except that I do not have the sources nor the headers of my kernel.
2007 Jul 29
0
Reading an email from an mbox file and resending to a different address without modification
...Path: <josh-q89RzV0OsXQ@public.gmane.org>\nX-Original-To: xxx-2ignx7OV+QJWk0Htik3J/w@public.gmane.org
\nDelivered-To: xxx-2ignx7OV+QJWk0Htik3J/w@public.gmane.org\nReceived: from ms-smtp-04.xxx.rr.com
(ms-smtp-04.xxx.rr.com [xx.xx.47.43])\n\tby mail.xxx.com (Postfix)
with ESMTP id 15CE495A92\n\tfor <xxx-2ignx7OV+QJWk0Htik3J/w@public.gmane.org>; Sat, 14 Jul 2007
12:37:18 -0500 (CDT)\nReceived: from [10.0.1.5] (cpe-
xxx-157-199.xxx.xxx.rr.com [xx.xx.157.199])\n\tby ms-
smtp-04.xxx.rr.com (8.13.6/8.13.6) with ESMTP id l6EHbCjV027495\n\tfor
<xxx-2ignx7OV+QJWk0Htik3J/w@public.gmane.org>...
2004 May 04
0
rsync 2.6.2 appears to hang
...e to allow an rsync
developer (is Wayne the only one left?) to come up with a fix.
-- cut here --
[pid 9977] memcpy(0x0807ac00, "rity: MIME headers sanitized on xxxxxx\n\tSee http://www.impsec.or", 64) = 0x0807ac00
[pid 9977] memcpy(0x0807ac00, "g/email-tools/sanitizer-intro.html\n\tfor details. $Revision: 1.13", 64) = 0x0807ac00
[pid 9977] memcpy(0x0807ac00, "3 $Date: 2002-01-05 17:09:21-08 \nX-S", 36) = 0x0807ac00
[pid 9977] memcpy(0x40275eb8, "> ABC Data Solutions Phone: 800-555-3900\n> 123 Main St.
Fax: 800-555-8908\n> Xxxx...
2005 Dec 05
13
Theory test
Guys
Considering the festive season is upon us, thanks to everyone
contributing to the list and helping all the readers with your great
input! I don''t want to mention names, I''ll most certainly leave
someone out.
With this mail I''d like to test some theory on bandwidth management,
with my own successes and failures during the past year.
Sharing a link between 200
2013 Mar 25
86
[PATCH 00/28] libxl: ocaml: improve the bindings
The following series of patches fill in most of the gaps in the OCaml bindings
to libxl, to make them useful for clients such as xapi/xenopsd (from XCP).
There are a number of bugfixes to the existing bindings as well. I have an
experimental version of xenopsd that successfully uses the new bindings.
An earlier version of the first half of the series was submitted to the last
by Ian Campbell on
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not
allocating RBP to any virtual register, the instances of RBP in function
foo are in the machine code when my register allocator starts.)
Function foo calls function bar. Register RBP is not saved across the
call, though it is live after the call. Function bar includes a virtual
register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...t; );
outn(
"\t\tYY_FATAL_ERROR( \"input in flex scanner failed\" );" );
}
else
{
outn(
"\tif ( yy_current_buffer->yy_is_interactive ) \\" );
outn( "\t\t{ \\" );
outn( "\t\tint c = '*', n; \\" );
outn( "\t\tfor ( n = 0; n < max_size && \\" );
outn( "\t\t\t (c = getc( yyin )) != EOF && c != '\\n'; ++n ) \\" );
outn( "\t\t\tbuf[n] = (char) c; \\" );
outn( "\t\tif ( c == '\\n' ) \\" );
outn( "\t\t\tbuf[n++] = (c...