All of lore.kernel.org
 help / color / mirror / Atom feed
* Documentation
@ 2010-12-01 18:00 David Lambert
  2010-12-01 18:06 ` Documentation Stefan Schmidt
  0 siblings, 1 reply; 61+ messages in thread
From: David Lambert @ 2010-12-01 18:00 UTC (permalink / raw)
  To: openembedded-devel

I have been reading a copy of the OpenEmbedded User Manual (latest 
copyright 2009). In this document I find that there are numerous 
sections which are stubs and/or are incomplete. As a newcomer to the 
world of OpenEmbedded what other documents are suggested for reading? 
Also, is there a later version of this manual?

Best regards,

Dave.




^ permalink raw reply	[flat|nested] 61+ messages in thread
* Documentation.
@ 2020-06-06 17:09 G.W. Haywood
  2020-06-07 21:23 ` Documentation Pablo Neira Ayuso
  0 siblings, 1 reply; 61+ messages in thread
From: G.W. Haywood @ 2020-06-06 17:09 UTC (permalink / raw)
  To: netfilter

Hi there,

Thank you very much for netfilter and conntrack. :)

Although I'm a long-time user of netfilter/iptables, this is my first
time with the conntrack tools.  The things that I've found below came
from searches resulting from very specific requirements, which I have
so far achieved only in part.  Briefly, I want to see from user space
which running process is associated with a particular TCP connection,
and I especially want to know when the connection is terminated.  At
any one time on the box (which is a mail server) there may be just a
few of these processes running, or a few hundred.  Each connecting IP
may make one or several simultaneous connections, and each connection
will have up to three process spawned to handle it.  One of the three
processes will be a Sendmail child; it will handle these connections
directly, and it will communicate with the other process or processes
(milter processes) about the connection.  There may in total be many
thousands of connections, both TCP and UDP.  The UDP connections will
almost all be local IPC, and at the moment I'm not interested in them.

Firstly, it is _almost_ enough to see that _no_ connection from some
IP is now in the conntrack table, but it is not quite good enough for
my purpose.

Ideally I'd like to know which process ID is using which connection.
Because there may be simultaneous connections, if I don't know which
one is which, then I have to wait for all of them to go away before
cleaning up, and this can sometimes take hours.  When a connection is
first created I could mark it from user space.  Then I can look for
the mark when it's time to clean up, but I'd prefer not to have to do
that if there's a way of identifying it which does not involve this
separate marking operation.  Is there such a way?

Secondly, I wanted to get conntrackd to log via syslog using facility
'mail'.  It won't do it.  It will log using 'local0' etc., but claims
that facility 'mail' is not a known syslog facility (even though I am
using it extensively in my milters).  This is my configuration, it is
only very slightly edited from the Debian original:

8<----------------------------------------------------------------------
mail6:/etc/conntrackd# >>> cat conntrackd.conf
General {
         HashSize 8192
         HashLimit 65535

         Syslog mail

         LockFile /var/lock/conntrackd.lock

         UNIX {
                 Path /var/run/conntrackd.sock
#               Backlog 20
         }

         SocketBufferSize 262142
         SocketBufferSizeMaxGrown 655355

         # default debian service unit file is of Type=notify
         Systemd on
}

Stats {
         LogFile on
         Syslog mail
}
8<----------------------------------------------------------------------
mail6:/etc/conntrackd# >>> service conntrackd restart
[....] Stopping conntrackd[Sat Jun  6 17:22:07 2020] (pid=6268) [warning] 'mail' is not a known syslog facility, ignoring
[Sat Jun  6 17:22:07 2020] (pid=6268) [warning] 'mail' is not a known syslog facility, ignoring.
. ok 
[....] Starting conntrackd[Sat Jun  6 17:22:09 2020] (pid=6292) [warning] 'mail' is not a known syslog facility, ignoring
[Sat Jun  6 17:22:09 2020] (pid=6292) [warning] 'mail' is not a known syslog facility, ignoring.
. ok 
8<----------------------------------------------------------------------

The man page is not clear on what facilities I can use; if I change
facility 'mail' (for example) to 'local1' the warnings go away, but of
course I don't want to do that.  It isn't a show-stopper, I can do it
some other way, but it's a nuisance.

Thirdly, it seems that

http://conntrack-tools.netfilter.org/

and

http://conntrack-tools.netfilter.org/manual.html

haven't been updated since 2012.  Am I expected to be reading these,
or is there something else more recent which replaces it?  The latest
release of conntrack-tools mentioned on the site is 1.4.0, although my
version of conntrack is 1.4.5 (- and it's a Debian package! -) and the
man page does refer me to the conntrack-tools.netfilter.org Website.

Examples in chapter 5, "Using conntrack: the command line interface":

[QUOTE]
# conntrack -U -p tcp --dport 3486 --mark 10
  tcp      6 431982 ESTABLISHED src=192.168.2.100 dst=123.59.27.117\
  sport=34846 dport=993 packets=169 bytes=14322 src=123.59.27.117\
  dst=192.168.2.100 sport=993 dport=34846 packets=113 bytes=34787\
  [ASSURED] mark=1 secmark=0 use=1
conntrack v0.9.7 (conntrack-tools): 1 flow entries has been updated.
[/QUOTE]

(1) The mark in the command line is '10', not '1'.
(2) The dport in the example is '993', not '3486' and not '34846'.

Point (2) applies to other examples in the same section.  All give me
the impression of having been hand-crafted, rather than cut-n-pasted,
for example because on updates and deletes the tool does not print the
text "has been deleted"; it prints "have been deleted".

If the documents I'm reading are obsolete, I would suggest that they
should be taken down, and that the man pages for conntrack, conntrackd
and conntrackd.conf should be updated.  I'd be very happy to produce a
few patches if I can get the right information.

-- 

73,
Ged.

^ permalink raw reply	[flat|nested] 61+ messages in thread
* documentation
@ 2017-03-27  5:53 Julia Lawall
  0 siblings, 0 replies; 61+ messages in thread
From: Julia Lawall @ 2017-03-27  5:53 UTC (permalink / raw)
  To: outreachy-kernel

Commenting on Varsha's comments made me think of of the semantics patch
below that I wrote at some time back to check kerneldoc comments.  Feel
free to see if it comes up with anything interesting.

julia

@initialize:ocaml@
@@

let tbl = ref []
let fnstart = ref []
let success = Hashtbl.create 101
let thefile = ref ""
let parsed = ref []
let nea = ref []

let parse file =
  thefile := List.nth (Str.split (Str.regexp "linux-next/") file) 1;
  let i = open_in file in
  let startline = ref 0 in
  let fn = ref "" in
  let ids = ref [] in
  let rec inside n =
    let l = input_line i in
    let n = n + 1 in
    match Str.split_delim (Str.regexp_string "*/") l with
      before::after::_ ->
	(if not (!fn = "")
	then tbl := (!startline,n,!fn,List.rev !ids)::!tbl);
	startline := 0;
	fn := "";
	ids := [];
	outside n
    | _ ->
	(match Str.split (Str.regexp "[ \t]+") l with
	  "*"::name::rest ->
	    let len = String.length name in
	    (if !fn = "" && len > 2 && String.sub name (len-2) 2 = "()"
	    then fn := String.sub name 0 (len-2)
	    else if !fn = "" && (not (rest = [])) && List.hd rest = "-"
	    then
	      if String.get name (len-1) = ':'
	      then fn := String.sub name 0 (len-1)
	      else fn := name
	    else if not(!fn = "") && len > 2 &&
	      String.get name 0 = '@' && String.get name (len-1) = ':'
	    then ids := (String.sub name 1 (len-2)) :: !ids);
	| _ -> ());
	inside n
  and outside n =
    let l = input_line i in
    let n = n + 1 in
    if String.length l > 2 && String.sub l 0 3 = "/**"
    then
      begin
	startline := n;
	inside n
      end
    else outside n in
  try outside 0 with End_of_file -> ()

let hashadd tbl k v =
  let cell =
    try Hashtbl.find tbl k
    with Not_found ->
      let cell = ref [] in
      Hashtbl.add tbl k cell;
      cell in
  cell := v :: !cell

@script:ocaml@
@@

tbl := [];
fnstart := [];
Hashtbl.clear success;
parsed := [];
nea := [];
parse (List.hd (Coccilib.files()))

@r@
identifier f;
position p;
@@

f@p(...) { ... }

@script:ocaml@
p << r.p;
f << r.f;
@@

parsed := f :: !parsed;
fnstart := (List.hd p).line :: !fnstart

@param@
identifier f;
type T;
identifier i;
parameter list[n] ps;
parameter list[n1] ps1;
position p;
@@

f@p(ps,T i,ps1) { ... }

@script:ocaml@
@@

tbl := List.rev (List.sort compare !tbl)

@script:ocaml@
p << param.p;
f << param.f;
@@

let myline = (List.hd p).line in
let prevline =
  List.fold_left
    (fun prev x ->
      if x < myline
      then max x prev
      else prev)
    0 !fnstart in
let _ =
  List.exists
    (function (st,fn,nm,ids) ->
      if prevline < st && myline > st && prevline < fn && myline > fn
      then
	begin
	  (if not (String.lowercase f = String.lowercase nm)
	  then
	    Printf.printf "%s:%d %s doesn't match preceding comment: %s\n"
	      !thefile myline f nm);
	  true
	end
      else false)
    !tbl in
()

@script:ocaml@
p << param.p;
n << param.n;
n1 << param.n1;
i << param.i;
f << param.f;
@@

let myline = (List.hd p).line in
let prevline =
  List.fold_left
    (fun prev x ->
      if x < myline
      then max x prev
      else prev)
    0 !fnstart in
let _ =
  List.exists
    (function (st,fn,nm,ids) ->
      if prevline < st && myline > st && prevline < fn && myline > fn
      then
	begin
	  (if List.mem i ids then hashadd success (st,fn,nm) i);
	  (if ids = [] (* arg list seems not obligatory *)
	  then ()
	  else if not (List.mem i ids)
	  then
	    Printf.printf "%s:%d %s doesn't appear in ids: %s\n"
	      !thefile myline i (String.concat " " ids)
	  else if List.length ids <= n || List.length ids <= n1
	  then
	    (if not (List.mem f !nea)
	    then
	      begin
		nea := f :: !nea;
		Printf.printf "%s:%d %s not enough args\n" !thefile myline f;
	      end)
	  else
	    let foundid = List.nth ids n in
	    let efoundid = List.nth (List.rev ids) n1 in
	    if not(foundid = i || efoundid = i)
	    then
	      Printf.printf "%s:%d %s wrong arg in position %d: %s\n"
		!thefile myline i n foundid);
	  true
	end
      else false)
    !tbl in
()

@script:ocaml@
@@
List.iter
  (function (st,fn,nm,ids) ->
    if List.mem nm !parsed
    then
      let entry =
	try !(Hashtbl.find success (st,fn,nm))
	with Not_found -> [] in
      List.iter
	(fun id ->
	  if not (List.mem id entry) && not (id = "...")
	  then Printf.printf "%s:%d %s not used\n" !thefile st id)
	ids)
  !tbl


^ permalink raw reply	[flat|nested] 61+ messages in thread
* Documentation
@ 2011-04-13 23:33 Eugene Shatsky
  2011-04-14  4:44 ` Documentation Jonáš Vidra
  2011-04-14 13:54 ` Documentation Edward Shishkin
  0 siblings, 2 replies; 61+ messages in thread
From: Eugene Shatsky @ 2011-04-13 23:33 UTC (permalink / raw)
  To: reiserfs-devel

Greetings! I wonder if any materials about Reiser4 that were mentioned
in several interviews, especially the one about the dancing tree, have
been released or, if not yet, what is their status?

^ permalink raw reply	[flat|nested] 61+ messages in thread
* documentation
@ 2011-01-31 21:39 Roberto Spadim
  2011-01-31 21:43 ` documentation Mathias Burén
  2011-01-31 21:58 ` documentation NeilBrown
  0 siblings, 2 replies; 61+ messages in thread
From: Roberto Spadim @ 2011-01-31 21:39 UTC (permalink / raw)
  To: Linux-RAID

hi guys, where´s the official documentation page (wiki)? is it at
linux kernel source code? or at a wikipedia or another wiki page?
i found this:
http://www.linuxfoundation.org/collaborate/workgroups/linux-raid
at wikipedia
and some documentation inside kernel source code
what´s the most updated (official)?

-- 
Roberto Spadim
Spadim Technology / SPAEmpresarial
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 61+ messages in thread
* Documentation
@ 2010-03-14  0:17 Giuseppe Macrì
  0 siblings, 0 replies; 61+ messages in thread
From: Giuseppe Macrì @ 2010-03-14  0:17 UTC (permalink / raw)
  To: netfilter-devel

Hi,
is there some developing documentation about netfilter?

Giuseppe

^ permalink raw reply	[flat|nested] 61+ messages in thread
* Documentation
@ 2006-02-10  8:20 Nico -telmich- Schottelius
  0 siblings, 0 replies; 61+ messages in thread
From: Nico -telmich- Schottelius @ 2006-02-10  8:20 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 438 bytes --]

Hello!

I wrote some documentation about (using) git in German. For those
interested:

   http://nico.schotteli.us/papers/linux/howto/index.html (small introduction)
   http://creme.schottelius.org/~nico/linux/arbeiten_mit_git (very short
   'how to work with git')

Sincerly,

Nico

-- 
Latest release: ccollect-0.3.2 (http://linux.schottelius.org/ccollect/)
Open Source nutures open minds and free, creative developers.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 827 bytes --]

^ permalink raw reply	[flat|nested] 61+ messages in thread
[parent not found: <E1EiHi4-0000IY-16@host-192-168-0-1-bcn-london>]
* Documentation
@ 2005-10-24 19:05 Vagin Andrey S.
  0 siblings, 0 replies; 61+ messages in thread
From: Vagin Andrey S. @ 2005-10-24 19:05 UTC (permalink / raw)
  To: linux-scsi



I develop scsi disk driver.
Where can I find documentation?
How can I create driver with sector_size any 512 byte?

When I must declare, that sector_size equals 1024 for example?

p s Scsi disk isnt't phisical device, is virual, similar to iSCSI.


kernel: 2.4.27


^ permalink raw reply	[flat|nested] 61+ messages in thread
* Documentation.
@ 2004-06-24 17:10 Tomas Ebenlendr
  2004-06-24 22:03 ` Documentation Yoshinori K. Okuji
  0 siblings, 1 reply; 61+ messages in thread
From: Tomas Ebenlendr @ 2004-06-24 17:10 UTC (permalink / raw)
  To: The development of GRUB 2


I think that there is terribly missing a documentation of grub
internals. I want to write documentation at least for parts which I'm
patching. Otherwise everyone who wants to hack for grub:
    a) slowly figures out how things are workinkg.
    b) hacks in way which _he_ supposes to be consistent with other
    parts.
This can be fixed by documentation. Programmer then can read apropriate
part of documentation and learn how things are _intended_ to be.

So here is the question: what format? (and what names?).

I'm used on doxygen, but I think it is piece of crap (because text
processing shouln't be written in C).

It can be plain text (it is only for programmer's), but there should be
written how grub works (and is intended to work), so programmer can
easily figure out what he wants to patch.


-- 
                                 Tomas 'ebi' Ebenlendr
                                 http://get.to/ebik
                                 PF 2004.48028928861




^ permalink raw reply	[flat|nested] 61+ messages in thread
* Documentation
@ 2004-05-27 13:12 Alexander E. Patrakov
  2004-05-28 23:25 ` Documentation Greg KH
  2004-06-02  6:11 ` Documentation Niko Sauer
  0 siblings, 2 replies; 61+ messages in thread
From: Alexander E. Patrakov @ 2004-05-27 13:12 UTC (permalink / raw)
  To: linux-hotplug

In the Linux From Scratch (LFS) support mailing list a question has been 
asked: why can't hotplug load the "snd-pcm-oss" module automatically 
despite the fact that the Creative Live! soundcard is found and the 
"snd-emu10k1" module is loaded automatically for it. I answered this 
question, but another point has been raised there that should be really 
discussed here.

Namely, the problem is that the recommendations on building Linux kernel 
and writing /etc/modules.conf (or modprobe.conf) file that predate 
adoption of Hotplug are now wrong, invalid and even harmful. Since 
Hotplug and Udev will be probably included in the next version of LFS, 
and even experienced developers cannot build a trouble-free kernel for 
use with Hotplug and Udev on their first attempt, we expect a sharp 
increase of support questions per day in our list.

I could not find any up-to-date "good practice" documents upon building 
the kernel that work well with Hotplug and Udev. E.g., it is mentioned 
nowhere that if a character or block device driver is built as a module, 
then it will not be loaded automatically. Yes, that is in the Udev FAQ, 
but in the wrong form: you state that it is not the task of Udev to load 
modules (it is a negative statement), and I need an URL with some 
positive recommendations how to load modules and to avoid various 
chicken-and-egg problems. The snd-pcm-oss problem is also documented 
nowhere. (is there any comprehensive list of such undetectable modules?)

Could you please post link here to some good (possibly even "official") 
up-to-date and newbie-proof list of good kernel building practices? The 
discussion of modprobe.conf will be also very nice. I will be glad to 
put that link into the LFS book, thus avoiding repeated support questions.

If such document is not written yet, we should collaborate and write it.

-- 
Alexander E. Patrakov


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_idÅ66&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 61+ messages in thread
* Documentation
@ 2004-05-15 14:28 Jody
  2004-05-17 13:35 ` Documentation Andrey Romanenko
  2004-05-17 13:40 ` Documentation Miguel Bolanos
  0 siblings, 2 replies; 61+ messages in thread
From: Jody @ 2004-05-15 14:28 UTC (permalink / raw)
  To: Linux-8086

I feel that with the recent activity concerning ELKS, I should extend my
offer to make up any kind of documentation that I can for the project,
since this is the weakest link in most projects.  I am NOT a programmer,
and I am not an expert at compiling and porting.  I can document anything
that anyone can help me reproduce at my house that needs to have
documentation for the ELKS project to see more activity.  If anyone has any
ideas what I can go about documenting, please email me back or look for
"nsx" in the #elks IRC channel.

Jody


^ permalink raw reply	[flat|nested] 61+ messages in thread
[parent not found: <E1AoeOt-000173-00@wisbech.cl.cam.ac.uk>]
* Documentation
@ 2003-06-06 13:20 Matthew Wilcox
  0 siblings, 0 replies; 61+ messages in thread
From: Matthew Wilcox @ 2003-06-06 13:20 UTC (permalink / raw)
  To: linux-scsi


Kconfig's in pretty good shape now from a structural point of view,
so I thought I'd review some of the actual help text.

Many entries refer to the ancient SCSI-HOWTO.  It doesn't
seemto be on tldp.org anywhere, but I found it at
http://www.ibiblio.org/pub/Linux/docs/HOWTO/unmaintained/SCSI-HOWTO

Do we want to correct the URL from http://www.tldp.org/docs.html#howto
to the one above or excise all references to it?

The Disk-HOWTO, Multi-Disk-HOWTO, and CD-ROM-HOWTO are also referenced.
The Disk-HOWTO has also disappeared.  The Multi-Disk-HOWTO doesn't really
seem relevant at this point.  Though the CD-ROM-HOWTO is listed as the
CDROM-HOWTO, it still seems relevant.

-- 
"It's not Hollywood.  War is real, war is primarily not about defeat or
victory, it is about death.  I've seen thousands and thousands of dead bodies.
Do you think I want to have an academic debate on this subject?" -- Robert Fisk

^ permalink raw reply	[flat|nested] 61+ messages in thread
* documentation
@ 2002-08-29  9:39 vandana  mehtani
  2002-08-29 15:46 ` documentation Dave Wilhardt
  0 siblings, 1 reply; 61+ messages in thread
From: vandana  mehtani @ 2002-08-29  9:39 UTC (permalink / raw)
  To: linuxppc-embedded


Hello everybody,
I am trying to study the code for head8xx.h.
but the documentation to understand the powerpc assembly is
somehow inadequate,
I have the powerpc programming environment.
but it seems that there is a need to understand the "as" specific
assembler ..
Where can i get the documentation.
The information is very scattered.

thanks in advance
regards
vandana


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 61+ messages in thread
* documentation
@ 2002-04-24 14:26 Guilhem Tardy
  2002-04-24 16:58 ` documentation Takashi Iwai
  0 siblings, 1 reply; 61+ messages in thread
From: Guilhem Tardy @ 2002-04-24 14:26 UTC (permalink / raw)
  To: alsa-devel

Hi,

I am writing an ALSA driver for a new card. I had doc for 0.5.0, but this is
outdated and so far had to do with examples in the 0.9.0beta12 distribution
(mainly dummy.c and cs4281.c). Is there any doc available otherwise?
Any hint as for what I am facing, given that my card doesn't do DMA.

What is required from my part to support memory mapping from the driver to the
application? Would this be supported through the OSS compatibility layer, too?

Thanks,
Guilhem.


__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

^ permalink raw reply	[flat|nested] 61+ messages in thread
* Documentation
@ 2002-03-22 15:32 Gopakumar.C.E
  2002-03-30  7:42 ` Documentation Ralf Baechle
  0 siblings, 1 reply; 61+ messages in thread
From: Gopakumar.C.E @ 2002-03-22 15:32 UTC (permalink / raw)
  To: linux-mips

Hi,

Is there any good documentation on how the Linux/Unix code is designed for 
the MIPS processors ? (like how they handle paging, protection etc?)

Thanks
Gopakumar.C.E

-- 

"Vidhya dadathi vinayam" - Education leads to humility (in sanskrit).

--------------------------------
http://www.geocities.com/gopakumar_ce/
http://wwwin-people.cisco.com/gopkumar/
--------------------------------

^ permalink raw reply	[flat|nested] 61+ messages in thread
* Documentation
@ 2002-02-02  9:18 Guillaume Chamberland-Larose
  2002-02-02 10:39 ` Documentation Yven J. Leist
  0 siblings, 1 reply; 61+ messages in thread
From: Guillaume Chamberland-Larose @ 2002-02-02  9:18 UTC (permalink / raw)
  To: linux-kernel

Hi,

I have some linux kernel programming experience from the 2.0 days and I'd 
like to start programming it again, or at least understand the new 
features. Is there any really up-to-date information on 2.5, what's changed 
(build process, new VM, new this), what's new for developers eager to jump 
into kernel programming again? :)

Thanks for your cooperation,
Please cc me as I'm not on the list.

Guills



^ permalink raw reply	[flat|nested] 61+ messages in thread
* Documentation
@ 2001-11-15 18:03 war
  0 siblings, 0 replies; 61+ messages in thread
From: war @ 2001-11-15 18:03 UTC (permalink / raw)
  To: linux-kernel

Are there any relatively new documents on how to optimize /proc system
variables?
Securing and Optimizing RedHat Linux had a few,
/usr/src/linux/Documentation has a few.
Are there any current papers/documents that encompass all of the
settings and options that you can set?

ie: for 1 GB of ram
echo "100 1200 128 512 15 5000 500 1884 2" > /proc/sys/vm/bdflush
Would be used.

However, this was taken from either a 2.2.x kernel or early 2.4.

Anyone know if any docs currently exist which explain how to tweak each
setting and what each setting means?




^ permalink raw reply	[flat|nested] 61+ messages in thread

end of thread, other threads:[~2020-06-10 12:55 UTC | newest]

Thread overview: 61+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-01 18:00 Documentation David Lambert
2010-12-01 18:06 ` Documentation Stefan Schmidt
2010-12-01 18:39   ` Documentation David Lambert
2010-12-01 18:54     ` Documentation Stefan Schmidt
2010-12-01 22:46       ` Documentation Robert Foerster
2010-12-02 20:37         ` Documentation David Lambert
2010-12-02 20:52           ` Documentation Robert Foerster
2010-12-03  7:35             ` Documentation Christophe Aeschlimann
  -- strict thread matches above, loose matches on Subject: below --
2020-06-06 17:09 Documentation G.W. Haywood
2020-06-07 21:23 ` Documentation Pablo Neira Ayuso
2020-06-10 12:55   ` Documentation G.W. Haywood
2017-03-27  5:53 documentation Julia Lawall
2011-04-13 23:33 Documentation Eugene Shatsky
2011-04-14  4:44 ` Documentation Jonáš Vidra
2011-04-14 13:54 ` Documentation Edward Shishkin
2011-01-31 21:39 documentation Roberto Spadim
2011-01-31 21:43 ` documentation Mathias Burén
2011-01-31 21:58 ` documentation NeilBrown
2011-01-31 22:14   ` documentation Roberto Spadim
2011-02-01  9:37     ` documentation hansbkk
2011-02-01 13:49       ` documentation Roberto Spadim
2010-03-14  0:17 Documentation Giuseppe Macrì
2006-02-10  8:20 Documentation Nico -telmich- Schottelius
     [not found] <E1EiHi4-0000IY-16@host-192-168-0-1-bcn-london>
2005-12-02 21:22 ` Documentation John S Little
2005-12-02 22:30   ` Documentation Robb Romans
2005-12-03 11:26     ` Documentation Robin van Leeuwen
2005-12-04 14:05       ` Documentation John S Little
2005-12-05 16:46         ` Documentation Nivedita Singhvi
2005-12-05 17:11           ` Documentation Robb Romans
2005-12-05 18:09           ` Documentation John S Little
2005-12-05 23:57         ` Documentation Rich Persaud
2005-12-05 15:58       ` Documentation Robb Romans
2005-10-24 19:05 Documentation Vagin Andrey S.
2004-06-24 17:10 Documentation Tomas Ebenlendr
2004-06-24 22:03 ` Documentation Yoshinori K. Okuji
2004-06-25 13:17   ` Documentation Jeroen Dekkers
2004-06-26 15:05     ` Documentation Yoshinori K. Okuji
2004-05-27 13:12 Documentation Alexander E. Patrakov
2004-05-28 23:25 ` Documentation Greg KH
2004-06-02  6:11 ` Documentation Niko Sauer
2004-05-15 14:28 Documentation Jody
2004-05-17 13:35 ` Documentation Andrey Romanenko
2004-05-17 13:40 ` Documentation Miguel Bolanos
     [not found] <E1AoeOt-000173-00@wisbech.cl.cam.ac.uk>
     [not found] ` <FED3CB2D-57B5-11D8-BC94-00039350B9F2@epiuse.com>
2004-02-05 10:15   ` Documentation Bin Ren
2004-02-05 11:49   ` Documentation Yan-Ching CHU
2003-06-06 13:20 Documentation Matthew Wilcox
2002-08-29  9:39 documentation vandana  mehtani
2002-08-29 15:46 ` documentation Dave Wilhardt
2002-04-24 14:26 documentation Guilhem Tardy
2002-04-24 16:58 ` documentation Takashi Iwai
2002-04-24 19:32   ` documentation Guilhem Tardy
2002-04-26 17:54     ` documentation Takashi Iwai
2002-05-03 16:11       ` documentation Guilhem Tardy
2002-05-03 16:22         ` documentation Paul Davis
2002-05-03 16:28         ` documentation Takashi Iwai
2002-03-22 15:32 Documentation Gopakumar.C.E
2002-03-30  7:42 ` Documentation Ralf Baechle
2002-02-02  9:18 Documentation Guillaume Chamberland-Larose
2002-02-02 10:39 ` Documentation Yven J. Leist
2002-02-05 18:18   ` Documentation Randy.Dunlap
2001-11-15 18:03 Documentation war

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.